BaseFieldOverrideStorage

Storage class for base field overrides. 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\Core\Field\FieldConfigStorageBaseclass \Drupal\Core\Field\BaseFieldOverrideStorage File core/lib/Dru

ViewsData::fetchBaseTables

public ViewsData::fetchBaseTables() Fetches a list of all base tables available. Return value array An array of base table data keyed by table name. Each item contains the following keys: title: The title label for the base table. help: The help text for the base table. weight: The weight of the base table. File core/modules/views/src/ViewsData.php, line 299 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code public function fetchBaseTable

EntityAccessControlHandler::fieldAccess

public EntityAccessControlHandler::fieldAccess($operation, FieldDefinitionInterface $field_definition, AccountInterface $account = NULL, FieldItemListInterface $items = NULL, $return_as_object = FALSE) Checks access to an operation on a given entity field. This method does not determine whether access is granted to the entity itself, only the specific field. Callers are responsible for ensuring that entity access is also respected, for example by using \Drupal\Core\Entity\EntityAccessControlHan

FileSystem::$logger

The file logger channel. Type: \Psr\Log\LoggerInterface File core/lib/Drupal/Core/File/FileSystem.php, line 36 Class FileSystem Provides helpers to operate on files and stream wrappers. Namespace Drupal\Core\File Code protected $logger;

FileSystemForm::buildForm

public FileSystemForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfigFormBase::buildForm File core/modules/system/src/Form/FileSystemForm.php, line 78 Class FileSystemForm Configure file system settings for this site. Namespace Drupal\system\F

UserController::userTitle

public UserController::userTitle(UserInterface $user = NULL) Route title callback. Parameters \Drupal\user\UserInterface $user: The user account. Return value string|array The user account name as a render array or an empty string if $user is NULL. File core/modules/user/src/Controller/UserController.php, line 270 Class UserController Controller routines for user routes. Namespace Drupal\user\Controller Code public function userTitle(UserInterface $user = NULL) { return $user ? ['#

ContentLanguageSettings

Defines the ContentLanguageSettings entity. Plugin annotation @ConfigEntityType( id = "language_content_settings", label = @Translation("Content Language Settings"), admin_permission = "administer languages", config_prefix = "content_settings", entity_keys = { "id" = "id" }, list_cache_tags = { "rendered" } ) Hierarchy class \Drupal\Core\Entity\Entity implements EntityInterface uses RefinableCacheableDependencyTrait, DependencySerializationTraitclass \Drupal\Core\Config\Entit

QuickEditFieldForm::$validator

The typed data validator. Type: \Symfony\Component\Validator\Validator\ValidatorInterface File core/modules/quickedit/src/Form/QuickEditFieldForm.php, line 48 Class QuickEditFieldForm Builds and process a form for editing a single entity field. Namespace Drupal\quickedit\Form Code protected $validator;

FileStorage::__construct

public FileStorage::__construct(array $configuration) Constructs this FileStorage object. Parameters array $configuration: An associative array, containing at least these two keys: directory: The directory where the files should be stored. bin: The storage bin. Multiple storage objects can be instantiated with the same configuration, but for different bins.. File core/lib/Drupal/Component/PhpStorage/FileStorage.php, line 26 Class FileStorage Stores the code as regular PHP files. Nam

ViewsHandlerAnnotationBase

Defines an abstract base class for all views handler annotations. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBase File core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php, line 10 Namespace Drupal\views\Annotation Members Name Modifiers Type Description AnnotationBase::$class protected property The class used for th