FinishResponseSubscriber::$debugCacheabilityHeaders

Whether to send cacheability headers for debugging purposes. Type: bool File core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php, line 64 Class FinishResponseSubscriber Response subscriber to handle finished responses. Namespace Drupal\Core\EventSubscriber Code protected $debugCacheabilityHeaders = FALSE;

NodeTypeInterface::displaySubmitted

public NodeTypeInterface::displaySubmitted() Gets whether 'Submitted by' information should be shown. Return value bool TRUE if the submitted by information should be shown. File core/modules/node/src/NodeTypeInterface.php, line 42 Class NodeTypeInterface Provides an interface defining a node type entity. Namespace Drupal\node Code public function displaySubmitted();

MenuLinkManager::processDefinition

protected MenuLinkManager::processDefinition(array &$definition, $plugin_id) Performs extra processing on plugin definitions. By default we add defaults for the type to the definition. If a type has additional processing logic, the logic can be added by replacing or extending this method. Parameters array $definition: The definition to be processed and modified by reference. $plugin_id: The ID of the plugin this definition is being used for. File core/lib/Drupal/Core/Menu/MenuLinkManager.p

FormStateDecoratorBase::setMethod

public FormStateDecoratorBase::setMethod($method) Sets the HTTP method to use for the form's submission. This is what the form's "method" attribute should be, not necessarily what the current request's HTTP method is. For example, a form can have a method attribute of POST, but the request that initially builds it uses GET. Parameters string $method: Either "GET" or "POST". Other HTTP methods are not valid form submission methods. Return value $this Overrides FormStateInterface::setMethod See

PageCache::$cache

The cache bin. Type: \Drupal\Core\Cache\CacheBackendInterface. File core/modules/page_cache/src/StackMiddleware/PageCache.php, line 34 Class PageCache Executes the page caching before the main kernel takes over the request. Namespace Drupal\page_cache\StackMiddleware Code protected $cache;

DatabaseBackendFactory

Hierarchy class \Drupal\Core\Cache\DatabaseBackendFactory implements CacheFactoryInterface File core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php, line 7 Namespace Drupal\Core\Cache Members Name Modifiers Type Description DatabaseBackendFactory::$checksumProvider protected property The cache tags checksum provider. DatabaseBackendFactory::$connection protected property The database connection. DatabaseBackendFactory::get function Gets DatabaseBackend

EntityManager::onEntityTypeUpdate

public EntityManager::onEntityTypeUpdate(EntityTypeInterface $entity_type, EntityTypeInterface $original) Overrides EntityTypeListenerInterface::onEntityTypeUpdate Deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. File core/lib/Drupal/Core/Entity/EntityManager.php, line 392 Class EntityManager Provides a wrapper around many other services relating to entities. Namespace Drupal\Core\Entity Code public function onEntityTypeUpdate(EntityTypeInterface $entity_type, Entity

DateTimeComputed::$date

Cached computed date. Type: \DateTime|null File core/modules/datetime/src/DateTimeComputed.php, line 23 Class DateTimeComputed A computed property for dates of date time field items. Namespace Drupal\datetime Code protected $date = NULL;

RdfMapping::$targetEntityType

Entity type to be mapped. Type: string File core/modules/rdf/src/Entity/RdfMapping.php, line 42 Class RdfMapping Config entity for working with RDF mappings. Namespace Drupal\rdf\Entity Code protected $targetEntityType;

DrupalTranslator::setLocale

public DrupalTranslator::setLocale($locale) Sets the current locale. Parameters string $locale The locale: Throws \InvalidArgumentException If the locale contains invalid characters Overrides TranslatorInterface::setLocale File core/lib/Drupal/Core/Validation/DrupalTranslator.php, line 58 Class DrupalTranslator Translates strings using Drupal's translation system. Namespace Drupal\Core\Validation Code public function setLocale($locale) { $this->locale = $locale; }