ViewsRow::$base

The base tables on which this row plugin can be used. Type: array File core/modules/views/src/Annotation/ViewsRow.php, line 62 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $base;

MaintenanceModeSubscriber::$config

The config factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php, line 45 Class MaintenanceModeSubscriber Maintenance mode subscriber for controller requests. Namespace Drupal\Core\EventSubscriber Code protected $config;

EntityTypeManager::getStorage

public EntityTypeManager::getStorage($entity_type) Creates a new storage instance. Parameters string $entity_type: The entity type for this storage. Return value \Drupal\Core\Entity\EntityStorageInterface A storage instance. Throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException Overrides EntityTypeManagerInterface::getStorage File core/lib/Drupal/Core/Entity/EntityTypeManager.php, line 168 Class EntityTypeManager Manages entity type plugin definitions. Namespace

language_tour_tips_alter

language_tour_tips_alter(array &$tour_tips, EntityInterface $entity) Implements hook_tour_tips_alter(). File core/modules/language/language.module, line 451 Add language handling functionality to Drupal. Code function language_tour_tips_alter(array &$tour_tips, EntityInterface $entity) { foreach ($tour_tips as $tour_tip) { if ($tour_tip->get('id') == 'language-overview') { $additional_overview = ''; if (Drupal::service('module_handler')->moduleExists('locale'))

FormElement::validatePattern

public static FormElement::validatePattern(&$element, FormStateInterface $form_state, &$complete_form) #element_validate callback for #pattern form element property. Parameters $element: An associative array containing the properties and children of the generic form element. $form_state: The current state of the form. array $complete_form: The complete form structure. File core/lib/Drupal/Core/Render/Element/FormElement.php, line 128 Class FormElement Provides a base class for for

FormStateDecoratorBase::isRedirectDisabled

public FormStateDecoratorBase::isRedirectDisabled() Determines if redirecting has been prevented. Return value bool If TRUE, the form will not redirect. Overrides FormStateInterface::isRedirectDisabled File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 203 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function isRedirectDisabled() { return $this->decoratedFormState->isRedirectDisabled(); }

FieldItemListInterface::deleteRevision

public FieldItemListInterface::deleteRevision() Defines custom revision delete behavior for field values. This method is called from during the process of deleting an entity revision, just before the field values are deleted from storage. It is only called for entity types that support revisioning. File core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 169 Class FieldItemListInterface Interface for fields, being lists of field items. Namespace Drupal\Core\Field Code public fu

PathFormBase::$requestContext

The request context. Type: \Drupal\Core\Routing\RequestContext File core/modules/path/src/Form/PathFormBase.php, line 52 Class PathFormBase Provides a base class for path add/edit forms. Namespace Drupal\path\Form Code protected $requestContext;

link.module

Defines simple link field types. File core/modules/link/link.module Functions Name Description link_help Implements hook_help(). link_theme Implements hook_theme(). template_preprocess_link_formatter_link_separate Prepares variables for separated link field templates.

LocaleLookup::$cache

The cache backend that should be used. Type: \Drupal\Core\Cache\CacheBackendInterface Overrides CacheCollector::$cache File core/modules/locale/src/LocaleLookup.php, line 43 Class LocaleLookup A cache collector to allow for dynamic building of the locale cache. Namespace Drupal\locale Code protected $cache;