NoCorrespondingEntityClassException

Exception thrown if an entity type is not represented by a class. This might occur by calling a static method on an abstract class. Hierarchy class \Drupal\Core\Entity\Exception\NoCorrespondingEntityClassException extends \Exception See also \Drupal\Core\Entity\Entity::getEntityTypeFromStaticClass() File core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php, line 12 Namespace Drupal\Core\Entity\Exception Members Name Modifiers Type Description NoCorresp

LibraryDiscoveryParser::__construct

public LibraryDiscoveryParser::__construct($root, ModuleHandlerInterface $module_handler, ThemeManagerInterface $theme_manager) Constructs a new LibraryDiscoveryParser instance. Parameters string $root: The app root. \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Theme\ThemeManagerInterface $theme_manager: The theme manager. File core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php, line 51 Class LibraryDiscoveryParser Parses library files

EntityListBuilderInterface::getOperations

public EntityListBuilderInterface::getOperations(EntityInterface $entity) Provides an array of information to build a list of operation links. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity the operations are for. Return value array An associative array of operation link data for this list, keyed by operation name, containing the following key-value pairs: title: The localized title of the operation. url: An instance of \Drupal\Core\Url for the operation URL. weight: Th

GetUntransformedTextCommand

AJAX command to rerender a formatted text field without any transformation filters. Hierarchy class \Drupal\Core\Ajax\BaseCommand implements CommandInterfaceclass \Drupal\editor\Ajax\GetUntransformedTextCommand File core/modules/editor/src/Ajax/GetUntransformedTextCommand.php, line 11 Namespace Drupal\editor\Ajax Members Name Modifiers Type Description BaseCommand::$command protected property The name of the command. BaseCommand::$data protected property The dat

InvalidLibrariesOverrideSpecificationException

Defines a custom exception if a definition refers to a non-existent library. Hierarchy class \Drupal\Core\Asset\Exception\InvalidLibrariesOverrideSpecificationException extends \RuntimeException File core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesOverrideSpecificationException.php, line 8 Namespace Drupal\Core\Asset\Exception Members

FormStateDecoratorBase::getValidateHandlers

public FormStateDecoratorBase::getValidateHandlers() Gets the validate handlers. Return value array An array of validate handlers. Overrides FormStateInterface::getValidateHandlers File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 395 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function getValidateHandlers() { return $this->decoratedFormState->getValidateHandlers(); }

PermissionAccessCheck::access

public PermissionAccessCheck::access(Route $route, AccountInterface $account) Checks access. Parameters \Symfony\Component\Routing\Route $route: The route to check against. \Drupal\Core\Session\AccountInterface $account: The currently logged in account. Return value \Drupal\Core\Access\AccessResultInterface The access result. File core/modules/user/src/Access/PermissionAccessCheck.php, line 27 Class PermissionAccessCheck Determines access to routes based on permissions defined via $modul

VariantBase::setWeight

public VariantBase::setWeight($weight) Sets the weight of the display variant. Parameters int $weight: The weight to set. Overrides VariantInterface::setWeight File core/lib/Drupal/Core/Display/VariantBase.php, line 64 Class VariantBase Provides a base class for DisplayVariant plugins. Namespace Drupal\Core\Display Code public function setWeight($weight) { $this->configuration['weight'] = (int) $weight; }

SessionManager::$startedLazy

Whether a lazy session has been started. Type: bool File core/lib/Drupal/Core/Session/SessionManager.php, line 58 Class SessionManager Manages user sessions. Namespace Drupal\Core\Session Code protected $startedLazy;

FieldStorageDefinitionEventSubscriberTrait

Helper methods for FieldStorageDefinitionListenerInterface. This allows a class implementing FieldStorageDefinitionListenerInterface to subscribe and react to field storage definition events. Hierarchy trait \Drupal\Core\Field\FieldStorageDefinitionEventSubscriberTrait See also \Symfony\Component\EventDispatcher\EventSubscriberInterface \Drupal\Core\Field\FieldStorageDefinitionListenerInterface File core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php, line 14 Namesp