Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockHiddenRegionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockHiddenRegionTest::$modules | property | core/ |
Modules to install. |
| BlockHiddenRegionTest::setUp | function | core/ |
|
| BlockHiddenRegionTest::testBlockNotInHiddenRegion | function | core/ |
Tests that hidden regions do not inherit blocks when a theme is installed. |
| BlockHookOperationTest | class | core/ |
Tests for Block module regarding hook_entity_operations_alter(). |
| BlockHookOperationTest.php | file | core/ |
|
| BlockHookOperationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockHookOperationTest::$modules | property | core/ |
Modules to install. |
| BlockHookOperationTest::setUp | function | core/ |
|
| BlockHookOperationTest::testBlockOperationAlter | function | core/ |
Tests the block list to see if the test_operation link is added. |
| BlockHooks | class | core/ |
Hook implementations for block. |
| BlockHooks.php | file | core/ |
|
| BlockHooks::blockBuildLocalActionsBlockAlter | function | core/ |
Implements hook_block_build_BASE_BLOCK_ID_alter(). |
| BlockHooks::configurableLanguageDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
| BlockHooks::help | function | core/ |
Implements hook_help(). |
| BlockHooks::menuDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for menu entities. |
| BlockHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
| BlockHooks::pageTop | function | core/ |
Implements hook_page_top(). |
| BlockHooks::preprocessBlock | function | core/ |
Prepares variables for block templates. |
| BlockHooks::rebuild | function | core/ |
Implements hook_rebuild(). |
| BlockHooks::theme | function | core/ |
Implements hook_theme(). |
| BlockHooks::themesInstalled | function | core/ |
Implements hook_themes_installed(). |
| BlockHooks::userRoleDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for user_role entities. |
| BlockHtmlTest | class | core/ |
Tests block HTML ID validity. |
| BlockHtmlTest.php | file | core/ |
|
| BlockHtmlTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockHtmlTest::$modules | property | core/ |
Modules to install. |
| BlockHtmlTest::setUp | function | core/ |
|
| BlockHtmlTest::testHtml | function | core/ |
Tests for valid HTML for a block. |
| BlockInstallTest | class | core/ |
Tests block module's installation. |
| BlockInstallTest.php | file | core/ |
|
| BlockInstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| BlockInstallTest::testCacheTagInvalidationUponInstallation | function | core/ |
Tests cache tag invalidation after installing the block module. |
| BlockInterface | interface | core/ |
Provides an interface defining a block entity. |
| BlockInterface.php | file | core/ |
|
| BlockInterface::createDuplicateBlock | function | core/ |
Creates a duplicate of the block entity. |
| BlockInterface::getPlugin | function | core/ |
Returns the plugin instance. |
| BlockInterface::getPluginId | function | core/ |
Returns the plugin ID. |
| BlockInterface::getRegion | function | core/ |
Returns the region this block is placed in. |
| BlockInterface::getTheme | function | core/ |
Returns the theme ID. |
| BlockInterface::getVisibility | function | core/ |
Returns an array of visibility condition configurations. |
| BlockInterface::getVisibilityCondition | function | core/ |
Gets a visibility condition plugin instance. |
| BlockInterface::getVisibilityConditions | function | core/ |
Gets conditions for this block. |
| BlockInterface::getWeight | function | core/ |
Returns the weight of this block (used for sorting). |
| BlockInterface::setRegion | function | core/ |
Sets the region this block is placed in. |
| BlockInterface::setVisibilityConfig | function | core/ |
Sets the visibility condition configuration. |
| BlockInterface::setWeight | function | core/ |
Sets the block weight. |
| BlockInterfaceTest | class | core/ |
Tests that the block plugin can work properly without a supporting entity. |
| BlockInterfaceTest.php | file | core/ |
|
| BlockInterfaceTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 111
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.