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
access_check.settings_tray.block.has_overrides service core/modules/settings_tray/settings_tray.services.yml Drupal\settings_tray\Access\BlockHasOverridesAccessCheck
access_check.settings_tray.block.settings_tray_form service core/modules/settings_tray/settings_tray.services.yml Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck
ActiveTopicsBlock class core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php Provides an 'Active forum topics' block.
ActiveTopicsBlock.php file core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php
ActiveTopicsBlock::buildForumQuery function core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php Builds the select query to use for this forum block.
AddBlockForm class core/modules/layout_builder/src/Form/AddBlockForm.php Provides a form to add a block.
AddBlockForm.php file core/modules/layout_builder/src/Form/AddBlockForm.php
AddBlockForm::buildForm function core/modules/layout_builder/src/Form/AddBlockForm.php Builds the form for the block.
AddBlockForm::getFormId function core/modules/layout_builder/src/Form/AddBlockForm.php Returns a unique string identifying the form.
AddBlockForm::submitLabel function core/modules/layout_builder/src/Form/AddBlockForm.php Returns the label for the submit button.
admin-block-content.html.twig file core/themes/seven/templates/admin-block-content.html.twig Seven's theme implementation for the content of an administrative block.
admin-block-content.html.twig file core/themes/claro/templates/admin/admin-block-content.html.twig Claro's theme implementation for the content of an administrative block.
admin-block-content.html.twig file core/themes/stable/templates/admin/admin-block-content.html.twig Theme override for the content of an administrative block.
admin-block-content.html.twig file core/modules/system/templates/admin-block-content.html.twig Default theme implementation for the content of an administrative block.
admin-block.html.twig file core/themes/stable/templates/admin/admin-block.html.twig Theme override for an administrative block.
admin-block.html.twig file core/modules/system/templates/admin-block.html.twig Default theme implementation for an administrative block.
AggregatorFeedBlock class core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Provides an 'Aggregator feed' block with the latest items from the feed.
AggregatorFeedBlock.php file core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::$feedStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for feeds.
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AggregatorFeedBlock::blockAccess function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockForm function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockSubmit function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::build function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::create function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Creates an instance of the plugin.
AggregatorFeedBlock::defaultConfiguration function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::getCacheTags function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::__construct function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Constructs an AggregatorFeedBlock object.
AggregatorRenderingTest::testBlockLinks function core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php Adds a feed block to the page and checks its links.
aggregator_preprocess_block function core/modules/aggregator/aggregator.module Implements hook_preprocess_HOOK() for block templates.
AjaxBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Ajax blocks tests.
AjaxBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php The theme to install as the default for testing.
AjaxBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Modules to enable.
AjaxBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::testAddAjaxBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Tests configuring a field block for a user field.
AjaxFormBlock class core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Provides an AJAX form block.
AjaxFormBlock.php file core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
AjaxFormBlock::$formBuilder property core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php The form builder.
AjaxFormBlock::$messenger property core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php The messenger.
AjaxFormBlock::build function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
AjaxFormBlock::buildForm function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Form constructor.
AjaxFormBlock::create function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Creates an instance of the plugin.
AjaxFormBlock::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Returns a unique string identifying the form.
AjaxFormBlock::submitForm function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Form submission handler.
AjaxFormBlock::updateOptions function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Updates the options of a select list.
AjaxFormBlock::validateForm function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Form validation handler.
AjaxFormBlock::__construct function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Constructs a new AjaxFormBlock.
AjaxFormCacheTest::testBlockForms function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php Tests AJAX forms in blocks.
AjaxTestController::insertLinksBlockWrapper function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a render array of links that directly Drupal.ajax().

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