AliasManager::$languageManager

Language manager for retrieving the default langcode when none is specified. Type: \Drupal\Core\Language\LanguageManagerInterface File core/lib/Drupal/Core/Path/AliasManager.php, line 48 Class AliasManager The default alias manager implementation. Namespace Drupal\Core\Path Code protected $languageManager;

FieldItemInterface::propertyDefinitions

public static FieldItemInterface::propertyDefinitions(FieldStorageDefinitionInterface $field_definition) Defines field item properties. Properties that are required to constitute a valid, non-empty item should be denoted with \Drupal\Core\TypedData\DataDefinition::setRequired(). Return value \Drupal\Core\TypedData\DataDefinitionInterface[] An array of property definitions of contained properties, keyed by property name. See also \Drupal\Core\Field\BaseFieldDefinition File core/lib/Drupal/Core

ModerationInformationInterface

Interface for moderation_information service. Hierarchy interface \Drupal\content_moderation\ModerationInformationInterface File core/modules/content_moderation/src/ModerationInformationInterface.php, line 12 Namespace Drupal\content_moderation Members Name Modifiers Type Description ModerationInformationInterface::canModerateEntitiesOfEntityType public function Determines if an entity type can have moderated entities. ModerationInformationInterface::getDefaultRevision

StatementEmpty::fetchObject

public StatementEmpty::fetchObject() Fetches the next row and returns it as an object. The object will be of the class specified by StatementInterface::setFetchMode() or stdClass if not specified. Overrides StatementInterface::fetchObject File core/lib/Drupal/Core/Database/StatementEmpty.php, line 74 Class StatementEmpty Empty implementation of a database statement. Namespace Drupal\Core\Database Code public function fetchObject() { return NULL; }

FinishResponseSubscriber::$responsePolicy

A policy rule determining the cacheability of the response. Type: \Drupal\Core\PageCache\ResponsePolicyInterface File core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php, line 50 Class FinishResponseSubscriber Response subscriber to handle finished responses. Namespace Drupal\Core\EventSubscriber Code protected $responsePolicy;

MessageForm::$languageManager

The language manager service. Type: \Drupal\Core\Language\LanguageManagerInterface File core/modules/contact/src/MessageForm.php, line 37 Class MessageForm Form controller for contact message forms. Namespace Drupal\contact Code protected $languageManager;

ViewExecutable::$attachment_after

Attachments to place after the view. Type: array File core/modules/views/src/ViewExecutable.php, line 122 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $attachment_after = array();

ViewExecutable::$inited

Does this view already have loaded it's handlers. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 336 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $inited;

EditorInterface::setImageUploadSettings

public EditorInterface::setImageUploadSettings(array $image_upload) Sets the image upload settings. Parameters array $image_upload: The structured array containing image upload settings. Return value $this File core/modules/editor/src/EditorInterface.php, line 83 Class EditorInterface Provides an interface defining a text editor entity. Namespace Drupal\editor Code public function setImageUploadSettings(array $image_upload);

template_preprocess_maintenance_page

template_preprocess_maintenance_page(&$variables) Prepares variables for maintenance page templates. Default template: maintenance-page.html.twig. Parameters array $variables: An associative array containing: content - An array of page content. See also system_page_attachments() File core/includes/theme.inc, line 1456 The theme system, which controls the output of Drupal. Code function template_preprocess_maintenance_page(&$variables) { // @todo Rename the templates to page--mai