constant BLOCK_ATTRIBUTES_BLOCK in Block Attributes 7
Define the possible scopes where the HTML attributes should be inserted.
Either at block level, in the Title tag markup or in the markup tag wrapped around the content. For more information refer to block.tpl.php.
5 uses of BLOCK_ATTRIBUTES_BLOCK
- BlockAttributesTestCase::getBlockAttributesTestingData in ./
block_attributes.test - Build a complete data set of attribute values to perform the tests.
- block_attributes_block_attribute_info in ./
block_attributes.module - Implements hook_block_attribute_info().
- block_attributes_form_submit in ./
block_attributes.module - Helper function: additional submit callback for block configuration pages.
- hook_block_attribute_info in ./
block_attributes.api.php - Inform the block_attributes module about custom attributes.
- _block_attributes_form_alter in ./
block_attributes.module - Add the block attributes fields to a block add or configuration form.
File
- ./
block_attributes.module, line 19 - Enhanced control over the HTML attributes of any Block.
Code
define('BLOCK_ATTRIBUTES_BLOCK', 'attributes');