ConfigManager::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/lib/Drupal/Core/Config/ConfigManager.php, line 27 Class ConfigManager The ConfigManager provides helper functions for the configuration system. Namespace Drupal\Core\Config Code protected $entityManager;

FilterFormatFormBase::$queryFactory

The entity query factory. Type: \Drupal\Core\Entity\Query\QueryFactory File core/modules/filter/src/FilterFormatFormBase.php, line 21 Class FilterFormatFormBase Provides a base form for a filter format. Namespace Drupal\filter Code protected $queryFactory;

LanguageFormBase::$languageManager

The configurable language manager. Type: \Drupal\language\ConfigurableLanguageManagerInterface File core/modules/language/src/Form/LanguageFormBase.php, line 22 Class LanguageFormBase Base form for language add and edit forms. Namespace Drupal\language\Form Code protected $languageManager;

NullBackend::garbageCollection

public NullBackend::garbageCollection() Performs garbage collection on a cache bin. The backend may choose to delete expired or invalidated items. Overrides CacheBackendInterface::garbageCollection File core/lib/Drupal/Core/Cache/NullBackend.php, line 85 Class NullBackend Defines a stub cache implementation. Namespace Drupal\Core\Cache Code public function garbageCollection() { }

ContentEntityNullStorage

Defines a null entity storage. Used for content entity types that have no storage. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Entity\ContentEntityStorageBase implements ContentEntityStorageInterface, DynamicallyFieldableEntityStorageInterfaceclass \Drupal\Core\Entity\ContentEntityNullStorage File core/li

Condition::$id

The condition plugin ID. Type: string File core/lib/Drupal/Core/Condition/Annotation/Condition.php, line 33 Class Condition Defines a condition plugin annotation object. Namespace Drupal\Core\Condition\Annotation Code public $id;

RefinableCacheableDependencyTrait::getCacheMaxAge

public RefinableCacheableDependencyTrait::getCacheMaxAge() The maximum age for which this object may be cached. Return value int The maximum time in seconds that this object may be cached. Overrides CacheableDependencyInterface::getCacheMaxAge File core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php, line 48 Class RefinableCacheableDependencyTrait Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface. Namespace Drupal\Core\Cache Code public function getCacheM

DiffFormatter::_end_diff

protected DiffFormatter::_end_diff() File core/lib/Drupal/Component/Diff/DiffFormatter.php, line 137 Class DiffFormatter A class to format Diffs Namespace Drupal\Component\Diff Code protected function _end_diff() { $val = ob_get_contents(); ob_end_clean(); return $val; }

ConfigEntityInterface::get

public ConfigEntityInterface::get($property_name) Returns the value of a property. Parameters string $property_name: The name of the property that should be returned. Return value mixed The property if it exists, or NULL otherwise. File core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 125 Class ConfigEntityInterface Defines a common interface for configuration entities. Namespace Drupal\Core\Config\Entity Code public function get($property_name);

ExtensionMimeTypeGuesser::$mapping

The MIME types mapping array after going through the module handler. Type: array File core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php, line 867 Class ExtensionMimeTypeGuesser Makes possible to guess the MIME type of a file using its extension. Namespace Drupal\Core\File\MimeType Code protected $mapping;