Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
BlockFormTest::testGetUniqueMachineName function core/modules/block/tests/src/Unit/BlockFormTest.php Tests the unique machine name generator.
BlockHalJsonAnonTest class core/modules/hal/tests/src/Functional/block/BlockHalJsonAnonTest.php @group hal
@group legacy
BlockHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/block/BlockHalJsonAnonTest.php
BlockHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/block/BlockHalJsonAnonTest.php The theme to install as the default for testing.
BlockHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/block/BlockHalJsonAnonTest.php The format to use in this test.
BlockHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/block/BlockHalJsonAnonTest.php The MIME type that corresponds to $format.
BlockHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/block/BlockHalJsonAnonTest.php Modules to install.
BlockHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php @group hal
@group legacy
BlockHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php
BlockHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
BlockHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php The theme to install as the default for testing.
BlockHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php The format to use in this test.
BlockHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
BlockHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/block/BlockHalJsonBasicAuthTest.php Modules to install.
BlockHalJsonCookieTest class core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php @group hal
@group legacy
BlockHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php
BlockHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php The authentication mechanism to use in this test.
BlockHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php The theme to install as the default for testing.
BlockHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php The format to use in this test.
BlockHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php The MIME type that corresponds to $format.
BlockHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/block/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 blocks are not added to hidden regions on theme installation.
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::getVisibility function core/modules/block/src/BlockInterface.php Returns an array of visibility condition configurations.
BlockInterface::getVisibilityCondition function core/modules/block/src/BlockInterface.php Gets a visibility condition plugin instance.
BlockInterface::getVisibilityConditions function core/modules/block/src/BlockInterface.php Gets conditions for this block.

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