Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ChangePromotedDefaultTest.php file core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php
ChangePromotedDefaultTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php Set database dump files to be used.
ChangePromotedDefaultTest::testRunUpdates function core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php Tests run updates.
ChangeUserRoleBase class core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Provides a base class for operations to change a user's role.
ChangeUserRoleBase.php file core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php
ChangeUserRoleBase::$entityType property core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php The user role entity type.
ChangeUserRoleBase::access function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Checks object access.
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::create function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Instantiates a new instance of the implementing class using autowiring.
ChangeUserRoleBase::defaultConfiguration function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Gets default configuration for this plugin.
ChangeUserRoleBase::submitConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form submission handler.
ChangeUserRoleBase::__construct function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
charset.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css @charset "UTF-8";html{font-family:"sans-serif";}
charset.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css html{font-family:"sans-serif";}
charset_newline.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css @charset "UTF-8";
html{font-family:"sans-serif";}
charset_same_line.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_same_line.css @charset "UTF-8";html{font-family:"sans-serif";}
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/themes/admin/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.html.twig file core/themes/stable9/templates/form/checkboxes.html.twig Theme override for a 'checkboxes' #type form element.
checkboxes.html.twig file core/modules/system/templates/checkboxes.html.twig Default theme implementation 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.14.1
* 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 Tests various checkbox configurations in the form API.
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.

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