Tour::$module

The module which this tour is assigned to. Type: string File core/modules/tour/src/Entity/Tour.php, line 48 Class Tour Defines the configured tour entity. Namespace Drupal\tour\Entity Code protected $module;

ExecutionContext::getRoot

public ExecutionContext::getRoot() File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 193 Class ExecutionContext Defines an execution context class. Namespace Drupal\Core\TypedData\Validation Code public function getRoot() { return $this->root; }

ExecutionContext::setNode

public ExecutionContext::setNode($value, $object, MetadataInterface $metadata = NULL, $propertyPath) Sets the currently validated value. @internal Used by the validator engine. Should not be called by user code. Parameters mixed $value The validated value: object|null $object The currently validated object: MetadataInterface|null $metadata The validation metadata: string $propertyPath The property path to the current value: Overrides ExecutionContextInterface::setNode File core/lib/Drupal/Core

EntityDisplayModeAddForm::$targetEntityTypeId

The entity type for which the display mode is being created. Type: string File core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php, line 18 Class EntityDisplayModeAddForm Provides the add form for entity display modes. Namespace Drupal\field_ui\Form Code protected $targetEntityTypeId;

ViewsRow::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsRow.php, line 21 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $id;

ViewsRow::$theme

The theme function used to render the row output. File core/modules/views/src/Annotation/ViewsRow.php, line 55 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $theme;

DataDefinition::getDataType

public DataDefinition::getDataType() Returns the data type of the data. Return value string The data type. Overrides DataDefinitionInterface::getDataType File core/lib/Drupal/Core/TypedData/DataDefinition.php, line 51 Class DataDefinition A typed data definition class for defining data based on defined data types. Namespace Drupal\Core\TypedData Code public function getDataType() { return !empty($this->definition['type']) ? $this->definition['type'] : 'any'; }

Overview::$entityManager

Entity manager Service Object. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/forum/src/Form/Overview.php, line 23 Class Overview Provides forum overview form for the forum vocabulary. Namespace Drupal\forum\Form Code protected $entityManager;

ViewsQuery::$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/ViewsQuery.php, line 39 Class ViewsQuery Defines a Plugin annotation object for views query plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

ConfigImporterException

Exception thrown when a config import fails. Hierarchy class \Drupal\Core\Config\ConfigException extends \RuntimeExceptionclass \Drupal\Core\Config\ConfigImporterException File core/lib/Drupal/Core/Config/ConfigImporterException.php, line 8 Namespace Drupal\Core\Config Members