Search for metadata
- Search 7.x for metadata
- Search 9.5.x for metadata
- Search 10.3.x for metadata
- Search 11.x for metadata
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CacheabilityMetadataConfigOverrideTest::setUp | function | core/ |
|
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride | function | core/ |
Tests if config overrides set cacheability metadata on config entities. |
CacheabilityMetadataConfigOverrideTest::testConfigOverride | function | core/ |
Tests if config overrides correctly set cacheability metadata. |
CacheabilityMetadataUpdateTest | class | core/ |
Tests that views cacheability metadata post update hook runs properly. |
CacheabilityMetadataUpdateTest.php | file | core/ |
|
CacheabilityMetadataUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CacheabilityMetadataUpdateTest::testUpdateHookN | function | core/ |
Tests that views cacheability metadata updated properly. |
CacheableMetadata | class | core/ |
Defines a generic class for passing cacheability metadata. |
CacheableMetadata.php | file | core/ |
|
CacheableMetadata::applyTo | function | core/ |
Applies the values of this CacheableMetadata object to a render array. |
CacheableMetadata::createFromObject | function | core/ |
Creates a CacheableMetadata object from a depended object. |
CacheableMetadata::createFromRenderArray | function | core/ |
Creates a CacheableMetadata object with values taken from a render array. |
CacheableMetadata::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
CacheableMetadata::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
CacheableMetadata::getCacheTags | function | core/ |
The cache tags associated with this object. |
CacheableMetadata::merge | function | core/ |
Merges the values of another CacheableMetadata object with this one. |
CacheableMetadata::setCacheContexts | function | core/ |
Sets cache contexts. |
CacheableMetadata::setCacheMaxAge | function | core/ |
Sets the maximum age (in seconds). |
CacheableMetadata::setCacheTags | function | core/ |
Sets cache tags. |
CacheableMetadataCalculationTest | class | core/ |
Tests plugin that reports when cacheable metadata is being calculated. |
CacheableMetadataCalculationTest | class | core/ |
Tests that cacheability metadata is only calculated when needed. |
CacheableMetadataCalculationTest.php | file | core/ |
|
CacheableMetadataCalculationTest.php | file | core/ |
|
CacheableMetadataCalculationTest::$entityTypeManager | property | core/ |
The entity type manager. |
CacheableMetadataCalculationTest::$modules | property | core/ |
Modules to enable. |
CacheableMetadataCalculationTest::$state | property | core/ |
The state service. |
CacheableMetadataCalculationTest::$state | property | core/ |
The state service. |
CacheableMetadataCalculationTest::access | function | core/ |
Determine if the current user has access or not. |
CacheableMetadataCalculationTest::alterRouteDefinition | function | core/ |
Allows access plugins to alter the route definition of a view. |
CacheableMetadataCalculationTest::assertCacheableMetadataHasBeenCalculated | function | core/ |
Checks whether the view has calculated its cacheability metadata. |
CacheableMetadataCalculationTest::cacheableMetadataHasBeenAccessed | function | core/ |
Sets a flag to inform tests that cacheable metadata has been accessed. |
CacheableMetadataCalculationTest::create | function | core/ |
Creates an instance of the plugin. |
CacheableMetadataCalculationTest::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
CacheableMetadataCalculationTest::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
CacheableMetadataCalculationTest::getCacheTags | function | core/ |
The cache tags associated with this object. |
CacheableMetadataCalculationTest::resetState | function | core/ |
Resets the state so we are ready for a new test. |
CacheableMetadataCalculationTest::setUp | function | core/ |
|
CacheableMetadataCalculationTest::testCacheableMetadataCalculation | function | core/ |
Tests that cacheability metadata is only calculated when needed. |
CacheableMetadataCalculationTest::TEST_MODULE | constant | core/ |
The ID of the module used in the test. |
CacheableMetadataCalculationTest::TEST_VIEW_ID | constant | core/ |
The ID of the view used in the test. |
CacheableMetadataCalculationTest::__construct | function | core/ |
Constructs a CacheableMetadataCalculationTest access plugin. |
CacheableMetadataTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\CacheableMetadata @group Cache |
CacheableMetadataTest.php | file | core/ |
|
CacheableMetadataTest::providerSetCacheMaxAge | function | core/ |
Data provider for testSetCacheMaxAge. |
CacheableMetadataTest::providerTestCreateFromObject | function | core/ |
Provides test data for createFromObject(). |
CacheableMetadataTest::providerTestCreateFromRenderArray | function | core/ |
Provides test data for createFromRenderArray(). |
CacheableMetadataTest::providerTestMerge | function | core/ |
Provides test data for testMerge(). |
CacheableMetadataTest::testAddCacheableDependency | function | core/ |
@covers ::addCacheableDependency @dataProvider providerTestMerge |
CacheableMetadataTest::testAddCacheTags | function | core/ |
This delegates to Cache::mergeTags(), so just a basic test. |
CacheableMetadataTest::testCreateFromObject | function | core/ |
@covers ::createFromObject @dataProvider providerTestCreateFromObject |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.