batch_test_stack |
core/modules/simpletest/tests/batch_test.module |
Helper function: store or retrieve traced execution data. |
batch_test_theme_batch |
core/modules/simpletest/tests/batch_test.module |
Menu callback: run a batch for testing theme used on the progress page. |
Block::checkAccess |
core/modules/layout/includes/block.class.inc |
Check if this block should be shown based on current contexts. |
Block::form |
core/modules/layout/includes/block.class.inc |
Build the settings form for editing this block. |
Block::formSubmit |
core/modules/layout/includes/block.class.inc |
Submit handler to save the form settings. |
Block::formValidate |
core/modules/layout/includes/block.class.inc |
Validate handler to validate the form settings. |
Block::getAdminConditionsPreview |
core/modules/layout/includes/block.class.inc |
Return a fieldset listing any visibility conditions set for this block. |
Block::getAdminPreview |
core/modules/layout/includes/block.class.inc |
Return a preview for this block. |
Block::getAdminTitle |
core/modules/layout/includes/block.class.inc |
Return an administrative title that will always have a value. |
Block::getBlockInfo |
core/modules/layout/includes/block.class.inc |
Return the block info for this block, as provided by hook_block_info(). |
Block::getChildren |
core/modules/layout/includes/block.class.inc |
Allows an array of "child blocks" for display in the "Add Block" dialog. |
Block::getClone |
core/modules/layout/includes/block.class.inc |
Clone this block to give it a new UUID but the same configuration. |
Block::getContent |
core/modules/layout/includes/block.class.inc |
Return the content of a block. |
Block::getRequiredContexts |
core/modules/layout/includes/block.class.inc |
Get a list of all required context plugin names for this block. |
Block::getTitle |
core/modules/layout/includes/block.class.inc |
Return the title of a block as configured in the layout. |
Block::prepare |
core/modules/layout/includes/block.class.inc |
Do any processing prior to getTitle() and getContent() being called. |
Block::setContexts |
core/modules/layout/includes/block.class.inc |
Set the contexts for this block. |
Block::toArray |
core/modules/layout/includes/block.class.inc |
Convert the configuration of this block to an array for storage. |
Block::__construct |
core/modules/layout/includes/block.class.inc |
Create a new Block object. |
BlockBroken::checkAccess |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getAdminPreview |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getAdminTitle |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getContent |
core/modules/layout/includes/block.class.inc |
|
BlockBroken::getTitle |
core/modules/layout/includes/block.class.inc |
|
BlockExample::form |
modules/examples/block_example/block_example.inc |
Builds the block's configuration form. |
BlockExample::formSubmit |
modules/examples/block_example/block_example.inc |
Submit handler to save the form settings. |
BlockExample::formValidate |
modules/examples/block_example/block_example.inc |
Validates the form settings. |
BlockExample::getAdminTitle |
modules/examples/block_example/block_example.inc |
Sets title text on draggable block panel in Layout builder. |
BlockExample::getContent |
modules/examples/block_example/block_example.inc |
Returns the rendered content of this block. |
BlockExample::getTitle |
modules/examples/block_example/block_example.inc |
Sets block subject on block view. |
BlockExampleTestCase::setUp |
modules/examples/block_example/tests/block_example.test |
Enable modules and create user with specific permissions. |
BlockExampleTestCase::testBlockExampleBasic |
modules/examples/block_example/tests/block_example.test |
Functional test for our block example. |
BlockHero::form |
core/modules/layout/includes/block.hero.inc |
Builds the block's configuration form. |
BlockHero::formSubmit |
core/modules/layout/includes/block.hero.inc |
Submit handler to save the form settings. |
BlockHero::formValidate |
core/modules/layout/includes/block.hero.inc |
Validates the form settings. |
BlockHero::getAdminTitle |
core/modules/layout/includes/block.hero.inc |
Sets title text on draggable block panel in Layout builder. |
BlockHero::getContent |
core/modules/layout/includes/block.hero.inc |
Returns the rendered content of this block. |
BlockHero::__construct |
core/modules/layout/includes/block.hero.inc |
|
BlockLegacy::buildBlock |
core/modules/layout/includes/block_legacy.class.inc |
Build a block using the legacy hook_block_view(). |
BlockLegacy::form |
core/modules/layout/includes/block_legacy.class.inc |
Build the settings form for editing this block. |
BlockLegacy::formSubmit |
core/modules/layout/includes/block_legacy.class.inc |
Submit handler to save the form settings. |
BlockLegacy::getAdminTitle |
core/modules/layout/includes/block_legacy.class.inc |
Return an administrative title that will always have a value. |
BlockLegacy::getContent |
core/modules/layout/includes/block_legacy.class.inc |
Return the content of a block. |
BlockLegacy::getTitle |
core/modules/layout/includes/block_legacy.class.inc |
Return the title of a block as configured in the layout. |
BlockTestCase::setUp |
core/modules/block/tests/block.test |
Sets up a Backdrop site for running functional and integration tests. |
BlockTestCase::testBlockHooks |
core/modules/block/tests/block.test |
Tests the various block hooks get called when needed. |
BlockTestCase::testCustomBlock |
core/modules/block/tests/block.test |
Test creating custom block, editing, and then deleting it. |
BlockTestCase::testCustomBlockFormat |
core/modules/block/tests/block.test |
Test creating custom block using Raw HTML (full_html). |
BlockText::form |
core/modules/layout/includes/block.text.inc |
Builds the block's configuration form. |
BlockText::formSubmit |
core/modules/layout/includes/block.text.inc |
Submit handler to save the form settings. |