Search for block

  1. Search 7.x for block
  2. Search 9.5.x for block
  3. Search 10.3.x for block
  4. Search 11.x for block
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Block class core/modules/views/src/Plugin/views/display/Block.php The plugin that handles a block.
Block class core/modules/block/src/Entity/Block.php Defines a Block configuration entity class.
Block class core/modules/block/src/Plugin/migrate/source/Block.php Drupal block source from database.
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
BlockHalJsonBasicAuthTest class core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php @group hal
BlockHalJsonBasicAuthTest.php file core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php
BlockHalJsonBasicAuthTest::$auth property core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
BlockHalJsonBasicAuthTest::$defaultTheme property core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php The theme to install as the default for testing.
BlockHalJsonBasicAuthTest::$format property core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php The format to use in this test.
BlockHalJsonBasicAuthTest::$mimeType property core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
BlockHalJsonBasicAuthTest::$modules property core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php Modules to install.
BlockHalJsonCookieTest class core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php @group hal
BlockHalJsonCookieTest.php file core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php
BlockHalJsonCookieTest::$auth property core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php The authentication mechanism to use in this test.
BlockHalJsonCookieTest::$defaultTheme property core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php The theme to install as the default for testing.
BlockHalJsonCookieTest::$format property core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php The format to use in this test.
BlockHalJsonCookieTest::$mimeType property core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php The MIME type that corresponds to $format.
BlockHalJsonCookieTest::$modules property core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php Modules to install.
BlockHasOverridesAccessCheck class core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php Determines whether the requested block has a 'settings_tray' form.
BlockHasOverridesAccessCheck.php file core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php
BlockHasOverridesAccessCheck::access function core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php Checks access for accessing a block's 'settings_tray' form.
BlockHiddenRegionTest class core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Tests that a newly installed theme does not inherit blocks to its hidden
regions.
BlockHiddenRegionTest.php file core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
BlockHiddenRegionTest::$adminUser property core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php An administrative user to configure the test environment.
BlockHiddenRegionTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php The theme to install as the default for testing.
BlockHiddenRegionTest::$modules property core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Modules to install.
BlockHiddenRegionTest::setUp function core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
BlockHiddenRegionTest::testBlockNotInHiddenRegion function core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Tests that hidden regions do not inherit blocks when a theme is installed.
BlockHookOperationTest class core/modules/block/tests/src/Functional/BlockHookOperationTest.php Tests for Block module regarding hook_entity_operations_alter().
BlockHookOperationTest.php file core/modules/block/tests/src/Functional/BlockHookOperationTest.php
BlockHookOperationTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockHookOperationTest.php The theme to install as the default for testing.
BlockHookOperationTest::$modules property core/modules/block/tests/src/Functional/BlockHookOperationTest.php Modules to install.
BlockHookOperationTest::setUp function core/modules/block/tests/src/Functional/BlockHookOperationTest.php
BlockHookOperationTest::testBlockOperationAlter function core/modules/block/tests/src/Functional/BlockHookOperationTest.php Tests the block list to see if the test_operation link is added.
BlockHtmlTest class core/modules/block/tests/src/Functional/BlockHtmlTest.php Tests block HTML ID validity.
BlockHtmlTest.php file core/modules/block/tests/src/Functional/BlockHtmlTest.php
BlockHtmlTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockHtmlTest.php The theme to install as the default for testing.
BlockHtmlTest::$modules property core/modules/block/tests/src/Functional/BlockHtmlTest.php Modules to install.
BlockHtmlTest::setUp function core/modules/block/tests/src/Functional/BlockHtmlTest.php
BlockHtmlTest::testHtml function core/modules/block/tests/src/Functional/BlockHtmlTest.php Tests for valid HTML for a block.
BlockInstallTest class core/modules/block/tests/src/Functional/BlockInstallTest.php Tests block module's installation.
BlockInstallTest.php file core/modules/block/tests/src/Functional/BlockInstallTest.php
BlockInstallTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockInstallTest.php The theme to install as the default for testing.
BlockInstallTest::testCacheTagInvalidationUponInstallation function core/modules/block/tests/src/Functional/BlockInstallTest.php
BlockInterface interface core/modules/block/src/BlockInterface.php Provides an interface defining a block entity.
BlockInterface.php file core/modules/block/src/BlockInterface.php
BlockInterface::BLOCK_LABEL_VISIBLE constant core/modules/block/src/BlockInterface.php Indicates the block label (title) should be displayed to end users.
BlockInterface::BLOCK_REGION_NONE constant core/modules/block/src/BlockInterface.php Denotes that a block is not enabled in any region and should not be shown.
BlockInterface::createDuplicateBlock function core/modules/block/src/BlockInterface.php Creates a duplicate of the block entity.
BlockInterface::getPlugin function core/modules/block/src/BlockInterface.php Returns the plugin instance.
BlockInterface::getPluginId function core/modules/block/src/BlockInterface.php Returns the plugin ID.
BlockInterface::getRegion function core/modules/block/src/BlockInterface.php Returns the region this block is placed in.
BlockInterface::getTheme function core/modules/block/src/BlockInterface.php Returns the theme ID.
BlockInterface::getVisibility function core/modules/block/src/BlockInterface.php Returns an array of visibility condition configurations.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.