Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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. |
BackendChain::__construct | function | core/ |
Constructs a new backend chain service instance. |
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::testConstructorParameterDeprecation | function | core/ |
Tests deprecation of the constructor parameter. |
BackendChainImplementationUnitTest::testDelete | function | core/ |
Test that delete will propagate. |
BackendChainImplementationUnitTest::testDeleteAllPropagation | function | core/ |
Test that the delete all operation is propagated to all backends in the chain. |
BackendChainImplementationUnitTest::testDeleteTagsPropagation | function | core/ |
Test that the delete tags operation is propagated to all backends in the chain. |
BackendChainImplementationUnitTest::testGet | function | core/ |
Test the get feature. |
BackendChainImplementationUnitTest::testGetHasPropagated | function | core/ |
Ensure get values propagation to previous backends. |
BackendChainImplementationUnitTest::testGetMultiple | function | core/ |
Test the get multiple feature. |
BackendChainImplementationUnitTest::testGetMultipleHasPropagated | function | core/ |
Ensure get multiple values propagation to previous backends. |
BackendChainImplementationUnitTest::testRemoveBin | function | core/ |
Test that removing bin propagates to all backends. |
BackendChainImplementationUnitTest::testSet | function | core/ |
Test 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 @group DependencyInjection |
BackendCompilerPassTest.php | file | core/ |
Contains \Drupal\Tests\Core\DependencyInjection\Compiler\BackendCompilerPassTest. |
BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
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(). |
BackendCompilerPassTest::setUp | function | core/ |
|
BackendCompilerPassTest::testProcess | function | core/ |
Tests the process method. |
BackwardCompatibilityTest | class | core/ |
Tests the compatibility of the ajax.es6.js file. |
BackwardCompatibilityTest.php | file | core/ |
|
BackwardCompatibilityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BackwardCompatibilityTest::$modules | property | core/ |
Modules to enable. |
BackwardCompatibilityTest::testAjaxBackwardCompatibility | function | core/ |
Ensures Drupal.Ajax.element_settings BC layer. |
BadPluginDefinitionException | class | core/ |
Defines a class for bad plugin definition exceptions. |
BadPluginDefinitionException.php | file | core/ |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.