BreakLockForm::getDescription

public BreakLockForm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides EntityConfirmFormBase::getDescription File core/modules/views_ui/src/Form/BreakLockForm.php, line 70 Class BreakLockForm Builds the form to break the lock of an edited view. Namespace Drupal\views_ui\Form Code public function getDescription() { $locked = $this->tempStore->getMetadata($this->entity->id()); $account = $this->e

AddCssCommand::$styles

A string that contains the styles to be added to the page. It should include the wrapping style tag. Type: string File core/lib/Drupal/Core/Ajax/AddCssCommand.php, line 24 Class AddCssCommand An AJAX command for adding css to the page via ajax. Namespace Drupal\Core\Ajax Code protected $styles;

UserInterface::block

public UserInterface::block() Blocks the user. Return value \Drupal\user\UserInterface The called user entity. File core/modules/user/src/UserInterface.php, line 152 Class UserInterface Provides an interface defining a user entity. Namespace Drupal\user Code public function block();

ViewUI::calculateDependencies

public ViewUI::calculateDependencies() Calculates dependencies and stores them in the dependency property. Return value $this Overrides ConfigEntityInterface::calculateDependencies See also \Drupal\Core\Config\Entity\ConfigDependencyManager File core/modules/views_ui/src/ViewUI.php, line 1184 Class ViewUI Stores UI related temporary settings. Namespace Drupal\views_ui Code public function calculateDependencies() { $this->storage->calculateDependencies(); return $this; }

DenyNoCacheRoutes::__construct

public DenyNoCacheRoutes::__construct(RouteMatchInterface $route_match) Constructs a deny node preview page cache policy. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match. File core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php, line 31 Class DenyNoCacheRoutes Cache policy for routes with the 'no_cache' option set. Namespace Drupal\Core\PageCache\ResponsePolicy Code public function __construct(RouteMatchInterface $route_match)

EntityInterface::preCreate

public static EntityInterface::preCreate(EntityStorageInterface $storage, array &$values) Changes the values of an entity before it is created. Load defaults for example. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object. mixed[] $values: An array of values to set, keyed by property name. If the entity type has bundles the bundle key has to be specified. File core/lib/Drupal/Core/Entity/EntityInterface.php, line 339 Class EntityInterface Defines

ViewsCache::$display_types

The types of the display this plugin can be used with. For example the Feed display defines the type 'feed', so only rss style and row plugins can be used in the views UI. Type: array File core/modules/views/src/Annotation/ViewsCache.php, line 58 Class ViewsCache Defines a Plugin annotation object for views cache plugins. Namespace Drupal\views\Annotation Code public $display_types;

QueryConditionTrait::$condition

The condition object for this query. Condition handling is handled via composition. Type: \Drupal\Core\Database\Query\Condition File core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php, line 21 Class QueryConditionTrait Provides an implementation of ConditionInterface. Namespace Drupal\Core\Database\Query Code protected $condition;

EntityFormInterface::getEntity

public EntityFormInterface::getEntity() Gets the form entity. The form entity which has been used for populating form element defaults. Return value \Drupal\Core\Entity\EntityInterface The current form entity. File core/lib/Drupal/Core/Entity/EntityFormInterface.php, line 42 Class EntityFormInterface Defines an interface for entity form classes. Namespace Drupal\Core\Entity Code public function getEntity();

DataDefinition::isReadOnly

public DataDefinition::isReadOnly() Determines whether the data is read-only. Return value bool Whether the data is read-only. Overrides DataDefinitionInterface::isReadOnly File core/lib/Drupal/Core/TypedData/DataDefinition.php, line 121 Class DataDefinition A typed data definition class for defining data based on defined data types. Namespace Drupal\Core\TypedData Code public function isReadOnly() { if (!isset($this->definition['read-only'])) { // Default to read-only if the