ConfigHandlerExtra::getFormId

public ConfigHandlerExtra::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php, line 41 Class ConfigHandlerExtra Provides a form for configuring extra information for a Views UI item. Namespace Drupal\views_ui\Form\Ajax Code public function getFormId() { return 'views_ui_config_item_extra_form'; }

ContentTranslationMetadataWrapperInterface::setCreatedTime

public ContentTranslationMetadataWrapperInterface::setCreatedTime($timestamp) Sets the translation creation timestamp. The metadata field will be updated, only if it's translatable. Parameters int $timestamp: The UNIX timestamp of when the translation was created. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 109 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers.

EntityType::setClass

public EntityType::setClass($class) Sets the class. Parameters string $class: A fully qualified class name. Return value static Throws \InvalidArgumentException If the class is invalid. Overrides PluginDefinitionInterface::setClass File core/lib/Drupal/Core/Entity/EntityType.php, line 415 Class EntityType Provides an implementation of an entity type and its metadata. Namespace Drupal\Core\Entity Code public function setClass($class) { if (!$this->originalClass && $this-

ContentEntityStorageBase::hasFieldValueChanged

protected ContentEntityStorageBase::hasFieldValueChanged(FieldDefinitionInterface $field_definition, ContentEntityInterface $entity, ContentEntityInterface $original) Checks whether the field values changed compared to the original entity. Parameters \Drupal\Core\Field\FieldDefinitionInterface $field_definition: Field definition of field to compare for changes. \Drupal\Core\Entity\ContentEntityInterface $entity: Entity to check for field changes. \Drupal\Core\Entity\ContentEntityInterface $ori

Drupal::flood

public static Drupal::flood() Returns the flood instance. Return value \Drupal\Core\Flood\FloodInterface File core/lib/Drupal.php, line 461 Contains \Drupal. Class Drupal Static Service Container wrapper. Code public static function flood() { return static::getContainer()->get('flood'); }

ContentEntityStorageBase::createInstance

public static ContentEntityStorageBase::createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) Instantiates a new instance of this entity handler. This is a factory method that returns a new instance of this object. The factory should pass any needed dependencies into the constructor of this object, but not the container itself. Every call to this method must return a new instance of this object; that is, it may not implement a singleton. Parameters \Symfony\Component\

LocalTaskInterface::getActive

public LocalTaskInterface::getActive() Gets the active status. Return value bool TRUE if the local task is active, FALSE otherwise. See also \Drupal\system\Plugin\MenuLocalTaskInterface::setActive() File core/lib/Drupal/Core/Menu/LocalTaskInterface.php, line 86 Class LocalTaskInterface Defines an interface for menu local tasks. Namespace Drupal\Core\Menu Code public function getActive();

Config::$moduleOverrides

The current module overrides. Type: array File core/lib/Drupal/Core/Config/Config.php, line 43 Class Config Defines the default configuration object. Namespace Drupal\Core\Config Code protected $moduleOverrides;

LocaleConfigSubscriber::processTranslatableData

protected LocaleConfigSubscriber::processTranslatableData($name, array $config, array $translatable, $langcode, array $reference_config = array()) Process the translatable data array with a given language. Parameters string $name: The configuration name. array $config: The active configuration data or override data. array|\Drupal\Core\StringTranslation\TranslatableMarkup[] $translatable: The translatable array structure. @see \Drupal\locale\LocaleConfigManager::getTranslatableData() string $la

Breadcrumb::$links

An ordered list of links for the breadcrumb. Type: \Drupal\Core\Link[] File core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php, line 22 Class Breadcrumb Used to return generated breadcrumbs with associated cacheability metadata. Namespace Drupal\Core\Breadcrumb Code protected $links = [];