Search for lock

  1. Search 9.5.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
Title Object type File name Summary
IPAddressBlockingTestCase::getInfo function modules/system/system.test Implement getInfo().
IPAddressBlockingTestCase::setUp function modules/system/system.test Implement setUp().
IPAddressBlockingTestCase::testDuplicateIpAddress function modules/system/system.test Test duplicate IP addresses are not present in the 'blocked_ips' table.
IPAddressBlockingTestCase::testIPAddressValidation function modules/system/system.test Test a variety of user input to confirm correct validation and saving of data.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock function modules/locale/locale.test Functional tests for the language switcher block.
locale_block_info function modules/locale/locale.module Implements hook_block_info().
locale_block_view function modules/locale/locale.module Implements hook_block_view().
lock.inc file includes/lock.inc A database-mediated implementation of a locking mechanism.
lock.test file modules/simpletest/tests/lock.test
LockFunctionalTest class modules/simpletest/tests/lock.test Tests for the lock system.
LockFunctionalTest::getInfo function modules/simpletest/tests/lock.test
LockFunctionalTest::setUp function modules/simpletest/tests/lock.test Sets up a Drupal site for running functional and integration tests.
LockFunctionalTest::testLockAcquire function modules/simpletest/tests/lock.test Confirm that we can acquire and release locks in two parallel requests.
Locking mechanisms group includes/lock.inc Functions to coordinate long-running operations across requests.
lock_acquire function includes/lock.inc Acquire (or renew) a lock, but do not block if it fails.
lock_initialize function includes/lock.inc Initialize the locking system.
lock_may_be_available function includes/lock.inc Check if lock acquired by a different process may be available.
lock_release function includes/lock.inc Release a lock previously acquired by lock_acquire().
lock_release_all function includes/lock.inc Release all previously acquired locks.
lock_wait function includes/lock.inc Wait for a lock to be available.
menu_block_info function modules/menu/menu.module Implements hook_block_info().
menu_block_view function modules/menu/menu.module Implements hook_block_view().
menu_block_view_alter function modules/menu/menu.module Implements hook_block_view_alter().
NewDefaultThemeBlocks class modules/block/block.test Test blocks correctly initialized when picking a new default theme.
NewDefaultThemeBlocks::getInfo function modules/block/block.test
NewDefaultThemeBlocks::testNewDefaultThemeBlocks function modules/block/block.test Check the enabled Bartik blocks are correctly copied over.
NodeBlockFunctionalTest class modules/node/node.test Functional tests for the node module blocks.
NodeBlockFunctionalTest::$admin_user property modules/node/node.test
NodeBlockFunctionalTest::$web_user property modules/node/node.test
NodeBlockFunctionalTest::getInfo function modules/node/node.test
NodeBlockFunctionalTest::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
NodeBlockFunctionalTest::testRecentNodeBlock function modules/node/node.test Tests the recent comments block.
NodeBlockTestCase class modules/node/node.test Tests the availability of the syndicate block.
NodeBlockTestCase::getInfo function modules/node/node.test
NodeBlockTestCase::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
NodeBlockTestCase::testSyndicateBlock function modules/node/node.test Tests that the "Syndicate" block is shown when enabled.
node_block_configure function modules/node/node.module Implements hook_block_configure().
node_block_info function modules/node/node.module Implements hook_block_info().
node_block_list_alter function modules/node/node.module Implements hook_block_list_alter().
node_block_save function modules/node/node.module Implements hook_block_save().
node_block_view function modules/node/node.module Implements hook_block_view().
node_form_block_add_block_form_alter function modules/node/node.module Implements hook_form_FORMID_alter().
node_form_block_admin_configure_alter function modules/node/node.module Implements hook_form_FORMID_alter().
node_form_block_admin_configure_submit function modules/node/node.module Form submission handler for node_form_block_admin_configure_alter().
node_form_block_custom_block_delete_alter function modules/node/node.module Implements hook_form_FORMID_alter().
node_form_block_custom_block_delete_submit function modules/node/node.module Form submission handler for node_form_block_custom_block_delete_alter().
NonDefaultBlockAdmin class modules/block/block.test
NonDefaultBlockAdmin::getInfo function modules/block/block.test
NonDefaultBlockAdmin::testNonDefaultBlockAdmin function modules/block/block.test Test non-default theme admin.
OpenIDFunctionalTestCase::testBlockedUserLogin function modules/openid/openid.test Test that a blocked user cannot log in.

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