BlockViewBuilder::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface Overrides EntityHandlerBase::$moduleHandler File core/modules/block/src/BlockViewBuilder.php, line 30 Class BlockViewBuilder Provides a Block view builder. Namespace Drupal\block Code protected $moduleHandler;

Transaction::$name

The name of the transaction. This is used to label the transaction savepoint. It will be overridden to 'drupal_transaction' if there is no transaction depth. File core/lib/Drupal/Core/Database/Transaction.php, line 46 Class Transaction A wrapper class for creating and managing database transactions. Namespace Drupal\Core\Database Code protected $name;

DateFormat::getTranslationElement

public DateFormat::getTranslationElement(LanguageInterface $translation_language, $source_config, $translation_config) Returns the translation form element for a given configuration definition. For complex data structures (such as mappings) that are translatable wholesale but contain non-translatable properties, the form element is responsible for checking access to the source value of those properties. In case of formatted text, for example, access to the source text format must be checked. If

Menu system

Define the navigation menus, local actions and tasks, and contextual links. Overview and terminology The menu system uses routes; see the Routing API topic for more information. It is used for navigation menus, local tasks, local actions, and contextual links: Navigation menus are hierarchies of menu links; links point to routes or URLs. Menu links and their hierarchies can be defined by Drupal subsystems and modules, or created in the user interface using the Menu UI module. Local tasks are gr

StateTransitionValidationInterface

Validates whether a certain state transition is allowed. Hierarchy interface \Drupal\content_moderation\StateTransitionValidationInterface File core/modules/content_moderation/src/StateTransitionValidationInterface.php, line 11 Namespace Drupal\content_moderation Members Name Modifiers Type Description StateTransitionValidationInterface::getValidTransitions public function Gets a list of transitions that are legal for this user on this entity. StateTransitionValidation

ContentTranslationManager::__construct

public ContentTranslationManager::__construct(EntityManagerInterface $manager, ContentTranslationUpdatesManager $updates_manager) Constructs a ContentTranslationManageAccessCheck object. Parameters \Drupal\Core\Entity\EntityManagerInterface $manager: The entity type manager. \Drupal\content_translation\ContentTranslationUpdatesManager $updates_manager: The updates manager. File core/modules/content_translation/src/ContentTranslationManager.php, line 35 Class ContentTranslationManager Prov

ThemeInstaller::$configFactory

Type: \Drupal\Core\Config\ConfigFactoryInterface File core/lib/Drupal/Core/Extension/ThemeInstaller.php, line 22 Class ThemeInstaller Manages theme installation/uninstallation. Namespace Drupal\Core\Extension Code protected $configFactory;

DraggableListBuilder::__construct

public DraggableListBuilder::__construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage) Constructs a new EntityListBuilder object. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage class. Overrides EntityListBuilder::__construct File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 47 Class DraggableListBuilder Defines a class to build a d

UserPermissionsForm::$roleStorage

The role storage. Type: \Drupal\user\RoleStorageInterface File core/modules/user/src/Form/UserPermissionsForm.php, line 29 Class UserPermissionsForm Provides the user permissions administration form. Namespace Drupal\user\Form Code protected $roleStorage;

PoItem::$_translation

The translation string or array of strings if it has plurals. Type: string or array See also $_plural File core/lib/Drupal/Component/Gettext/PoItem.php, line 55 Class PoItem PoItem handles one translation. Namespace Drupal\Component\Gettext Code private $_translation;