Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NullBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| NullBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| NullBackend::get | function | core/ |
Returns data from the persistent cache. |
| NullBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| NullBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| NullBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| NullBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| NullBackend::removeBin | function | core/ |
Remove a cache bin. |
| NullBackend::set | function | core/ |
Stores data in the persistent cache. |
| NullBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| NullBackend::__construct | function | core/ |
Constructs a NullBackend object. |
| NullBackendFactory | class | core/ |
|
| NullBackendFactory.php | file | core/ |
|
| NullBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| NullBackendTest | class | core/ |
Tests the cache NullBackend. |
| NullBackendTest.php | file | core/ |
|
| NullBackendTest::testNullBackend | function | core/ |
Tests that the NullBackend does not actually store variables. |
| NullCoalesce | class | core/ |
Provides a Null Coalesce process plugin. |
| NullCoalesce.php | file | core/ |
|
| NullCoalesce::transform | function | core/ |
Performs the associated process. |
| NullCoalesceTest | class | core/ |
Tests the null_coalesce process plugin. |
| NullCoalesceTest.php | file | core/ |
|
| NullCoalesceTest::testExceptionOnInvalidValue | function | core/ |
Tests that an exception is thrown for a non-array value. |
| NullCoalesceTest::testTransform | function | core/ |
Tests null_coalesce. |
| NullCoalesceTest::testTransformWithDefault | function | core/ |
Tests null_coalesce with default value. |
| NullCoalesceTest::transformDataProvider | function | core/ |
Provides Data for ::testTransform. |
| NullDestination | class | core/ |
Provides null destination plugin. |
| NullDestination.php | file | core/ |
|
| NullDestination::fields | function | core/ |
Returns an array of destination fields. |
| NullDestination::getIds | function | core/ |
Gets the destination IDs. |
| NullDestination::import | function | core/ |
Import the row. |
| NullFileCache | class | core/ |
Null implementation for the file cache. |
| NullFileCache.php | file | core/ |
|
| NullFileCache::delete | function | core/ |
Deletes data from the cache. |
| NullFileCache::get | function | core/ |
Gets data based on a filename. |
| NullFileCache::getMultiple | function | core/ |
Gets data based on filenames. |
| NullFileCache::set | function | core/ |
Stores data based on a filename. |
| NullFileCache::__construct | function | core/ |
Constructs a FileCache object. |
| NullGenerator | class | core/ |
No-op implementation of a Url Generator, needed for backward compatibility. |
| NullGenerator.php | file | core/ |
|
| NullGenerator::getContext | function | core/ |
|
| NullGenerator::getInternalPathFromRoute | function | core/ |
Gets the path of a route. |
| NullGenerator::getRoute | function | core/ |
Methods generate(), generateFromRoute() and getPathFromRoute() all call this protected method. |
| NullGenerator::processPath | function | core/ |
Passes the path to a processor manager to allow alterations. |
| NullGenerator::processRoute | function | core/ |
Passes the route to the processor manager for altering before compilation. |
| NullGenerator::setContext | function | core/ |
|
| NullGenerator::__construct | function | core/ |
Override the parent constructor. |
| NullIdMap | class | core/ |
Defines the null ID map implementation. |
| NullIdMap.php | file | core/ |
|
| NullIdMap::clearMessages | function | core/ |
Clears all messages from the map. |
Pagination
- Previous page
- Page 1079
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.