You are here

function hook_block_class_styles_info_alter in Block Class Styles 7.2

Same name and namespace in other branches
  1. 7 block_class_styles.api.php \hook_block_class_styles_info_alter()

Implements hook_block_class_styles_info_alter().

Related topics

1 invocation of hook_block_class_styles_info_alter()
block_class_styles_info in ./block_class_styles.module
Return an array of style presets

File

./block_class_styles.api.php, line 13
Defines the api functions of the module

Code

function hook_block_class_styles_info_alter(&$presets) {
}