Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| AttributeValueBase::render | function | core/ |
Returns a string representation of the attribute. |
| AttributeValueBase::RENDER_EMPTY_ATTRIBUTE | constant | core/ |
Renders '$name=""' if $value is an empty string. |
| AuthenticationSubscriber::onExceptionSendChallenge | function | core/ |
Respond with a challenge on access denied exceptions if appropriate. |
| BackendChain | class | core/ |
Defines a chained cache implementation for combining multiple cache backends. |
| BackendChain.php | file | core/ |
|
| BackendChain::$backends | property | core/ |
Ordered list of CacheBackendInterface instances. |
| BackendChain::appendBackend | function | core/ |
Appends a cache backend to the cache chain. |
| BackendChain::delete | function | core/ |
Deletes an item from the cache. |
| BackendChain::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| BackendChain::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| BackendChain::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| BackendChain::get | function | core/ |
Returns data from the persistent cache. |
| BackendChain::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| BackendChain::invalidate | function | core/ |
Marks a cache item as invalid. |
| BackendChain::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| BackendChain::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| BackendChain::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| BackendChain::prependBackend | function | core/ |
Prepends a cache backend to the cache chain. |
| BackendChain::removeBin | function | core/ |
Remove a cache bin. |
| BackendChain::set | function | core/ |
Stores data in the persistent cache. |
| BackendChain::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| BackendChainImplementationUnitTest | class | core/ |
Unit test of backend chain implementation specifics. |
| BackendChainImplementationUnitTest.php | file | core/ |
|
| BackendChainImplementationUnitTest::$chain | property | core/ |
Chain that will be heavily tested. |
| BackendChainImplementationUnitTest::$firstBackend | property | core/ |
First backend in the chain. |
| BackendChainImplementationUnitTest::$secondBackend | property | core/ |
Second backend in the chain. |
| BackendChainImplementationUnitTest::$thirdBackend | property | core/ |
Third backend in the chain. |
| BackendChainImplementationUnitTest::setUp | function | core/ |
|
| BackendChainImplementationUnitTest::testDelete | function | core/ |
Tests that delete will propagate. |
| BackendChainImplementationUnitTest::testDeleteAllPropagation | function | core/ |
Tests that the delete all operation is propagated to all chained backends. |
| BackendChainImplementationUnitTest::testDeleteTagsPropagation | function | core/ |
Tests that the delete tags operation is propagated to all chained backends. |
| BackendChainImplementationUnitTest::testGet | function | core/ |
Tests the get feature. |
| BackendChainImplementationUnitTest::testGetHasPropagated | function | core/ |
Ensure get values propagation to previous backends. |
| BackendChainImplementationUnitTest::testGetMultiple | function | core/ |
Tests the get multiple feature. |
| BackendChainImplementationUnitTest::testGetMultipleHasPropagated | function | core/ |
Ensure get multiple values propagation to previous backends. |
| BackendChainImplementationUnitTest::testRemoveBin | function | core/ |
Tests that removing bin propagates to all backends. |
| BackendChainImplementationUnitTest::testSet | function | core/ |
Tests that set will propagate. |
| BackendChainTest | class | core/ |
Unit test of the backend chain using the generic cache unit test base. |
| BackendChainTest.php | file | core/ |
|
| BackendChainTest::createCacheBackend | function | core/ |
Creates a cache backend to test. |
| BackendCompilerPass | class | core/ |
Defines a compiler pass to allow automatic override per backend. |
| BackendCompilerPass.php | file | core/ |
|
| BackendCompilerPass::process | function | core/ |
|
| BackendCompilerPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass[[api-linebreak]] @group DependencyInjection |
| BackendCompilerPassTest.php | file | core/ |
Contains \Drupal\Tests\Core\DependencyInjection\Compiler\BackendCompilerPassTest. |
| BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
| BackendCompilerPassTest::getDrivertestMysqlContainer | function | core/ |
Creates a container with a DrivertestMysql database mock definition in it. |
| BackendCompilerPassTest::getMysqlContainer | function | core/ |
Creates a container with a mysql database service definition in it. |
| BackendCompilerPassTest::getSqliteContainer | function | core/ |
Creates a container with a sqlite database service in it. |
| BackendCompilerPassTest::providerTestProcess | function | core/ |
Provides test data for testProcess(). |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.