DataDefinitionInterface::getSettings

public DataDefinitionInterface::getSettings() Returns the array of settings, as required by the used class. See the documentation of the class for supported or required settings. Return value array The array of settings. File core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php, line 134 Class DataDefinitionInterface Interface for data definitions. Namespace Drupal\Core\TypedData Code public function getSettings();

Datetime::validateDatetime

public static Datetime::validateDatetime(&$element, FormStateInterface $form_state, &$complete_form) Validation callback for a datetime element. If the date is valid, the date object created from the user input is set in the form for use by the caller. The work of compiling the user input back into a date object is handled by the value callback, so we can use it here. We also have the raw input available for validation testing. Parameters array $element: The form element whose value is

QuickEditFieldForm::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/quickedit/src/Form/QuickEditFieldForm.php, line 34 Class QuickEditFieldForm Builds and process a form for editing a single entity field. Namespace Drupal\quickedit\Form Code protected $moduleHandler;

ConfigEntityBase::$third_party_settings

Third party entity settings. An array of key/value pairs keyed by provider. Type: array File core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 89 Class ConfigEntityBase Defines a base configuration entity class. Namespace Drupal\Core\Config\Entity Code protected $third_party_settings = array();

BigPipeStrategy::NOJS_COOKIE

BigPipe no-JS cookie name. File core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php, line 65 Class BigPipeStrategy Defines the BigPipe placeholder strategy, to send HTML in chunks. Namespace Drupal\big_pipe\Render\Placeholder Code const NOJS_COOKIE = 'big_pipe_nojs';

PoHeader::parsePluralForms

PoHeader::parsePluralForms($pluralforms) Parses a Plural-Forms entry from a Gettext Portable Object file header. Parameters string $pluralforms: The Plural-Forms entry value. Return value An indexed array of parsed plural formula data. Containing: 'nplurals': The number of plural forms defined by the plural formula. 'plurals': Array of plural positions keyed by plural value. Throws Exception File core/lib/Drupal/Component/Gettext/PoHeader.php, line 193 Class PoHeader Gettext PO head

BigPipeStrategy::$routeMatch

The current route match. Type: \Drupal\Core\Routing\RouteMatchInterface File core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php, line 86 Class BigPipeStrategy Defines the BigPipe placeholder strategy, to send HTML in chunks. Namespace Drupal\big_pipe\Render\Placeholder Code protected $routeMatch;

QueryInterface::currentRevision

public QueryInterface::currentRevision() Queries the current revision. Return value $this File core/lib/Drupal/Core/Entity/Query/QueryInterface.php, line 250 Class QueryInterface Interface for entity queries. Namespace Drupal\Core\Entity\Query Code public function currentRevision();

ViewsExposedForm::$short_title

(optional) The short title used in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsExposedForm.php, line 40 Class ViewsExposedForm Defines a Plugin annotation object for views exposed form plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

ConfigController::$sourceStorage

The source storage. Type: \Drupal\Core\Config\StorageInterface File core/modules/config/src/Controller/ConfigController.php, line 33 Class ConfigController Returns responses for config module routes. Namespace Drupal\config\Controller Code protected $sourceStorage;