Search for lock

  1. Search 7.x for lock
  2. Search 8.9.x for lock
  3. Search 10.3.x for lock
  4. Search 11.x for lock
  5. 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
BookNavigationBlock::getCacheMaxAge function core/modules/book/src/Plugin/Block/BookNavigationBlock.php @todo Make cacheable in https://www.drupal.org/node/2483181
BookNavigationBlock::__construct function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Constructs a new BookNavigationBlock instance.
BookTest::testBookNavigationBlock function core/modules/book/tests/src/Functional/BookTest.php Tests the functionality of the book navigation block.
BookTest::testBookNavigationBlockOnUnpublishedBook function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when book is unpublished.
BookTest::testNavigationBlockOnAccessModuleInstalled function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when an access module is installed.
BoxTranslation::CUSTOM_BLOCK_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php Drupal 6 table names.
BreakLockForm class core/modules/views_ui/src/Form/BreakLockForm.php Builds the form to break the lock of an edited view.
BreakLockForm.php file core/modules/views_ui/src/Form/BreakLockForm.php
BreakLockForm::$entityTypeManager property core/modules/views_ui/src/Form/BreakLockForm.php Stores the entity type manager.
BreakLockForm::$tempStore property core/modules/views_ui/src/Form/BreakLockForm.php Stores the shared tempstore.
BreakLockForm::buildForm function core/modules/views_ui/src/Form/BreakLockForm.php Form constructor.
BreakLockForm::create function core/modules/views_ui/src/Form/BreakLockForm.php Instantiates a new instance of this class.
BreakLockForm::getCancelUrl function core/modules/views_ui/src/Form/BreakLockForm.php Returns the route to go to if the user cancels the action.
BreakLockForm::getConfirmText function core/modules/views_ui/src/Form/BreakLockForm.php Returns a caption for the button that confirms the action.
BreakLockForm::getDescription function core/modules/views_ui/src/Form/BreakLockForm.php Returns additional text to display as a description.
BreakLockForm::getFormId function core/modules/views_ui/src/Form/BreakLockForm.php Returns a unique string identifying the form.
BreakLockForm::getQuestion function core/modules/views_ui/src/Form/BreakLockForm.php Returns the question to ask the user.
BreakLockForm::submitForm function core/modules/views_ui/src/Form/BreakLockForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
BreakLockForm::__construct function core/modules/views_ui/src/Form/BreakLockForm.php Constructs a \Drupal\views_ui\Form\BreakLockForm object.
BreakLockLink class core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Provides a link to break a tempstore lock.
BreakLockLink.php file core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php
BreakLockLink::$dateFormatter property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The date formatter.
BreakLockLink::$entityTypeManager property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The entity type manager.
BreakLockLink::$renderer property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The renderer.
BreakLockLink::create function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Creates an instance of the plugin.
BreakLockLink::getInfo function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Returns the element properties for this element.
BreakLockLink::preRenderLock function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Pre-render callback: Renders a lock into #markup.
BreakLockLink::__construct function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php Constructs a new BreakLockLink.
Broken::blockForm function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Returns the configuration form elements specific to this block plugin.
BuildTestBase::$portLocks property core/tests/Drupal/BuildTests/Framework/BuildTestBase.php A list of ports used by the test.
CacheCollector::$lock property core/lib/Drupal/Core/Cache/CacheCollector.php The lock backend that should be used.
CacheCollector::normalizeLockName function core/lib/Drupal/Core/Cache/CacheCollector.php Normalizes a cache ID in order to comply with database limitations.
CacheCollectorTest::$lock property core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php The lock backend that should be used.
CacheCollectorTest::testUpdateCacheLockFail function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when the lock acquire fails.
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
ChooseBlockController class core/modules/layout_builder/src/Controller/ChooseBlockController.php Defines a controller to choose a new block.
ChooseBlockController.php file core/modules/layout_builder/src/Controller/ChooseBlockController.php
ChooseBlockController::$blockManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The block manager.
ChooseBlockController::$currentUser property core/modules/layout_builder/src/Controller/ChooseBlockController.php The current user.
ChooseBlockController::$entityTypeManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The entity type manager.
ChooseBlockController::build function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new block.
ChooseBlockController::create function core/modules/layout_builder/src/Controller/ChooseBlockController.php Instantiates a new instance of this class.
ChooseBlockController::getAjaxAttributes function core/modules/layout_builder/src/Controller/ChooseBlockController.php Get dialog attributes if an ajax request.
ChooseBlockController::getBlockLinks function core/modules/layout_builder/src/Controller/ChooseBlockController.php Gets a render array of block links.
ChooseBlockController::inlineBlockList function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new inline block.
ChooseBlockController::__construct function core/modules/layout_builder/src/Controller/ChooseBlockController.php ChooseBlockController constructor.
CKEditor5ImageController::$lock property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The lock service.
CKEditor5ImageController::generateLockIdFromFileUri function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Generates a lock ID based on the file URI.
ClaroBlockFilterTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php Runs BlockFilterTest in Claro.
ClaroBlockFilterTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php

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