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
SearchBlock::defaultConfiguration function core/modules/search/src/Plugin/Block/SearchBlock.php
SearchBlock::__construct function core/modules/search/src/Plugin/Block/SearchBlock.php Constructs a new SearchLocalTask.
SearchBlockForm class core/modules/search/src/Form/SearchBlockForm.php Builds the search form for the search block.
SearchBlockForm.php file core/modules/search/src/Form/SearchBlockForm.php
SearchBlockForm::$configFactory property core/modules/search/src/Form/SearchBlockForm.php The config factory.
SearchBlockForm::$renderer property core/modules/search/src/Form/SearchBlockForm.php The renderer.
SearchBlockForm::$searchPageRepository property core/modules/search/src/Form/SearchBlockForm.php The search page repository.
SearchBlockForm::buildForm function core/modules/search/src/Form/SearchBlockForm.php Form constructor.
SearchBlockForm::create function core/modules/search/src/Form/SearchBlockForm.php Instantiates a new instance of this class.
SearchBlockForm::getFormId function core/modules/search/src/Form/SearchBlockForm.php Returns a unique string identifying the form.
SearchBlockForm::submitForm function core/modules/search/src/Form/SearchBlockForm.php Form submission handler.
SearchBlockForm::__construct function core/modules/search/src/Form/SearchBlockForm.php Constructs a new SearchBlockForm.
SearchBlockTest class core/modules/search/tests/src/Functional/SearchBlockTest.php Tests if the search form block is available.
SearchBlockTest.php file core/modules/search/tests/src/Functional/SearchBlockTest.php
SearchBlockTest::$adminUser property core/modules/search/tests/src/Functional/SearchBlockTest.php The administrative user.
SearchBlockTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchBlockTest.php The theme to install as the default for testing.
SearchBlockTest::$modules property core/modules/search/tests/src/Functional/SearchBlockTest.php Modules to enable.
SearchBlockTest::setUp function core/modules/search/tests/src/Functional/SearchBlockTest.php
SearchBlockTest::testSearchFormBlock function core/modules/search/tests/src/Functional/SearchBlockTest.php Test that the search form block can be placed and works.
search_form_search_block_form_alter function core/modules/search/search.module Implements hook_form_FORM_ID_alter() for the search_block_form form.
search_post_update_block_page function core/modules/search/search.post_update.php Configures default search page for instantiated blocks.
search_preprocess_block function core/modules/search/search.module Implements hook_preprocess_HOOK() for block templates.
SectionRenderTest::$blockManager property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The block plugin manager.
SectionRenderTest::testContextAwareBlock function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray[[api-linebreak]]
SetInlineBlockDependency class core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php An event subscriber that returns an access dependency for inline blocks.
SetInlineBlockDependency.php file core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::$database property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The database connection.
SetInlineBlockDependency::$entityTypeManager property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The entity type manager.
SetInlineBlockDependency::$usage property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The inline block usage service.
SetInlineBlockDependency::getInlineBlockDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Get the access dependency of an inline block.
SetInlineBlockDependency::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::isBlockRevisionUsedInEntity function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Determines if a block content revision is used in an entity.
SetInlineBlockDependency::onGetDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Handles the BlockContentEvents::INLINE_BLOCK_GET_DEPENDENCY event.
SetInlineBlockDependency::__construct function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Constructs SetInlineBlockDependency object.
SettingsTrayBlockFormTest class core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Testing opening and saving block forms in the off-canvas dialog.
SettingsTrayBlockFormTest.php file core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
SettingsTrayBlockFormTest::$defaultTheme property core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php The theme to install as the default for testing.
SettingsTrayBlockFormTest::$modules property core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Modules to enable.
SettingsTrayBlockFormTest::doTestBlocks function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Tests opening off-canvas dialog by click blocks and elements in the blocks.
SettingsTrayBlockFormTest::getBlockTests function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Creates tests for ::testBlocks().
SettingsTrayBlockFormTest::getTestThemes function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Get themes to test.
SettingsTrayBlockFormTest::setUp function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
SettingsTrayBlockFormTest::testBlocks function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Tests opening off-canvas dialog by click blocks and elements in the blocks.
SettingsTrayBlockFormTest::testEditModeEnableDisable function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Tests enabling and disabling Edit Mode.
SettingsTrayBlockFormTest::testValidationMessages function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Test that validation errors appear in the off-canvas dialog.
SettingsTrayFormAnnotationIsClassBlock class core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php Block that explicitly provides a "settings_tray" form class.
SettingsTrayFormAnnotationIsClassBlock.php file core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php
SettingsTrayFormAnnotationIsClassBlock::build function core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php Builds and returns the renderable array for this block plugin.
SettingsTrayFormAnnotationIsClassBlockForm class core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php
SettingsTrayFormAnnotationIsClassBlockForm.php file core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php

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