Search for lock

  1. Search 7.x for lock
  2. Search 9.5.x for lock
  3. Search 8.9.x for lock
  4. Search 10.3.x for lock
  5. Search main for lock
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
lock service core/core.services.yml Drupal\Core\Lock\DatabaseLockBackend
Lock class core/lib/Drupal/Core/TempStore/Lock.php Provides a value object representing the lock from a TempStore.

All search results

Title Object type File name Summary
BlockTest::testBlock function core/modules/block/tests/src/Functional/BlockTest.php Tests configuring and moving a module-define block to specific regions.
BlockTest::testBlockAccess function core/modules/block/tests/src/Functional/BlockTest.php Tests the block access.
BlockTest::testBlockCacheTags function core/modules/block/tests/src/Functional/BlockTest.php Tests that cache tags are properly set and bubbled up to the page cache.
BlockTest::testBlockThemeSelector function core/modules/block/tests/src/Functional/BlockTest.php Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testBlockTitle function core/modules/block/tests/src/Functional/BlockTest.php Tests block title.
BlockTest::testBlockToggleVisibility function core/modules/block/tests/src/Functional/BlockTest.php Tests that visibility can be properly toggled.
BlockTest::testBlockUserRoleDelete function core/modules/block/tests/src/Functional/BlockTest.php Tests block_user_role_delete.
BlockTest::testBlockVisibility function core/modules/block/tests/src/Functional/BlockTest.php Tests block visibility.
BlockTest::testBlockVisibilityListedEmpty function core/modules/block/tests/src/Functional/BlockTest.php Tests block visibility when leaving "pages" textarea empty.
BlockTest::testBuildNoOverride function core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php Tests the build method with no overriding.
BlockTest::testBuildOverride function core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php Tests the build method with overriding items per page.
BlockTest::testHideBlockTitle function core/modules/block/tests/src/Functional/BlockTest.php Tests block title display settings.
BlockTest::testThemeAdminLink function core/modules/block/tests/src/Functional/BlockTest.php Tests that a link exists to block layout from the appearance form.
BlockTest::testThemeName function core/modules/block/tests/src/Functional/BlockTest.php Tests block display of theme titles.
BlockTest::testTitleContentMessagesSingleBlock function core/modules/block/tests/src/Functional/BlockTest.php Tests a combined page title, content, and messages block.
BlockTest::testUninstallTheme function core/modules/block/tests/src/Functional/BlockTest.php Tests that uninstalling a theme removes its block configuration.
BlockTestBase class core/modules/block/tests/src/Functional/BlockTestBase.php Provides setup and helper methods for block module tests.
BlockTestBase.php file core/modules/block/tests/src/Functional/BlockTestBase.php
BlockTestBase::$adminUser property core/modules/block/tests/src/Functional/BlockTestBase.php A test user with administrative privileges.
BlockTestBase::$modules property core/modules/block/tests/src/Functional/BlockTestBase.php Modules to install.
BlockTestBase::$regions property core/modules/block/tests/src/Functional/BlockTestBase.php A list of theme regions to test.
BlockTestBase::setUp function core/modules/block/tests/src/Functional/BlockTestBase.php
BlockTestHooks class core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Hook implementations for block_test.
BlockTestHooks.php file core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php
BlockTestHooks::blockAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_alter().
BlockTestHooks::blockBuildTestCacheAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_build_BASE_BLOCK_ID_alter().
BlockTestHooks::blockViewPageTitleBlockAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter().
BlockTestHooks::blockViewTestCacheAlter function core/modules/block/tests/modules/block_test/src/Hook/BlockTestHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter().
BlockTheme class core/modules/block/src/Plugin/migrate/process/BlockTheme.php Determines the theme to use for a block.
BlockTheme.php file core/modules/block/src/Plugin/migrate/process/BlockTheme.php
BlockTheme::$themeConfig property core/modules/block/src/Plugin/migrate/process/BlockTheme.php Contains the system.theme configuration object.
BlockTheme::$themes property core/modules/block/src/Plugin/migrate/process/BlockTheme.php List of themes available on the destination.
BlockTheme::create function core/modules/block/src/Plugin/migrate/process/BlockTheme.php Instantiates a new instance of the implementing class using autowiring.
BlockTheme::transform function core/modules/block/src/Plugin/migrate/process/BlockTheme.php Performs the associated process.
BlockTheme::__construct function core/modules/block/src/Plugin/migrate/process/BlockTheme.php Constructs a BlockTheme object.
BlockThemeHooks class core/modules/block/src/Hook/BlockThemeHooks.php Hook implementations for block.
BlockThemeHooks.php file core/modules/block/src/Hook/BlockThemeHooks.php
BlockThemeHooks::themeSuggestionsBlock function core/modules/block/src/Hook/BlockThemeHooks.php Implements hook_theme_suggestions_HOOK().
BlockTranslation class core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Drupal 6 i18n block data from database.
BlockTranslation class core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Drupal 7 i18n block data from database.
BlockTranslation.php file core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php
BlockTranslation.php file core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php
BlockTranslation::fields function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Returns available fields on the source.
BlockTranslation::fields function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Returns available fields on the source.
BlockTranslation::getIds function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Defines the source fields uniquely identifying a source row.
BlockTranslation::getIds function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Defines the source fields uniquely identifying a source row.
BlockTranslation::prepareRow function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Adds additional data to the row.
BlockTranslation::query function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Prepares query object to retrieve data from the source database.
BlockTranslation::query function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Prepares query object to retrieve data from the source database.
BlockTranslationTest class core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php Tests i18n block source plugin.

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