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
ChainedFastBackendFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php
ChainedFastBackendFactoryTest::testDifferentServices function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php Test if different names are provided for consistent and fast services.
ChainedFastBackendFactoryTest::testIdenticalService function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php Test if the same name is provided for consistent and fast services.
ChainedFastBackendTest class core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Unit test of the fast chained backend using the generic cache unit test base.
ChainedFastBackendTest class core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests Drupal\Core\Cache\ChainedFastBackend.
ChainedFastBackendTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php
ChainedFastBackendTest.php file core/tests/Drupal/KernelTests/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::testFastBackendGracePeriod 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.
ChainedFastBackendTest::testSet function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests that sets only get written to the consistent backend.
ChainedFastBackendTest::testSetInvalidDataFastBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on consistent backend without saving on fast 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 Tests Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy.
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 Tests process placeholders.
ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php Tests process placeholders no strategies.
ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php Tests process placeholders with rogue placeholder strategy.
ChainEntityResolver class core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Resolver delegating the entity resolution to a chain of resolvers.
ChainEntityResolver.php file core/modules/serialization/src/EntityResolver/ChainEntityResolver.php
ChainEntityResolver::$resolvers property core/modules/serialization/src/EntityResolver/ChainEntityResolver.php The concrete resolvers.
ChainEntityResolver::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Adds an entity resolver.
ChainEntityResolver::resolve function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Returns the local ID of an entity referenced by serialized data.
ChainEntityResolver::__construct function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Constructs a ChainEntityResolver object.
ChainEntityResolverInterface interface core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php An interface for delegating an entity resolution to a chain of resolvers.
ChainEntityResolverInterface.php file core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php
ChainEntityResolverInterface::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php Adds an entity resolver.
ChainEntityResolverTest class core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests Drupal\serialization\EntityResolver\ChainEntityResolver.
ChainEntityResolverTest.php file core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainEntityResolverTest::$testData property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test data passed to the resolve method.
ChainEntityResolverTest::$testEntityType property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php A test entity type.
ChainEntityResolverTest::$testNormalizer property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php A mocked normalizer.
ChainEntityResolverTest::createEntityResolverMock function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Creates a mock entity resolver.
ChainEntityResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
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 class core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php Implements a compound request policy.
ChainRequestPolicy.php file core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php

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