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
ChainRequestPolicyTest::testAllowIfAnyRuleReturnedAllow function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns ALLOW if any of the rules returns ALLOW.
ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() throws an exception if a rule returns an invalid value.
ChainRequestPolicyTest::testEmptyChain function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns NULL if the chain is empty.
ChainRequestPolicyTest::testNullRuleChain function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns NULL if a rule returns NULL.
ChainRequestPolicyTest::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChainResponsePolicy class core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php Implements a compound response policy.
ChainResponsePolicy class core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy.
ChainResponsePolicy.php file core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php
ChainResponsePolicy.php file core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php
ChainResponsePolicy::$container property core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php The service container.
ChainResponsePolicy::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php The id of the original proxied service.
ChainResponsePolicy::$rules property core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php A list of policy rules to apply when this policy is checked.
ChainResponsePolicy::$service property core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php The real proxied service, after it was lazy loaded.
ChainResponsePolicy::addPolicy function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Add a policy to the list of policy rules.
ChainResponsePolicy::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php Add a policy to the list of policy rules.
ChainResponsePolicy::check function core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php Determines whether it is save to store a page in the cache.
ChainResponsePolicy::check function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Determines whether it is save to store a page in the cache.
ChainResponsePolicy::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Lazy loads the real service from the container.
ChainResponsePolicy::__construct function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Constructs a ProxyClass Drupal proxy object.
ChainResponsePolicyInterface interface core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Defines the interface for compound request policies.
ChainResponsePolicyInterface.php file core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php
ChainResponsePolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Add a policy to the list of policy rules.
ChainResponsePolicyTest class core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php @coversDefaultClass \Drupal\Core\PageCache\ChainResponsePolicy[[api-linebreak]]
@group PageCache
ChainResponsePolicyTest.php file core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php
ChainResponsePolicyTest::$policy property core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php The chain response policy under test.
ChainResponsePolicyTest::$request property core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php A request object.
ChainResponsePolicyTest::$response property core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php A response object.
ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Provides test data for testChainExceptionOnInvalidReturnValue.
ChainResponsePolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php
ChainResponsePolicyTest::testChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() throws an exception if a rule returns an invalid value.
ChainResponsePolicyTest::testEmptyChain function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns NULL if the chain is empty.
ChainResponsePolicyTest::testNullRuleChain function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns NULL if a rule returns NULL.
ChainResponsePolicyTest::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChangedCommand class core/lib/Drupal/Core/Ajax/ChangedCommand.php An AJAX command for marking HTML elements as changed.
ChangedCommand.php file core/lib/Drupal/Core/Ajax/ChangedCommand.php
ChangedCommand::$asterisk property core/lib/Drupal/Core/Ajax/ChangedCommand.php An optional CSS selector for elements to which asterisks will be appended.
ChangedCommand::$selector property core/lib/Drupal/Core/Ajax/ChangedCommand.php A CSS selector string.
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 a 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…

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