Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| PhpBackend::invalidatebyHash | function | core/ |
Invalidate one cache item. |
| PhpBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| PhpBackend::normalizeCid | function | core/ |
Ensures a normalized cache ID. |
| PhpBackend::prepareItem | function | core/ |
Prepares a cached item. |
| PhpBackend::removeBin | function | core/ |
Remove a cache bin. |
| PhpBackend::set | function | core/ |
Stores data in the persistent cache. |
| PhpBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| PhpBackend::storage | function | core/ |
Gets the PHP code storage object to use. |
| PhpBackend::writeItem | function | core/ |
Writes a cache item to PhpStorage. |
| PhpBackend::__construct | function | core/ |
Constructs a PhpBackend object. |
| PhpBackendFactory | class | core/ |
|
| PhpBackendFactory.php | file | core/ |
|
| PhpBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackendFactory::get | function | core/ |
Gets PhpBackend for the specified cache bin. |
| PhpBackendFactory::__construct | function | core/ |
Constructs a PhpBackendFactory object. |
| PhpBackendTest | class | core/ |
Unit test of the PHP cache backend using the generic cache unit test base. |
| PhpBackendTest.php | file | core/ |
|
| PhpBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| PhpStreamWrapperInterface::dir_opendir | function | core/ |
|
| PlaceholderGenerator::$rendererConfig | property | core/ |
The renderer configuration array. |
| PlaceholderingRenderCache | class | core/ |
Adds automatic placeholdering to the RenderCache. |
| PlaceholderingRenderCache.php | file | core/ |
|
| PlaceholderingRenderCache::$placeholderGenerator | property | core/ |
The placeholder generator. |
| PlaceholderingRenderCache::$placeholderResultsCache | property | core/ |
Stores rendered results for automatically placeholdered elements. |
| PlaceholderingRenderCache::createPlaceholderAndRemember | function | core/ |
Create a placeholder for a renderable array and remember in a static cache. |
| PlaceholderingRenderCache::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
| PlaceholderingRenderCache::getFromPlaceholderResultsCache | function | core/ |
Retrieves an auto-placeholdered renderable array from the static cache. |
| PlaceholderingRenderCache::set | function | core/ |
Caches the rendered output of a renderable array. |
| PlaceholderingRenderCache::__construct | function | core/ |
Constructs a new PlaceholderingRenderCache object. |
| PlainTextOutput::renderFromHtml | function | core/ |
Transforms a given HTML string into to a context-appropriate output string. |
| PlainTextOutputTest::providerRenderFromHtml | function | core/ |
Data provider for ::testRenderFromHtml() |
| PlainTextOutputTest::testRenderFromHtml | function | core/ |
Tests ::renderFromHtml(). |
| plugin.manager.views.display_extender | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
| PluginBase::$renderer | property | core/ |
Stores the render API renderer. |
| PluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| PluginBase::getRenderer | function | core/ |
Returns the render API renderer. |
| PluginBase::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
| PluginBase::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
| PluginDependencyTrait | trait | core/ |
Provides a trait for calculating the dependencies of a plugin. |
| PluginDependencyTrait.php | file | core/ |
|
| PluginDependencyTrait::calculatePluginDependencies | function | core/ |
Calculates and adds dependencies of a specific plugin instance. |
| PluginDependencyTrait::getPluginDependencies | function | core/ |
Calculates and returns dependencies of a specific plugin instance. |
| PluginDependencyTrait::moduleHandler | function | core/ |
Wraps the module handler. |
| PluginDependencyTrait::themeHandler | function | core/ |
Wraps the theme handler. |
| PluginDependencyTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\PluginDependencyTrait[[api-linebreak]] @group Plugin |
| PluginDependencyTraitTest.php | file | core/ |
|
| PluginDependencyTraitTest::providerTestPluginDependencies | function | core/ |
Provides test data for plugin dependencies. |
| PluginDependencyTraitTest::testCalculatePluginDependencies | function | core/ |
@covers ::calculatePluginDependencies[[api-linebreak]] |
| PluginDependencyTraitTest::testGetPluginDependencies | function | core/ |
@covers ::getPluginDependencies[[api-linebreak]] |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.