Constraint::$label

The human-readable name of the constraint plugin. Type: string|\Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/lib/Drupal/Core/Validation/Annotation/Constraint.php, line 38 Class Constraint Defines a validation constraint annotation object. Namespace Drupal\Core\Validation\Annotation Code public $label;

View::$id

The unique ID of the view. Type: string File core/modules/views/src/Entity/View.php, line 55 Class View Defines a View configuration entity class. Namespace Drupal\views\Entity Code protected $id = NULL;

CacheBackendInterface::invalidateAll

public CacheBackendInterface::invalidateAll() Marks all cache items as invalid. Invalid items may be returned in later calls to get(), if the $allow_invalid argument is TRUE. See also \Drupal\Core\Cache\CacheBackendInterface::deleteAll() \Drupal\Core\Cache\CacheBackendInterface::invalidate() \Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple() File core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 205 Class CacheBackendInterface Defines an interface for cache implementa

SharedTempStoreFactory::__construct

SharedTempStoreFactory::__construct(KeyValueExpirableFactoryInterface $storage_factory, LockBackendInterface $lock_backend, RequestStack $request_stack, $expire = 604800) Constructs a Drupal\user\SharedTempStoreFactory object. Parameters \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface $storage_factory: The key/value store factory. \Drupal\Core\Lock\LockBackendInterface $lock_backend: The lock object used for this data. \Symfony\Component\HttpFoundation\RequestStack $request_stack:

editor_entity_delete

editor_entity_delete(EntityInterface $entity) Implements hook_entity_delete(). File core/modules/editor/editor.module, line 401 Adds bindings for client-side "text editors" to text formats. Code function editor_entity_delete(EntityInterface $entity) { // Only act on content entities. if (!($entity instanceof FieldableEntityInterface)) { return; } $referenced_files_by_field = _editor_get_file_uuids_by_field($entity); foreach ($referenced_files_by_field as $field => $uuids) {

RearrangeFilter::buildForm

public RearrangeFilter::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/views_ui/src/Form/Ajax/RearrangeFilter.php, line 38 Class RearrangeFilter Provides a rearrange form for Views filters. Namespace Drupal\

UserSession::$preferred_admin_langcode

The preferred administrative language code of the account. Type: string File core/lib/Drupal/Core/Session/UserSession.php, line 54 Class UserSession An implementation of the user account interface for the global user. Namespace Drupal\Core\Session Code protected $preferred_admin_langcode;

DrupalKernel::$configStorage

Config storage object used for reading enabled modules configuration. Type: \Drupal\Core\Config\StorageInterface File core/lib/Drupal/Core/DrupalKernel.php, line 155 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code protected $configStorage;

ViewEntityInterface::mergeDefaultDisplaysOptions

public ViewEntityInterface::mergeDefaultDisplaysOptions() Add defaults to the display options. File core/modules/views/src/ViewEntityInterface.php, line 34 Class ViewEntityInterface Defines an interface for View storage classes. Namespace Drupal\views Code public function mergeDefaultDisplaysOptions();

DrupalKernel::loadLegacyIncludes

public DrupalKernel::loadLegacyIncludes() Helper method that loads legacy Drupal include files. Overrides DrupalKernelInterface::loadLegacyIncludes File core/lib/Drupal/Core/DrupalKernel.php, line 520 Class DrupalKernel The DrupalKernel class is the core of Drupal itself. Namespace Drupal\Core Code public function loadLegacyIncludes() { require_once $this->root . '/core/includes/common.inc'; require_once $this->root . '/core/includes/database.inc'; require_once $this->ro