StreamWrapperManager::$wrappers

Contains collected stream wrappers. Keyed by filter, each value is itself an associative array keyed by scheme. Each of those values is an array representing a stream wrapper, with the following keys and values: class: stream wrapper class name type: a bitmask corresponding to the type constants in StreamWrapperInterface service_id: name of service The array on key StreamWrapperInterface::ALL contains representations of all schemes and corresponding wrappers. Type: array File core/lib/Drup

MetadataGeneratorInterface

Interface for generating in-place editing metadata. Hierarchy interface \Drupal\quickedit\MetadataGeneratorInterface File core/modules/quickedit/src/MetadataGeneratorInterface.php, line 11 Namespace Drupal\quickedit Members Name Modifiers Type Description MetadataGeneratorInterface::generateEntityMetadata public function Generates in-place editing metadata for an entity. MetadataGeneratorInterface::generateFieldMetadata public function Generates in-place editing

StreamWrapperManager::addStreamWrapper

public StreamWrapperManager::addStreamWrapper($service_id, $class, $scheme) Adds a stream wrapper. Internal use only. Parameters string $service_id: The service id. string $class: The stream wrapper class. string $scheme: The scheme for which the wrapper should be registered. File core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php, line 151 Class StreamWrapperManager Provides a StreamWrapper manager. Namespace Drupal\Core\StreamWrapper Code public function addStreamWrapper($s

ConfigTranslationDeleteForm::$configMapperManager

The configuration mapper manager. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 33 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $configMapperManager;

FieldUiRouteEnhancer::__construct

public FieldUiRouteEnhancer::__construct(EntityManagerInterface $entity_manager) Constructs a FieldUiRouteEnhancer object. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. File core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php, line 28 Class FieldUiRouteEnhancer Enhances Field UI routes by adding proper information about the bundle name. Namespace Drupal\field_ui\Routing Code public function __construct(EntityManagerInterface $entity_

Registry

Defines the theme registry service. @internal Theme registry is expected to be used only internally since every hook_theme() implementation depends on the way this class is built. This class may get new features in minor releases so this class should be considered internal. @todo Replace local $registry variables in methods with $this->registry. Hierarchy class \Drupal\Core\Theme\Registry implements DestructableInterface File core/lib/Drupal/Core/Theme/Registry.php, line 25 Namespace

SelectExtender::addTag

public SelectExtender::addTag($tag) Adds a tag to a query. Tags are strings that identify a query. A query may have any number of tags. Tags are used to mark a query so that alter hooks may decide if they wish to take action. Tags should be all lower-case and contain only letters, numbers, and underscore, and start with a letter. That is, they should follow the same rules as PHP identifiers in general. Parameters $tag: The tag to add. Return value \Drupal\Core\Database\Query\AlterableInterfac

UserController::resetPassLogin

public UserController::resetPassLogin($uid, $timestamp, $hash) Validates user, hash, and timestamp; logs the user in if correct. Parameters int $uid: User ID of the user requesting reset. int $timestamp: The current timestamp. string $hash: Login link hash. Return value \Symfony\Component\HttpFoundation\RedirectResponse Returns a redirect to the user edit form if the information is correct. If the information is incorrect redirects to 'user.pass' route with a message for the user. Throws \Sy

RdfMapping::getFieldMapping

public RdfMapping::getFieldMapping($field_name) Gets the mapping config for a field. This function returns the field mapping as stored in config, which may contain CURIE arrays. If the mapping is needed for output in a serialization format, such as RDFa, then getPreparedFieldMapping() should be used instead. Parameters string $field_name: The name of the field. Return value array The field mapping config array, or an empty array if there is no mapping. Overrides RdfMappingInterface::getFieldM

ConfigTranslationDeleteForm::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 40 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $moduleHandler;