ShortcutSetStorage

Defines a storage for shortcut_set entities. 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\shortcut\ShortcutSetStorage implements ShortcutSetStorageInterface File core/modules/shortcut/sr

TranslatableMarkup::__construct

public TranslatableMarkup::__construct($string, array $arguments = array(), array $options = array(), TranslationInterface $string_translation = NULL) Constructs a new class instance. When possible, use the \Drupal\Core\StringTranslation\StringTranslationTrait $this->t(). Otherwise create a new \Drupal\Core\StringTranslation\TranslatableMarkup object directly. Calling the trait's t() method or instantiating a new TranslatableMarkup object serves two purposes: At run-time it translates user-v

ContactFormListBuilder

Defines a class to build a listing of contact form entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\contact\ContactFormListBuilder See also \Drupal\contact\Entity\ContactForm File core/modules/contact/src/ContactFormListBuilder.php, line 13 N

NodeType::$description

A brief description of this node type. Type: string File core/modules/node/src/Entity/NodeType.php, line 72 Class NodeType Defines the Node type configuration entity. Namespace Drupal\node\Entity Code protected $description;

ConfigurableLanguage

Defines the ConfigurableLanguage entity. Plugin annotation @ConfigEntityType( id = "configurable_language", label = @Translation("Language"), handlers = { "list_builder" = "Drupal\language\LanguageListBuilder", "access" = "Drupal\language\LanguageAccessControlHandler", "form" = { "add" = "Drupal\language\Form\LanguageAddForm", "edit" = "Drupal\language\Form\LanguageEditForm", "delete" = "Drupal\language\Form\LanguageDeleteForm" } }, admin_permission =

ConfigSingleImportForm::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 85 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $moduleHandler;

FieldItemListInterface::defaultAccess

public FieldItemListInterface::defaultAccess($operation = 'view', AccountInterface $account = NULL) Contains the default access logic of this field. See \Drupal\Core\Entity\EntityAccessControlHandlerInterface::fieldAccess() for the parameter documentation. Return value \Drupal\Core\Access\AccessResultInterface The access result. File core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 90 Class FieldItemListInterface Interface for fields, being lists of field items. Namespace Dr

Schema

MySQL implementation of \Drupal\Core\Database\Schema. Hierarchy class \Drupal\Core\Database\Schema implements PlaceholderInterfaceclass \Drupal\Core\Database\Driver\mysql\Schema Related topics Schema API API to handle database schemas. File core/lib/Drupal/Core/Database/Driver/mysql/Schema.php, line 20 Namespace Drupal\Core\Database\Driver\mysql Members Name Modifiers Type Description Schema::$connection protected property The database connection. Schema::$defaultSc

ImageStyleFlushForm

Form controller for image style flush. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\EntityConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\image\Form\ImageStyleFlushForm File core/modules/image/

CacheCollector::set

public CacheCollector::set($key, $value) Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). This is not persisted by default. In practice this means that setting a value will only apply while the object is in scope and will not be written back to the persistent cache. This follows a similar pattern to static vs. persistent caching in procedural code. Extending classes may wish to alter this behavior, for example by adding a call to persist(). Overrides CacheCollectorInterface::set Fi