|
block_add_block_form_validate |
core/modules/block/block.admin.inc |
Form validation handler for block_add_block_form(). |
|
block_add_block_form_submit |
core/modules/block/block.admin.inc |
Form submission handler for block_add_block_form(). |
|
block_add_block_form |
core/modules/block/block.admin.inc |
Form constructor for the add block form. |
|
BlockTranslationTestCase::testTranslateCustomBlock |
core/modules/block/tests/block.translation.test |
Test creating custom block, translate it, and then deleting it. |
|
BlockTranslationTestCase::setUp |
core/modules/block/tests/block.translation.test |
Sets up a Backdrop site for running functional and integration tests. |
|
BlockTranslationTestCase::addLanguage |
core/modules/block/tests/block.translation.test |
|
|
BlockText::__construct |
core/modules/layout/includes/block.text.inc |
Create a new Block object. |
|
BlockText::getTitle |
core/modules/layout/includes/block.text.inc |
Sets block subject on block view. |
|
BlockText::getContent |
core/modules/layout/includes/block.text.inc |
Returns the rendered content of this block. |
|
BlockText::getAdminTitle |
core/modules/layout/includes/block.text.inc |
Sets title text on draggable block panel in Layout builder. |
|
BlockText::formValidate |
core/modules/layout/includes/block.text.inc |
Validates the form settings. |
|
BlockText::formSubmit |
core/modules/layout/includes/block.text.inc |
Submit handler to save the form settings. |
|
BlockText::form |
core/modules/layout/includes/block.text.inc |
Builds the block's configuration form. |
|
BlockTestCase::testCustomBlockFormat |
core/modules/block/tests/block.test |
Test creating custom block using Raw HTML (full_html). |
|
BlockTestCase::testCustomBlock |
core/modules/block/tests/block.test |
Test creating custom block, editing, and then deleting it. |
|
BlockTestCase::testBlockHooks |
core/modules/block/tests/block.test |
Tests the various block hooks get called when needed. |
|
BlockTestCase::setUp |
core/modules/block/tests/block.test |
Sets up a Backdrop site for running functional and integration tests. |
|
BlockLegacy::getTitle |
core/modules/layout/includes/block_legacy.class.inc |
Return the title of a block as configured in the layout. |
|
BlockLegacy::getContent |
core/modules/layout/includes/block_legacy.class.inc |
Return the content of a block. |
|
BlockLegacy::getAdminTitle |
core/modules/layout/includes/block_legacy.class.inc |
Return an administrative title that will always have a value. |
|
BlockLegacy::formSubmit |
core/modules/layout/includes/block_legacy.class.inc |
Submit handler to save the form settings. |
|
BlockLegacy::form |
core/modules/layout/includes/block_legacy.class.inc |
Build the settings form for editing this block. |
|
BlockLegacy::buildBlock |
core/modules/layout/includes/block_legacy.class.inc |
Build a block using the legacy hook_block_view(). |
|
BlockHero::__construct |
core/modules/layout/includes/block.hero.inc |
Create a new Block object. |
|
BlockHero::getContent |
core/modules/layout/includes/block.hero.inc |
Returns the rendered content of this block. |
|
BlockHero::getAdminTitle |
core/modules/layout/includes/block.hero.inc |
Sets title text on draggable block panel in Layout builder. |
|
BlockHero::formValidate |
core/modules/layout/includes/block.hero.inc |
Validates the form settings. |
|
BlockHero::formSubmit |
core/modules/layout/includes/block.hero.inc |
Submit handler to save the form settings. |
|
BlockHero::form |
core/modules/layout/includes/block.hero.inc |
Builds the block's configuration form. |
|
BlockExampleTestCase::testBlockExampleBasic |
modules/examples/block_example/tests/block_example.test |
Functional test for our block example. |
|
BlockExampleTestCase::setUp |
modules/examples/block_example/tests/block_example.test |
Enable modules and create user with specific permissions. |
|
BlockExample::getTitle |
modules/examples/block_example/block_example.inc |
Sets block subject on block view. |
|
BlockExample::getContent |
modules/examples/block_example/block_example.inc |
Returns the rendered content of this block. |
|
BlockExample::getAdminTitle |
modules/examples/block_example/block_example.inc |
Sets title text on draggable block panel in Layout builder. |
|
BlockExample::formValidate |
modules/examples/block_example/block_example.inc |
Validates the form settings. |
|
BlockExample::formSubmit |
modules/examples/block_example/block_example.inc |
Submit handler to save the form settings. |
|
BlockExample::form |
modules/examples/block_example/block_example.inc |
Builds the block's configuration form. |
|
BlockBroken::getTitle |
core/modules/layout/includes/block.class.inc |
|
|
BlockBroken::getContent |
core/modules/layout/includes/block.class.inc |
|
|
BlockBroken::getAdminTitle |
core/modules/layout/includes/block.class.inc |
|
|
BlockBroken::getAdminPreview |
core/modules/layout/includes/block.class.inc |
|
|
BlockBroken::checkAccess |
core/modules/layout/includes/block.class.inc |
|
|
Block::__construct |
core/modules/layout/includes/block.class.inc |
Create a new Block object. |
|
Block::toArray |
core/modules/layout/includes/block.class.inc |
Convert the configuration of this block to an array for storage. |
|
Block::setContexts |
core/modules/layout/includes/block.class.inc |
Set the contexts for this block. |
|
Block::prepare |
core/modules/layout/includes/block.class.inc |
Do any processing prior to getTitle() and getContent() being called. |
|
Block::getTitle |
core/modules/layout/includes/block.class.inc |
Return the title of a block as configured in the layout. |
|
Block::getRequiredContexts |
core/modules/layout/includes/block.class.inc |
Get a list of all required context plugin names for this block. |
|
Block::getContent |
core/modules/layout/includes/block.class.inc |
Return the content of a block. |
|
Block::getClone |
core/modules/layout/includes/block.class.inc |
Clone this block to give it a new UUID but the same configuration. |