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. Other projects
Title Object type File name Summary
ChangedCommand::render function core/lib/Drupal/Core/Ajax/ChangedCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
ChangedCommand::__construct function core/lib/Drupal/Core/Ajax/ChangedCommand.php Constructs a ChangedCommand object.
ChangedFieldItemList class core/lib/Drupal/Core/Field/ChangedFieldItemList.php Defines an item list class for changed fields.
ChangedFieldItemList.php file core/lib/Drupal/Core/Field/ChangedFieldItemList.php
ChangedFieldItemList::defaultAccess function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Contains the default access logic of this field.
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.
CHANGELOG.txt file core/CHANGELOG.txt New minor (feature) releases of Drupal are released every six months and
patch (bugfix) releases are released every month. More information on the
Drupal release cycle: https://www.drupal.org/core/release-cycle-overview

* For a full list of fixes in…
ChangeLogger class core/modules/package_manager/src/EventSubscriber/ChangeLogger.php Event subscriber to log changes that happen during the stage life cycle.
ChangeLogger.php file core/modules/package_manager/src/EventSubscriber/ChangeLogger.php
ChangeLogger::getSubscribedEvents function core/modules/package_manager/src/EventSubscriber/ChangeLogger.php
ChangeLogger::INSTALLED_PACKAGES_KEY constant core/modules/package_manager/src/EventSubscriber/ChangeLogger.php The key to store the list of packages installed when the stage is created.
ChangeLogger::logChanges function core/modules/package_manager/src/EventSubscriber/ChangeLogger.php Logs changes made by Package Manager.
ChangeLogger::recordInstalledPackages function core/modules/package_manager/src/EventSubscriber/ChangeLogger.php Records packages installed in the project root.
ChangeLogger::recordRequestedPackageVersions function core/modules/package_manager/src/EventSubscriber/ChangeLogger.php Records requested packages.
ChangeLogger::REQUESTED_PACKAGES_KEY constant core/modules/package_manager/src/EventSubscriber/ChangeLogger.php The metadata key under which to store the requested package versions.
ChangeLogger::__construct function core/modules/package_manager/src/EventSubscriber/ChangeLogger.php
ChangeLoggerTest class core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php Tests Change Logger.
ChangeLoggerTest.php file core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php
ChangeLoggerTest::$logger property core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php The logger to which change lists will be written.
ChangeLoggerTest::register function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php Registers test-specific services.
ChangeLoggerTest::setUp function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php
ChangeLoggerTest::testChangeLogging function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php Tests that the requested and applied changes are logged.
ChangePromotedDefaultTest class core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php Tests creating base field overrides for the promote field on node types.
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.

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