Search for lock

  1. Search 7.x for lock
  2. Search 9.5.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
PrivateTempStoreTest::testDeleteLocking function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the locking in the delete() method.
PrivateTempStoreTest::testDeleteWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the delete() method with no lock available.
PrivateTempStoreTest::testDeleteWithNoLockAvailable function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the delete() method with no lock available.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the set() method with no lock available.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the set() method with no lock available.
QuickEditEndPointAccessTest::assertAccessIsBlocked function core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php Asserts that access to the passed URL is blocked.
QuickEditIntegrationTest::createBlockContent function core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php Creates a custom block.
QuickEditIntegrationTest::createBlockContentType function core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php Creates a custom block type (bundle).
QuickEditIntegrationTest::testCustomBlock function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php Tests if a custom can be in-place edited with Quick Edit.
QuickEditIntegrationTest::testCustomBlockLinks function core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php Tests that contextual links in custom blocks are changed.
QuickEditLoadingTest::testContentBlock function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests that Quick Edit's data- attributes are present for content blocks.
ReadOnlyStream::stream_lock function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for flock().
RedirectBlockForm class core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php Builds a simple form that redirects on submit.
RedirectBlockForm.php file core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php
RedirectBlockForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php Form constructor.
RedirectBlockForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php Returns a unique string identifying the form.
RedirectBlockForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php Form submission handler.
RedirectFormBlock class core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Provides a block containing a simple redirect form.
RedirectFormBlock.php file core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php
RedirectFormBlock::$formBuilder property core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php The form builder.
RedirectFormBlock::build function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Builds and returns the renderable array for this block plugin.
RedirectFormBlock::create function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Creates an instance of the plugin.
RedirectFormBlock::getCacheMaxAge function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php @todo Make cacheable once https://www.drupal.org/node/2351015 lands.
RedirectFormBlock::__construct function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Constructs a new RedirectFormBlock.
Registry::$lock property core/lib/Drupal/Core/Theme/Registry.php The lock backend that should be used.
RegistryLegacyTest::$lock property core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php The mocked lock backend.
RegistryTest::$lock property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked lock backend.
RemoveBlockForm class core/modules/layout_builder/src/Form/RemoveBlockForm.php Provides a form to confirm the removal of a block.
RemoveBlockForm.php file core/modules/layout_builder/src/Form/RemoveBlockForm.php
RemoveBlockForm::$region property core/modules/layout_builder/src/Form/RemoveBlockForm.php The current region.
RemoveBlockForm::$uuid property core/modules/layout_builder/src/Form/RemoveBlockForm.php The UUID of the block being removed.
RemoveBlockForm::buildForm function core/modules/layout_builder/src/Form/RemoveBlockForm.php Form constructor.
RemoveBlockForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a caption for the button that confirms the action.
RemoveBlockForm::getFormId function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a unique string identifying the form.
RemoveBlockForm::getQuestion function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns the question to ask the user.
RemoveBlockForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveBlockForm.php Performs any actions on the section storage before saving.
RevisionRelationshipsTest::testBlockContentRevisionRelationship function core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Create a block_content with revision and rest result count for both views.
RouteBuilder::$lock property core/lib/Drupal/Core/Routing/RouteBuilder.php The used lock backend instance.
RouteBuilderTest::$lock property core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php The mocked lock backend.
RouteBuilderTest::testRebuildBlockingLock function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Tests route rebuilding with a blocking lock.
RouteBuilderTest::testRebuildLockingUnlocking function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Tests that the route rebuilding both locks and unlocks.
SearchBlock class core/modules/search/src/Plugin/Block/SearchBlock.php Provides a 'Search form' block.
SearchBlock.php file core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlock::$formBuilder property core/modules/search/src/Plugin/Block/SearchBlock.php The form builder.
SearchBlock::$searchPageRepository property core/modules/search/src/Plugin/Block/SearchBlock.php The search page repository.
SearchBlock::blockAccess function core/modules/search/src/Plugin/Block/SearchBlock.php Indicates whether the block should be shown.
SearchBlock::blockForm function core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlock::blockSubmit function core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlock::build function core/modules/search/src/Plugin/Block/SearchBlock.php Builds and returns the renderable array for this block plugin.
SearchBlock::create function core/modules/search/src/Plugin/Block/SearchBlock.php Creates an instance of the plugin.

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