Search for d
Title | Object type | File name | Summary |
---|---|---|---|
ChainedFastBackendTest.php | file | core/ |
|
ChainedFastBackendTest::$bin | property | core/ |
The cache bin. |
ChainedFastBackendTest::$consistentCache | property | core/ |
The consistent cache backend. |
ChainedFastBackendTest::$fastCache | property | core/ |
The fast cache backend. |
ChainedFastBackendTest::createCacheBackend | function | core/ |
Creates a new instance of ChainedFastBackend. |
ChainedFastBackendTest::testFallThroughToConsistentCache | function | core/ |
Tests a fast cache miss gets data from the consistent cache backend. |
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend | function | core/ |
Tests a get() on the fast backend, with no hit on the consistent backend. |
ChainedPlaceholderStrategy | class | core/ |
Renders placeholders using a chain of placeholder strategies. |
ChainedPlaceholderStrategy.php | file | core/ |
|
ChainedPlaceholderStrategy::$placeholderStrategies | property | core/ |
An ordered list of placeholder strategy services. |
ChainedPlaceholderStrategy::addPlaceholderStrategy | function | core/ |
Adds a placeholder strategy to use. |
ChainedPlaceholderStrategy::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
ChainedPlaceholderStrategyTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy[[api-linebreak]] @group Render |
ChainedPlaceholderStrategyTest.php | file | core/ |
|
ChainedPlaceholderStrategyTest::providerProcessPlaceholders | function | core/ |
Provides a list of render strategies, placeholders and results. |
ChainedPlaceholderStrategyTest::testProcessPlaceholders | function | core/ |
@covers ::addPlaceholderStrategy[[api-linebreak]] @covers ::processPlaceholders[[api-linebreak]] |
ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies | function | core/ |
@covers ::processPlaceholders[[api-linebreak]] |
ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy | function | core/ |
@covers ::processPlaceholders[[api-linebreak]] |
ChainEntityResolver::addResolver | function | core/ |
Adds an entity resolver. |
ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
ChainEntityResolverTest::$testData | property | core/ |
Test data passed to the resolve method. |
ChainEntityResolverTest::testResolverWithFirstResolved | function | core/ |
Tests the resolve method with a matching resolver first. |
ChainEntityResolverTest::testResolverWithLastResolved | function | core/ |
Tests the resolve method with a matching resolver last. |
ChainEntityResolverTest::testResolverWithNoneResolved | function | core/ |
Tests the resolve method with no matching resolvers. |
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver | function | core/ |
Tests the resolve method with no matching resolvers, using addResolver. |
ChainEntityResolverTest::testResolverWithResolvedToZero | function | core/ |
Tests the resolve method where one resolver returns 0. |
ChainRequestPolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainRequestPolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow | function | core/ |
Provides test data for testAllowIfAnyRuleReturnedAllow. |
ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue | function | core/ |
Provides test data for testChainExceptionOnInvalidReturnValue. |
ChainRequestPolicyTest::testAllowIfAnyRuleReturnedAllow | function | core/ |
Asserts that check() returns ALLOW if any of the rules returns ALLOW. |
ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue | function | core/ |
Asserts that check() throws an exception if a rule returns an invalid value. |
ChainRequestPolicyTest::testStopChainOnFirstDeny | function | core/ |
Asserts that check() returns immediately when a rule returned DENY. |
ChainResponsePolicy::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ChainResponsePolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicy::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ChainResponsePolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue | function | core/ |
Provides test data for testChainExceptionOnInvalidReturnValue. |
ChainResponsePolicyTest::testChainExceptionOnInvalidReturnValue | function | core/ |
Asserts that check() throws an exception if a rule returns an invalid value. |
ChainResponsePolicyTest::testStopChainOnFirstDeny | function | core/ |
Asserts that check() returns immediately when a rule returned DENY. |
ChangedCommand | class | core/ |
An AJAX command for marking HTML elements as changed. |
ChangedCommand.php | file | core/ |
|
ChangedCommand::$asterisk | property | core/ |
An optional CSS selector for elements to which asterisks will be appended. |
ChangedCommand::$selector | property | core/ |
A CSS selector string. |
ChangedCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
ChangedCommand::__construct | function | core/ |
Constructs a ChangedCommand object. |
ChangedFieldItemList | class | core/ |
Defines an item list class for changed fields. |
ChangedFieldItemList.php | file | core/ |
|
ChangedFieldItemList::defaultAccess | function | core/ |
Contains the default access logic of this field. |
Pagination
- Previous page
- Page 87
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.