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 |
Create a new Block object. |
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. |
BlockText::formValidate |
core/modules/layout/includes/block.text.inc |
Validates the form settings. |
BlockText::getAdminTitle |
core/modules/layout/includes/block.text.inc |
Sets title text on draggable block panel in Layout builder. |
BlockText::getContent |
core/modules/layout/includes/block.text.inc |
Returns the rendered content of this block. |
BlockText::getTitle |
core/modules/layout/includes/block.text.inc |
Sets block subject on block view. |
BlockText::__construct |
core/modules/layout/includes/block.text.inc |
Create a new Block object. |
BlockTranslationTestCase::addLanguage |
core/modules/block/tests/block.translation.test |
|
BlockTranslationTestCase::setUp |
core/modules/block/tests/block.translation.test |
Sets up a Backdrop site for running functional and integration tests. |
BlockTranslationTestCase::testTranslateCustomBlock |
core/modules/block/tests/block.translation.test |
Test creating custom block, translate it, and then deleting it. |
block_add_block_form |
core/modules/block/block.admin.inc |
Form constructor for the 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_validate |
core/modules/block/block.admin.inc |
Form validation handler for block_add_block_form(). |
block_admin_configure |
core/modules/block/block.admin.inc |
Form constructor for the block configuration form. |
block_admin_configure_submit |
core/modules/block/block.admin.inc |
Form submission handler for block_admin_configure(). |
block_admin_configure_validate |
core/modules/block/block.admin.inc |
Form validation handler for block_admin_configure(). |
block_admin_list |
core/modules/block/block.admin.inc |
Page callback; Display a list of all custom blocks. |
block_backdrop_alter_foo_alter |
core/modules/simpletest/tests/common_test.module |
Implements hook_TYPE_alter() on behalf of block module. |
block_block_configure |
core/modules/block/block.module |
Implements hook_block_configure(). |
block_block_info |
core/modules/block/block.module |
Implements hook_block_info(). |
block_block_save |
core/modules/block/block.module |
Implements hook_block_save(). |
block_block_view |
core/modules/block/block.module |
Implements hook_block_view(). |
block_config_info |
core/modules/block/block.module |
Implements hook_config_info(). |
block_custom_block_delete |
core/modules/block/block.admin.inc |
Form constructor for the custom block deletion form. |
block_custom_block_delete_submit |
core/modules/block/block.admin.inc |
Form submission handler for block_custom_block_delete(). |
block_custom_block_form |
core/modules/block/block.module |
Form constructor for the custom block form. |
block_custom_block_load |
core/modules/block/block.module |
Returns information from configuration about a user-created (custom) block. |