OptimizedPhpArrayDumper::$serialize

Whether to serialize service definitions or not. Service definitions are serialized by default to avoid having to unserialize the whole container on loading time, which improves early bootstrap performance for e.g. the page cache. Type: bool File core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php, line 46 Class OptimizedPhpArrayDumper OptimizedPhpArrayDumper dumps a service container as a serialized PHP array. Namespace Drupal\Component\DependencyInjection\

QuickEditFieldForm::__construct

public QuickEditFieldForm::__construct(PrivateTempStoreFactory $temp_store_factory, ModuleHandlerInterface $module_handler, EntityStorageInterface $node_type_storage, ValidatorInterface $validator) Constructs a new EditFieldForm. Parameters \Drupal\user\PrivateTempStoreFactory $temp_store_factory: The tempstore factory. \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Entity\EntityStorageInterface $node_type_storage: The node type storage. \Symfon

FilterFormat::$filters

Configured filters for this text format. An associative array of filters assigned to the text format, keyed by the instance ID of each filter and using the properties: id: The plugin ID of the filter plugin instance. provider: The name of the provider that owns the filter. status: (optional) A Boolean indicating whether the filter is enabled in the text format. Defaults to FALSE. weight: (optional) The weight of the filter in the text format. Defaults to 0. settings: (optional) An array of

CacheableDependencyInterface::getCacheTags

public CacheableDependencyInterface::getCacheTags() The cache tags associated with this object. When this object is modified, these cache tags will be invalidated. Return value string[] A set of cache tags. File core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php, line 42 Class CacheableDependencyInterface Defines an interface for objects which may be used by other cached objects. Namespace Drupal\Core\Cache Code public function getCacheTags();

Connection::$unprefixedTablesMap

List of un-prefixed table names, keyed by prefixed table names. Type: array File core/lib/Drupal/Core/Database/Connection.php, line 141 Class Connection Base Database API class. Namespace Drupal\Core\Database Code protected $unprefixedTablesMap = [];

QueryBase::addMetaData

public QueryBase::addMetaData($key, $object) Adds additional metadata to the query. Often, a query may need to provide additional contextual data to alter hooks. Alter hooks may then use that information to decide if and how to take action. Parameters $key: The unique identifier for this piece of metadata. Must be a string that follows the same rules as any other PHP identifier. $object: The additional data to add to the query. May be any valid PHP variable. Return value \Drupal\Core\Database

ConfigInstaller::installDefaultConfig

public ConfigInstaller::installDefaultConfig($type, $name) Installs the default configuration of a given extension. When an extension is installed, it searches all the default configuration directories for all other extensions to locate any configuration with its name prefix. For example, the Node module provides the frontpage view as a default configuration file: core/modules/node/config/install/views.view.frontpage.yml When the Views module is installed after the Node module is already enable

FileCacheFactory::DISABLE_CACHE

The configuration key to disable FileCache completely. File core/lib/Drupal/Component/FileCache/FileCacheFactory.php, line 13 Class FileCacheFactory Creates a FileCache object. Namespace Drupal\Component\FileCache Code const DISABLE_CACHE = 'file_cache_disable';

ConfigImporter::importConfig

protected ConfigImporter::importConfig($collection, $op, $name) Writes a configuration change from the source to the target storage. Parameters string $collection: The configuration collection. string $op: The change operation. string $name: The name of the configuration to process. File core/lib/Drupal/Core/Config/ConfigImporter.php, line 900 Class ConfigImporter Defines a configuration importer. Namespace Drupal\Core\Config Code protected function importConfig($collection, $op, $nam

ActiveTheme::$extension

The extension object. Type: \Drupal\Core\Extension\Extension File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 55 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $extension;