You are here

block_class_styles.api.php in Block Class Styles 7

Same filename and directory in other branches
  1. 7.2 block_class_styles.api.php

Defines the api functions of the module

File

block_class_styles.api.php
View source
<?php

/**
 * @file
 * Defines the api functions of the module
 *
 * @ingroup block_class_styles Block Class Presets
 * @{
 */

/**
 * Implements hook_block_class_styles_info_alter().
 */
function hook_block_class_styles_info_alter(&$presets) {
}

/** @} */

//end of group block_class_styles

Related topics