ConfigEntityBase::set

public ConfigEntityBase::set($property_name, $value) Sets the value of a property. Parameters string $property_name: The name of the property that should be set. mixed $value: The value the property should be set to. Return value $this Overrides ConfigEntityInterface::set File core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php, line 164 Class ConfigEntityBase Defines a base configuration entity class. Namespace Drupal\Core\Config\Entity Code public function set($property_name, $

ViewEntityInterface

Defines an interface for View storage classes. Hierarchy interface \Drupal\Core\Entity\EntityInterface; interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterfaceinterface \Drupal\Core\Config\Entity\ConfigEntityInterfaceinterface \Drupal\views\ViewEntityInterface File core/modules/views/src/ViewEntityInterface.php, line 10 Namespace Drupal\views Members Name Modifiers Type Description AccessibleInterface::access public function Checks data value access. Cacheab

ViewUI::$render_time

How long the view takes to render in microseconds. Type: float File core/modules/views_ui/src/ViewUI.php, line 46 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public $render_time;

NestedArray::getValue

public static &NestedArray::getValue(array &$array, array $parents, &$key_exists = NULL) Retrieves a value from a nested array with variable depth. This helper function should be used when the depth of the array element being retrieved may vary (that is, the number of parent keys is variable). It is primarily used for form structures and renderable arrays. Without this helper function the only way to get a nested array value with variable depth in one line would be using eval(), whi

EntityFieldManager::clearCachedFieldDefinitions

public EntityFieldManager::clearCachedFieldDefinitions() Clears static and persistent field definition caches. Overrides EntityFieldManagerInterface::clearCachedFieldDefinitions File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 534 Class EntityFieldManager Manages the discovery of entity fields. Namespace Drupal\Core\Entity Code public function clearCachedFieldDefinitions() { $this->baseFieldDefinitions = []; $this->fieldDefinitions = []; $this->fieldStorageD

ComplexDataDefinitionBase::__sleep

public ComplexDataDefinitionBase::__sleep() File core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php, line 42 Class ComplexDataDefinitionBase Base class for complex data definitions. Namespace Drupal\Core\TypedData Code public function __sleep() { // Do not serialize the cached property definitions. $vars = get_object_vars($this); unset($vars['propertyDefinitions']); return array_keys($vars); }

EntityAutocomplete::processEntityAutocomplete

public static EntityAutocomplete::processEntityAutocomplete(array &$element, FormStateInterface $form_state, array &$complete_form) Adds entity autocomplete functionality to a form element. Parameters array $element: The form element to process. Properties used: #target_type: The ID of the target entity type. #selection_handler: The plugin ID of the entity reference selection handler. #selection_settings: An array of settings that will be passed to the selection handler. \Drupal\C

UpdateManagerUpdate::buildForm

public UpdateManagerUpdate::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/update/src/Form/UpdateManagerUpdate.php, line 64 Class UpdateManagerUpdate Configure update settings for this site. Namespace Drupal

TitleResolver::$controllerResolver

The controller resolver. Type: \Drupal\Core\Controller\ControllerResolverInterface File core/lib/Drupal/Core/Controller/TitleResolver.php, line 21 Class TitleResolver Provides the default implementation of the title resolver interface. Namespace Drupal\Core\Controller Code protected $controllerResolver;

FieldConfigStorage

Controller class for fields. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityStorageBase implements EntityHandlerInterface, EntityStorageInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityStorage implements ConfigEntityStorageInterface, ImportableEntityStorageInterfaceclass \Drupal\Core\Field\FieldConfigStorageBaseclass \Drupal\field\FieldConfigStorage File core/modules/field/src/FieldConfig