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
block_test.services.yml file core/modules/block/tests/modules/block_test/block_test.services.yml core/modules/block/tests/modules/block_test/block_test.services.yml
block_test_block_alter function core/modules/block/tests/modules/block_test/block_test.module Implements hook_block_alter().
block_test_block_build_test_cache_alter function core/modules/block/tests/modules/block_test/block_test.module Implements hook_block_build_BASE_BLOCK_ID_alter().
block_test_block_view_test_cache_alter function core/modules/block/tests/modules/block_test/block_test.module Implements hook_block_view_BASE_BLOCK_ID_alter().
block_test_specialchars_theme.info.yml file core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml
block_test_theme.info.yml file core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml
block_test_views.info.yml file core/modules/block/tests/modules/block_test_views/block_test_views.info.yml core/modules/block/tests/modules/block_test_views/block_test_views.info.yml
block_theme function core/modules/block/block.module Implements hook_theme().
block_themes_installed function core/modules/block/block.module Initializes blocks for installed themes.
block_theme_initialize function core/modules/block/block.module Assigns an initial, default set of blocks for a theme.
block_theme_suggestions_block function core/modules/block/block.module Implements hook_theme_suggestions_HOOK().
block_update_8001 function core/modules/block/block.install Update block visibility context mapping.
block_update_8002 function core/modules/block/block.install Placeholder for the previous 8002 update.
block_update_8003 function core/modules/block/block.install Remove 'cache' setting.
block_user_role_delete function core/modules/block/block.module Implements hook_ENTITY_TYPE_delete() for user_role entities.
book-all-books-block.html.twig file core/modules/book/templates/book-all-books-block.html.twig Default theme implementation for rendering book outlines within a block.
book-all-books-block.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/navigation/book-all-books-block.html.twig Theme override for rendering book outlines within a block.
book-all-books-block.html.twig file core/themes/seven/templates/classy/navigation/book-all-books-block.html.twig Theme override for rendering book outlines within a block.
book-all-books-block.html.twig file core/themes/claro/templates/classy/navigation/book-all-books-block.html.twig Theme override for rendering book outlines within a block.
book-all-books-block.html.twig file core/themes/bartik/templates/classy/navigation/book-all-books-block.html.twig Theme override for rendering book outlines within a block.
book-all-books-block.html.twig file core/themes/stable/templates/navigation/book-all-books-block.html.twig Theme override for rendering book outlines within a block.
book-all-books-block.html.twig file core/themes/classy/templates/navigation/book-all-books-block.html.twig Theme override for rendering book outlines within a block.
BookNavigationBlock class core/modules/book/src/Plugin/Block/BookNavigationBlock.php Provides a 'Book navigation' block.
BookNavigationBlock.php file core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::$bookManager property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The book manager.
BookNavigationBlock::$nodeStorage property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The node storage.
BookNavigationBlock::$requestStack property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The request object.
BookNavigationBlock::blockForm function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::blockSubmit function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::build function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::create function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Creates an instance of the plugin.
BookNavigationBlock::defaultConfiguration function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheContexts function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
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::$deprecatedProperties property 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.

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