Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
ChangedFieldItemList::hasAffectingChanges function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Determines whether the field has relevant changes.
ChangedItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php Defines the 'changed' entity field type.
ChangedItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php
ChangedItem::preSave function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php Defines custom presave behavior for field values.
ChangedTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php Defines the 'changed_test' entity field type.
ChangedTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php
ChangedTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php Defines custom presave behavior for field values.
ChangeUserRoleBase::buildConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form constructor.
ChangeUserRoleBase::calculateDependencies function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Calculates dependencies for the configured plugin.
ChangeUserRoleBase::defaultConfiguration function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Gets default configuration for this plugin.
charset.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css html{font-family:"sans-serif";}
Checkbox::preRenderCheckbox function core/lib/Drupal/Core/Render/Element/Checkbox.php Prepares a #type 'checkbox' render element for input.html.twig.
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.
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::$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.
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.
CheckpointStorage::$readFromCheckpoint property core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php The checkpoint to read from.
CheckpointStorage::decode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Decodes configuration data from the storage-specific format.
CheckpointStorage::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Deletes a configuration object from the storage.
CheckpointStorage::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Deletes configuration objects whose names start with a given prefix.
CheckpointStorage::encode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Encodes configuration data into the storage-specific format.
CheckpointStorage::getCheckpointsToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the checkpoints to read from.
CheckpointStorage::getSubscribedEvents function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::onConfigSaveAndDelete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Updates checkpoint when configuration is saved.
CheckpointStorage::read function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Reads configuration data from the storage.
CheckpointStorage::readMultiple function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Reads configuration data from the storage.
CheckpointStorage::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Sets the checkpoint to read from.
CheckpointStorageInterface::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Sets the checkpoint to read from.
CheckpointStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Modules to install.
CheckpointStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that work transparently.
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::encode[[api-linebreak]]
@covers ::decode[[api-linebreak]]
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
CheckpointStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that throw an exception.
CheckProvider class core/lib/Drupal/Core/Access/CheckProvider.php Loads access checkers from the container.
CheckProvider.php file core/lib/Drupal/Core/Access/CheckProvider.php
CheckProvider::$checkIds property core/lib/Drupal/Core/Access/CheckProvider.php Array of registered access check service ids.
CheckProvider::$checkMethods property core/lib/Drupal/Core/Access/CheckProvider.php Array of access check method names keyed by service ID.
CheckProvider::$checks property core/lib/Drupal/Core/Access/CheckProvider.php Array of access check objects keyed by service id.
CheckProvider::$checksNeedsRequest property core/lib/Drupal/Core/Access/CheckProvider.php Array of access checks which only will be run on the incoming request.
CheckProvider::$dynamicRequirementMap property core/lib/Drupal/Core/Access/CheckProvider.php An array to map dynamic requirement keys to service IDs.
CheckProvider::$staticRequirementMap property core/lib/Drupal/Core/Access/CheckProvider.php An array to map static requirement keys to service IDs.
CheckProvider::addCheckService function core/lib/Drupal/Core/Access/CheckProvider.php Registers a new AccessCheck by service ID.
CheckProvider::applies function core/lib/Drupal/Core/Access/CheckProvider.php Determine which registered access checks apply to a route.

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