Search for __get

  1. Search 7.x for __get
  2. Search 8.9.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
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.
CategorizingPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Provides some test definitions to the trait.
CategorizingPluginManagerInterface::getCategories function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets the names of all categories.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait::getCategories function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleHandler function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module handler used.
CategorizingPluginManagerTrait::getProviderName function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Gets the name of a provider.
CategorizingPluginManagerTrait::getSortedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTraitTest::testGetCategories function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getCategories
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getGroupedDefinitions
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions
ChainedFastBackend::get function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Returns data from the persistent cache.
ChainedFastBackend::getLastWriteTimestamp function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Gets the last write timestamp.
ChainedFastBackend::getMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Returns data from the persistent cache when given an array of cache IDs.
ChainedFastBackendFactory::get function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Instantiates a chained, fast cache backend class for a given cache bin.
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on the fast backend, with no hit on the consistent backend.
Checkbox::getInfo function core/lib/Drupal/Core/Render/Element/Checkbox.php Returns the element properties for this element.
Checkboxes::getCheckedCheckboxes function core/lib/Drupal/Core/Render/Element/Checkboxes.php Determines which checkboxes were checked when a form is submitted.
Checkboxes::getInfo function core/lib/Drupal/Core/Render/Element/Checkboxes.php Returns the element properties for this element.
CheckProvider::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProvider.php A list of checks that needs the request.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
ChooseBlockController::getAjaxAttributes function core/modules/layout_builder/src/Controller/ChooseBlockController.php Get dialog attributes if an ajax request.
ChooseBlockController::getBlockLinks function core/modules/layout_builder/src/Controller/ChooseBlockController.php Gets a render array of block links.
CKEditor5::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
CKEditor5::getEventualEditorWithPrimedFilterFormat function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Gets the eventual text format config entity: from form state + editor.
CKEditor5::getGeneratedAllowedHtmlValue function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Value callback to set the CKEditor 5-generated "allowed_html" value.

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