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
ChainedFastBackendTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php
ChainedFastBackendTest::$bin property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The cache bin.
ChainedFastBackendTest::$consistentCache property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The consistent cache backend.
ChainedFastBackendTest::$fastCache property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The fast cache backend.
ChainedFastBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Creates a new instance of ChainedFastBackend.
ChainedFastBackendTest::testFallThroughToConsistentCache function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a fast cache miss gets data from the consistent cache backend.
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on the fast backend, with no hit on the consistent backend.
ChainedPlaceholderStrategy class core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php Renders placeholders using a chain of placeholder strategies.
ChainedPlaceholderStrategy.php file core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php
ChainedPlaceholderStrategy::$placeholderStrategies property core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php An ordered list of placeholder strategy services.
ChainedPlaceholderStrategy::addPlaceholderStrategy function core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php Adds a placeholder strategy to use.
ChainedPlaceholderStrategy::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php Processes placeholders to render them with different strategies.
ChainedPlaceholderStrategyTest class core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @coversDefaultClass \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy[[api-linebreak]]
@group Render
ChainedPlaceholderStrategyTest.php file core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php
ChainedPlaceholderStrategyTest::providerProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php Provides a list of render strategies, placeholders and results.
ChainedPlaceholderStrategyTest::testProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::addPlaceholderStrategy[[api-linebreak]]
@covers ::processPlaceholders[[api-linebreak]]
ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
ChainEntityResolver::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Adds an entity resolver.
ChainEntityResolverInterface::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php Adds an entity resolver.
ChainEntityResolverTest::$testData property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test data passed to the resolve method.
ChainEntityResolverTest::testResolverWithFirstResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with a matching resolver first.
ChainEntityResolverTest::testResolverWithLastResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with a matching resolver last.
ChainEntityResolverTest::testResolverWithNoneResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers.
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers, using addResolver.
ChainEntityResolverTest::testResolverWithResolvedToZero function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method where one resolver returns 0.
ChainRequestPolicy::addPolicy function core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php Add a policy to the list of policy rules.
ChainRequestPolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php Add a policy to the list of policy rules.
ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Provides test data for testAllowIfAnyRuleReturnedAllow.
ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Provides test data for testChainExceptionOnInvalidReturnValue.
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::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChainResponsePolicy::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php The id of the original proxied service.
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::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Lazy loads the real service from the container.
ChainResponsePolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Add a policy to the list of policy rules.
ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Provides test data for testChainExceptionOnInvalidReturnValue.
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::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 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.

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