Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 8.9.x for check
  4. Search 11.x for check
  5. Other projects
Title Object type File name Summary
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()
CacheTagsChecksumTrait::rootTransactionEndCallback function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Callback to be invoked just after a database transaction gets committed.
CacheTagsInvalidator::resetChecksums function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Reset statically cached tags in all cache tag checksum services.
CacheTestBase::checkCacheExists function core/modules/system/tests/src/Functional/Cache/CacheTestBase.php Checks whether or not a cache entry exists.
cache_tags.invalidator.checksum service core/core.services.yml Drupal\Core\Cache\DatabaseCacheTagsChecksum
Callbacks::checkboxCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by checkbox.
Callbacks::checkboxGroupCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback triggered by the checkbox in a #group.
ChainRequestPolicy::check function core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php
ChainResponsePolicy::check function core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php
ChainResponsePolicy::check function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php
Checkbox class core/lib/Drupal/Core/Render/Element/Checkbox.php Provides a form element for a single checkbox.
Checkbox.php file core/lib/Drupal/Core/Render/Element/Checkbox.php
Checkbox::getInfo function core/lib/Drupal/Core/Render/Element/Checkbox.php Returns the element properties for this element.
Checkbox::preRenderCheckbox function core/lib/Drupal/Core/Render/Element/Checkbox.php Prepares a #type 'checkbox' render element for input.html.twig.
Checkbox::processCheckbox function core/lib/Drupal/Core/Render/Element/Checkbox.php Sets the #checked property of a checkbox element.
Checkbox::valueCallback function core/lib/Drupal/Core/Render/Element/Checkbox.php Determines how user input is mapped to an element's #value property.
Checkboxes class core/lib/Drupal/Core/Render/Element/Checkboxes.php Provides a form element for a set of checkboxes.
checkboxes.html.twig file core/modules/system/templates/checkboxes.html.twig Default theme implementation for a 'checkboxes' #type form element.
checkboxes.html.twig file core/themes/stable9/templates/form/checkboxes.html.twig Theme override for a 'checkboxes' #type form element.
checkboxes.html.twig file core/themes/claro/templates/form/checkboxes.html.twig Theme override for a 'checkboxes' #type form element.
checkboxes.html.twig file core/themes/starterkit_theme/templates/form/checkboxes.html.twig Theme override for a 'checkboxes' #type form element.
Checkboxes.php file core/lib/Drupal/Core/Render/Element/Checkboxes.php
Checkboxes::detectEmptyCheckboxes function core/lib/Drupal/Core/Render/Element/Checkboxes.php Determines if all checkboxes in a set are unchecked.
Checkboxes::getCheckedCheckboxes function core/lib/Drupal/Core/Render/Element/Checkboxes.php Determines which checkboxes were checked when a form is submitted.
Checkboxes::getInfo function core/lib/Drupal/Core/Render/Element/Checkboxes.php Returns the element properties for this element.
Checkboxes::processCheckboxes function core/lib/Drupal/Core/Render/Element/Checkboxes.php Processes a checkboxes form element.
Checkboxes::valueCallback function core/lib/Drupal/Core/Render/Element/Checkboxes.php Determines how user input is mapped to an element's #value property.
checkboxradio.css file core/assets/vendor/jquery.ui/themes/base/checkboxradio.css /*!
* jQuery UI Checkboxradio 1.13.3
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/checkboxradio/#theming
CheckboxTest class core/modules/system/tests/src/Functional/Form/CheckboxTest.php Tests the form API checkbox element.
CheckboxTest.php file core/modules/system/tests/src/Functional/Form/CheckboxTest.php
CheckboxTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/CheckboxTest.php The theme to install as the default for testing.
CheckboxTest::$modules property core/modules/system/tests/src/Functional/Form/CheckboxTest.php Modules to install.
CheckboxTest::testFormCheckbox function core/modules/system/tests/src/Functional/Form/CheckboxTest.php
Checkpoint class core/lib/Drupal/Core/Config/Checkpoint/Checkpoint.php A value object to store information about a checkpoint.
Checkpoint.php file core/lib/Drupal/Core/Config/Checkpoint/Checkpoint.php
Checkpoint::__construct function core/lib/Drupal/Core/Config/Checkpoint/Checkpoint.php Constructs a checkpoint object.
CheckpointExistsException class core/lib/Drupal/Core/Config/Checkpoint/CheckpointExistsException.php Thrown when trying to add a checkpoint with an ID that already exists.
CheckpointExistsException.php file core/lib/Drupal/Core/Config/Checkpoint/CheckpointExistsException.php
CheckpointListInterface interface core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Maintains a list of checkpoints.
CheckpointListInterface.php file core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php
CheckpointListInterface::add function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Adds a new checkpoint.
CheckpointListInterface::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Deletes a checkpoint.
CheckpointListInterface::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Deletes all checkpoints.
CheckpointListInterface::get function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Gets a checkpoint.

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