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. Other projects

Exact matches

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

All search results

Title Object type File name Summary
BlockItemsPerPageUpdateTest class core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php @group Update
@covers views_post_update_block_items_per_page[[api-linebreak]]
BlockItemsPerPageUpdateTest.php file core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php
BlockItemsPerPageUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php Set database dump files to be used.
BlockItemsPerPageUpdateTest::testUpdateItemsPerPage function core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php Tests changing an `items_per_page` setting of `none` to NULL.
BlockJsonAnonTest class core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php @group rest
BlockJsonAnonTest.php file core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php
BlockJsonAnonTest::$defaultTheme property core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php The theme to install as the default for testing.
BlockJsonAnonTest::$format property core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php The format to use in this test.
BlockJsonAnonTest::$mimeType property core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php The MIME type that corresponds to $format.
BlockJsonBasicAuthTest class core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php @group rest
BlockJsonBasicAuthTest.php file core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php
BlockJsonBasicAuthTest::$auth property core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php The authentication mechanism to use in this test.
BlockJsonBasicAuthTest::$defaultTheme property core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php The theme to install as the default for testing.
BlockJsonBasicAuthTest::$format property core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php The format to use in this test.
BlockJsonBasicAuthTest::$mimeType property core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php The MIME type that corresponds to $format.
BlockJsonBasicAuthTest::$modules property core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php Modules to install.
BlockJsonCookieTest class core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php @group rest
BlockJsonCookieTest.php file core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php
BlockJsonCookieTest::$auth property core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php The authentication mechanism to use in this test.
BlockJsonCookieTest::$defaultTheme property core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php The theme to install as the default for testing.
BlockJsonCookieTest::$format property core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php The format to use in this test.
BlockJsonCookieTest::$mimeType property core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php The MIME type that corresponds to $format.
BlockLanguageCacheTest class core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php Tests display of menu blocks with multiple languages.
BlockLanguageCacheTest.php file core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php
BlockLanguageCacheTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php The theme to install as the default for testing.
BlockLanguageCacheTest::$langcodes property core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php List of langcodes.
BlockLanguageCacheTest::$modules property core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php Modules to install.
BlockLanguageCacheTest::setUp function core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php
BlockLanguageCacheTest::testBlockLinks function core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php Creates a block in a language, check blocks page in all languages.
BlockLanguageTest class core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests per-language block configuration.
BlockLanguageTest.php file core/modules/block/tests/src/Functional/BlockLanguageTest.php
BlockLanguageTest::$adminUser property core/modules/block/tests/src/Functional/BlockLanguageTest.php An administrative user to configure the test environment.
BlockLanguageTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockLanguageTest.php The theme to install as the default for testing.
BlockLanguageTest::$modules property core/modules/block/tests/src/Functional/BlockLanguageTest.php Modules to install.
BlockLanguageTest::setUp function core/modules/block/tests/src/Functional/BlockLanguageTest.php
BlockLanguageTest::testLanguageBlockVisibility function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests if the visibility settings are removed if the language is deleted.
BlockLanguageTest::testMultipleLanguageTypes function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests block language visibility with different language types.
BlockLayoutTourTest class core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php Tests the Block Layout tour.
BlockLayoutTourTest.php file core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php
BlockLayoutTourTest::$adminUser property core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php An admin user with administrative permissions for Blocks.
BlockLayoutTourTest::$defaultTheme property core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php The theme to install as the default for testing.
BlockLayoutTourTest::$modules property core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php Modules to enable.
BlockLayoutTourTest::setUp function core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php
BlockLayoutTourTest::testBlockLayoutTourTips function core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php Tests Block Layout tour tip availability.
BlockLibraryController class core/modules/block/src/Controller/BlockLibraryController.php Provides a list of block plugins to be added to the layout.
BlockLibraryController.php file core/modules/block/src/Controller/BlockLibraryController.php
BlockLibraryController::$blockManager property core/modules/block/src/Controller/BlockLibraryController.php The block manager.
BlockLibraryController::$contextRepository property core/modules/block/src/Controller/BlockLibraryController.php The context repository.
BlockLibraryController::$localActionManager property core/modules/block/src/Controller/BlockLibraryController.php The local action manager.

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