NullStorage::write

public NullStorage::write($name, array $data) Writes configuration data to the storage. Parameters string $name: The name of a configuration object to save. array $data: The configuration data to write. Return value bool TRUE on success, FALSE in case of an error. Throws \Drupal\Core\Config\StorageException If the back-end storage does not exist and cannot be created. Overrides StorageInterface::write File core/lib/Drupal/Core/Config/NullStorage.php, line 45 Class NullStorage Defines a

DateFormatDeleteForm

Builds a form to delete a date format. 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\Core\Entity\EntityDeleteForm uses EntityDeleteFormTraitclass

ViewAjaxController::$executableFactory

The factory to load a view executable with. Type: \Drupal\views\ViewExecutableFactory File core/modules/views/src/Controller/ViewAjaxController.php, line 42 Class ViewAjaxController Defines a controller to load a view via AJAX. Namespace Drupal\views\Controller Code protected $executableFactory;

FieldException

Base class for all exceptions thrown by the Entity Field API functions. This class has no functionality of its own other than allowing all Entity Field API exceptions to be caught by a single catch block. Hierarchy class \Drupal\Core\Field\FieldException extends \RuntimeException File core/lib/Drupal/Core/Field/FieldException.php, line 11 Namespace Drupal\Core\Field Members

ViewsDisplay::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsDisplay.php, line 21 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $id;

locale_cache_flush

locale_cache_flush() Implements hook_cache_flush(). File core/modules/locale/locale.module, line 480 Enables the translation of the user interface to languages other than English. Code function locale_cache_flush() { \Drupal::state()->delete('system.javascript_parsed'); }

ViewAjaxController::$storage

The entity storage for views. Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/views/src/Controller/ViewAjaxController.php, line 35 Class ViewAjaxController Defines a controller to load a view via AJAX. Namespace Drupal\views\Controller Code protected $storage;

QuickEditController::metadata

public QuickEditController::metadata(Request $request) Returns the metadata for a set of fields. Given a list of field quick edit IDs as POST parameters, run access checks on the entity and field level to determine whether the current user may edit them. Also retrieves other metadata. Return value \Symfony\Component\HttpFoundation\JsonResponse The JSON response. File core/modules/quickedit/src/QuickEditController.php, line 94 Class QuickEditController Returns responses for Quick Edit modu

ConfigCacheTag::__construct

public ConfigCacheTag::__construct(ThemeHandlerInterface $theme_handler, CacheTagsInvalidatorInterface $cache_tags_invalidator) Constructs a ConfigCacheTag object. Parameters \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler. \Drupal\Core\Cache\CacheTagsInvalidatorInterface $cache_tags_invalidator: The cache tags invalidator. File core/modules/system/src/EventSubscriber/ConfigCacheTag.php, line 38 Class ConfigCacheTag A subscriber invalidating cache tags when

ConfigEntityType::checkStorageClass

protected ConfigEntityType::checkStorageClass($class) Throws \Drupal\Core\Config\Entity\Exception\ConfigEntityStorageClassException Exception thrown when the provided class is not an instance of \Drupal\Core\Config\Entity\ConfigEntityStorage. Overrides EntityType::checkStorageClass See also \Drupal\Core\Config\Entity\ConfigEntityStorage File core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php, line 136 Class ConfigEntityType Provides an implementation of a configuration entity type a