EntityReferenceSelection::$entity_types

An array of entity types that can be referenced by this plugin. Defaults to all entity types. Type: array (optional) File core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php, line 63 Class EntityReferenceSelection Defines an EntityReferenceSelection plugin annotation object. Namespace Drupal\Core\Entity\Annotation Code public $entity_types = array();

CacheableResponseTrait::$cacheabilityMetadata

The cacheability metadata. Type: \Drupal\Core\Cache\CacheableMetadata File core/lib/Drupal/Core/Cache/CacheableResponseTrait.php, line 17 Class CacheableResponseTrait Provides an implementation of CacheableResponseInterface. Namespace Drupal\Core\Cache Code protected $cacheabilityMetadata;

Connection::truncate

public Connection::truncate($table, array $options = array()) Prepares and returns a TRUNCATE query object. Parameters string $table: The table to use for the truncate statement. array $options: (optional) An array of options on the query. Return value \Drupal\Core\Database\Query\Truncate A new Truncate query object. See also \Drupal\Core\Database\Query\Truncate File core/lib/Drupal/Core/Database/Connection.php, line 893 Class Connection Base Database API class. Namespace Drupal\Core

ThemeCacheContext::getCacheableMetadata

public ThemeCacheContext::getCacheableMetadata() Gets the cacheability metadata for the context. There are three valid cases for the returned CacheableMetadata object: An empty object means this can be optimized away safely. A max-age of 0 means that this context can never be optimized away. It will never bubble up and cache tags will not be used. Any non-zero max-age and cache tags will bubble up into the cache item if this is optimized away to allow for invalidation if the context value chang

AccountSwitcher::$originalSessionSaving

The original state of session saving prior to account switching. Type: bool File core/lib/Drupal/Core/Session/AccountSwitcher.php, line 40 Class AccountSwitcher An implementation of AccountSwitcherInterface. Namespace Drupal\Core\Session Code protected $originalSessionSaving;

ConfigEvents

Defines events for the configuration system. Hierarchy class \Drupal\Core\Config\ConfigEvents See also \Drupal\Core\Config\ConfigCrudEvent File core/lib/Drupal/Core/Config/ConfigEvents.php, line 10 Namespace Drupal\Core\Config Members Name Modifiers Type Description ConfigEvents::COLLECTION_INFO constant Name of event fired to collect information on all config collections. ConfigEvents::DELETE constant Name of the event fired when deleting a configuration object

ConfigRenameEvent::$oldName

The old configuration object name. Type: string File core/lib/Drupal/Core/Config/ConfigRenameEvent.php, line 15 Class ConfigRenameEvent Configuration event fired when renaming a configuration object. Namespace Drupal\Core\Config Code protected $oldName;

FilterFormat::$weight

Weight of this format in the text format selector. The first/lowest text format that is accessible for a user is used as default format. Type: int File core/modules/filter/src/Entity/FilterFormat.php, line 81 Class FilterFormat Represents a text format. Namespace Drupal\filter\Entity Code protected $weight = 0;

DatabaseBackend::getMultiple

public DatabaseBackend::getMultiple(&$cids, $allow_invalid = FALSE) Returns data from the persistent cache when given an array of cache IDs. Parameters array $cids: An array of cache IDs for the data to retrieve. This is passed by reference, and will have the IDs successfully returned from cache removed. bool $allow_invalid: (optional) If TRUE, cache items may be returned even if they have expired or been invalidated. Such items may sometimes be preferred, if the alternative is recalculati

ShortcutInterface

Provides an interface defining a shortcut entity. Hierarchy interface \Drupal\Core\Entity\FieldableEntityInterface; interface \Drupal\Core\Entity\RevisionableInterface; interface \Drupal\Core\TypedData\TranslatableInterfaceinterface \Drupal\Core\Entity\ContentEntityInterface extends \Traversableinterface \Drupal\shortcut\ShortcutInterface File core/modules/shortcut/src/ShortcutInterface.php, line 10 Namespace Drupal\shortcut Members Name Modifiers Type Description Accessible