You are here

constant BLOCK_ATTRIBUTES_CONTENT in Block Attributes 7

4 uses of BLOCK_ATTRIBUTES_CONTENT
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.
_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 21
Enhanced control over the HTML attributes of any Block.

Code

define('BLOCK_ATTRIBUTES_CONTENT', 'content_attributes');