Search for check

  1. Search 7.x for check
  2. Search 8.9.x for check
  3. Search 10.3.x for check
  4. Search 11.x for check
  5. Other projects
Title Object type File name Summary
BlockPluginHasSettingsTrayFormAccessCheck.php file core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php
BlockPluginHasSettingsTrayFormAccessCheck::access function core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php Checks access for accessing a block's 'settings_tray' form.
BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin function core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php Checks access for accessing a block plugin's 'settings_tray' form.
BlockPluginHasSettingsTrayFormAccessCheckTest class core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php @coversDefaultClass \Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck
@group settings_tray
BlockPluginHasSettingsTrayFormAccessCheckTest.php file core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php
BlockPluginHasSettingsTrayFormAccessCheckTest::providerTestAccess function core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php Provides test data for ::testAccess().
BlockPluginHasSettingsTrayFormAccessCheckTest::testAccess function core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php @covers ::access
@covers ::accessBlockPlugin
@dataProvider providerTestAccess
BookManager::bookTreeCheckAccess function core/modules/book/src/BookManager.php Checks access and performs dynamic operations for each link in the tree.
BookManager::checkNodeIsRemovable function core/modules/book/src/BookManager.php Determines if a node can be removed from the book.
BookManager::doBookTreeCheckAccess function core/modules/book/src/BookManager.php Sorts the menu tree and recursively checks access for each item.
BookManagerInterface::bookTreeCheckAccess function core/modules/book/src/BookManagerInterface.php Checks access and performs dynamic operations for each link in the tree.
BookManagerInterface::checkNodeIsRemovable function core/modules/book/src/BookManagerInterface.php Determines if a node can be removed from the book.
BookNodeIsRemovableAccessCheck class core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Determines whether the requested node can be removed from its book.
BookNodeIsRemovableAccessCheck.php file core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php
BookNodeIsRemovableAccessCheck::$bookManager property core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Book Manager Service.
BookNodeIsRemovableAccessCheck::access function core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Checks access for removing the node from its book.
BookNodeIsRemovableAccessCheck::__construct function core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php Constructs a BookNodeIsRemovableAccessCheck object.
BookTestTrait::checkBookNode function core/modules/book/tests/src/Functional/BookTestTrait.php Checks the outline of sub-pages; previous, up, and next.
BooleanCheckboxWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Plugin implementation of the 'boolean_checkbox' widget.
BooleanCheckboxWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php
BooleanCheckboxWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Defines the default settings for this plugin.
BooleanCheckboxWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns the form for a single field widget.
BooleanCheckboxWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a form to configure settings for the widget.
BooleanCheckboxWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a short summary for the current widget settings.
BrowserMissingDependentModuleMethodTest::publicCheckRequirements function core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php Public access for checkRequirements() to avoid reflection.
BrowserMissingDependentModuleTest::publicCheckRequirements function core/tests/fixtures/BrowserMissingDependentModuleTest.php Public access for checkRequirements() to avoid reflection.
BrowserTestBaseTest::testCheckForMetaRefresh function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::checkForMetaRefresh() method.
BrowserTestBaseTest::testFieldAssertsForCheckbox function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts for checkbox field type.
BrowserTestBaseTest::testLegacyFieldAssertsForCheckbox function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy assertFieldChecked() and assertNoFieldChecked().
BuildTestBase::checkPortIsAvailable function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Checks whether a port is available.
BulkDeleteTest::checkHooksInvocations function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that the expected hooks have been invoked on the expected entities.
CacheTagsChecksumInterface interface core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Provides checksums for cache tag invalidations.
CacheTagsChecksumInterface.php file core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php
CacheTagsChecksumInterface::getCurrentChecksum function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Returns the sum total of validations for a given set of tags.
CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION constant core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php The invalid checksum returned if a database transaction is in progress.
CacheTagsChecksumInterface::isValid function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Returns whether the checksum is valid for the given cache tags.
CacheTagsChecksumInterface::reset function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Reset statically cached tags.
CacheTagsChecksumTrait trait core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php A trait for cache tag checksum implementations.
CacheTagsChecksumTrait.php file core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php
CacheTagsChecksumTrait::$delayedTags property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php The set of cache tags whose invalidation is delayed.
CacheTagsChecksumTrait::$invalidatedTags property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php A list of tags that have already been invalidated in this request.
CacheTagsChecksumTrait::$tagCache property core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Contains already loaded tag invalidation counts from the storage.
CacheTagsChecksumTrait::calculateChecksum function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Calculates the current checksum for a given set of tags.
CacheTagsChecksumTrait::doInvalidateTags function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Marks cache items with any of the specified tags as invalid.
CacheTagsChecksumTrait::getCurrentChecksum function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()
CacheTagsChecksumTrait::getDatabaseConnection function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Returns the database connection.
CacheTagsChecksumTrait::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Fetches invalidation counts for cache tags.
CacheTagsChecksumTrait::invalidateTags function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsInvalidatorInterface::invalidateTags()
CacheTagsChecksumTrait::isValid function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid()
CacheTagsChecksumTrait::reset function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()

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