Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
CHANGES.md file core/assets/vendor/ckeditor/CHANGES.md CKEditor 4 Changelog
CKEditor 4.17.1
Fixed issues:
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 Creates an instance of the plugin.
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_sameline.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_sameline.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/modules/system/templates/checkboxes.html.twig Default theme implementation for a 'checkboxes' #type form element.
checkboxes.html.twig file core/themes/stable/templates/form/checkboxes.html.twig Theme override for a 'checkboxes' #type form element.
checkboxes.html.twig file core/themes/classy/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.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.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/checkboxradio/#theming
CheckboxTest class core/modules/system/tests/src/Functional/Form/CheckboxTest.php Tests form API checkbox handling of various combinations of #default_value
and #return_value.
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 enable.
CheckboxTest::testFormCheckbox function core/modules/system/tests/src/Functional/Form/CheckboxTest.php
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.
CheckProvider::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProvider.php A list of checks that needs the request.
CheckProvider::loadCheck function core/lib/Drupal/Core/Access/CheckProvider.php Lazy-loads access check services.

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