Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
CacheContextInterface::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php Gets the cacheability metadata for the context.
CacheContextInterface::getContext function core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php Returns the string representation of the cache context.
CacheContextInterface::getLabel function core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php Returns the label of the cache context.
CacheContextsManager::getAll function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Provides an array of available cache contexts.
CacheContextsManager::getLabels function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Provides an array of available cache context labels.
CacheContextsManager::getService function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Retrieves a cache context service from the container.
CacheContextsManagerTest::getContextsFixture function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php
CacheContextsManagerTest::getMockContainer function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php
CachedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/CachedStorage.php Gets the existing collections.
CachedStorage::getCacheKey function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key for a configuration name using the collection.
CachedStorage::getCacheKeys function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key map for an array of configuration names.
CachedStorage::getCollectionName function core/lib/Drupal/Core/Config/CachedStorage.php Gets the name of the current collection the storage is using.
CachedStorage::getCollectionPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache ID prefix to use for the collection.
CachedStorageTest class core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Tests the interaction of cache and file storage in CachedStorage.
CachedStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests CachedStorage operations.
CachedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest.php file core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
CachedStorageTest::$cache property core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php The cache backend the cached storage is using.
CachedStorageTest::$cacheFactory property core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
CachedStorageTest::$fileStorage property core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php The file storage the cached storage is using.
CachedStorageTest::containerBuild function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests an invalid storage.
CachedStorageTest::testListAllStaticCache function core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Test listAll static cache.
CachedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CacheFactory::get function core/lib/Drupal/Core/Cache/CacheFactory.php Instantiates a cache backend class for a given cache bin.
CacheFactoryInterface::get function core/lib/Drupal/Core/Cache/CacheFactoryInterface.php Gets a cache backend class for a given cache bin.
CachePluginBase::cacheGet function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Retrieve data from the cache.
CachePluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Gets the max age for the current view.
CachePluginBase::getCacheTags function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Gets an array of cache tags for the current view.
CachePluginBase::getDefaultCacheMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the default cache max age.
CachePluginBase::getResultsKey function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the resultsKey property.
CachePluginBase::getRowCacheKeys function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache keys.
CachePluginBase::getRowCacheTags function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache tags.
CachePluginBase::getRowId function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns a unique identifier for the specified row.
CacheRouterRebuildSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
CacheTagsChecksumInterface::getCurrentChecksum function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Returns the sum total of validations for a given set of tags.
CacheTagsChecksumTrait::getCurrentChecksum function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::getCurrentChecksum()
CacheTagsChecksumTrait::getDatabaseConnection function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Returns the database connection.
CacheTagsChecksumTrait::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Fetches invalidation counts for cache tags.
CacheTagsInvalidator::getInvalidatorCacheBins function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Returns all cache bins that need to be notified about invalidations.
CacheTagTest::getRenderCache function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Gets the render cache for a given view.
CacheTest::mergeTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::testMergeTags function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::mergeTags
CalculatedCacheContextInterface::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php Gets the cacheability metadata for the context based on the parameter value.
CalculatedCacheContextInterface::getContext function core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php Returns the string representation of the cache context.
CalculatedCacheContextInterface::getLabel function core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php Returns the label of the cache context.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.