ConfigEntityMapper

Configuration mapper for configuration entities. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\config_translation\ConfigNamesMapper implements ConfigMapperInterface, ContainerFactoryPluginInterfaceclass \Drupal\config_translation\ConfigEntityMapper File core/modules/config_translation/src/ConfigEntityMapper.php

NodeInterface::getType

public NodeInterface::getType() Gets the node type. Return value string The node type. File core/modules/node/src/NodeInterface.php, line 21 Class NodeInterface Provides an interface defining a node entity. Namespace Drupal\node Code public function getType();

Display::validateForm

public Display::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ViewsFormBase::validateForm File core/modules/views_ui/src/Form/Ajax/Display.php, line 93 Class Display Provides a form for editing the Views display. Namespace Drupal\views_ui\Form\Ajax Code public function val

EditorSelectorInterface::getEditor

public EditorSelectorInterface::getEditor($formatter_type, FieldItemListInterface $items) Returns the in-place editor (an InPlaceEditor plugin) to use for a field. Parameters string $formatter_type: The field's formatter type name. \Drupal\Core\Field\FieldItemListInterface $items: The field values to be in-place edited. Return value string|null The editor to use, or NULL to not enable in-place editing. File core/modules/quickedit/src/EditorSelectorInterface.php, line 23 Class EditorSelect

CountryManager::$moduleHandler

The module handler service. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Locale/CountryManager.php, line 17 Class CountryManager Provides list of countries. Namespace Drupal\Core\Locale Code protected $moduleHandler;

SystemCompactLink::getInfo

public SystemCompactLink::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides Link::getInfo File core/lib/Drupal/Core/Render/Element/SystemCompactLink.php, line 25 Class SystemCompactLink Provides a link to show or hide help text on administration pages. Namespace Dru

LanguageNegotiatorInterface::reset

public LanguageNegotiatorInterface::reset() Resets the negotiated languages and the method instances. File core/modules/language/src/LanguageNegotiatorInterface.php, line 110 Class LanguageNegotiatorInterface Common interface for language negotiation services. Namespace Drupal\language Code public function reset();

AdminRouteSubscriber::alterRoutes

protected AdminRouteSubscriber::alterRoutes(RouteCollection $collection) Alters existing routes for a specific collection. Parameters \Symfony\Component\Routing\RouteCollection $collection: The route collection for adding routes. Overrides RouteSubscriberBase::alterRoutes File core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php, line 17 Class AdminRouteSubscriber Adds the _admin_route option to each admin route. Namespace Drupal\system\EventSubscriber Code protected funct

SessionConfiguration::hasSession

public SessionConfiguration::hasSession(Request $request) Determines whether a session identifier is on the request. This method detects whether a session was started during one of the previous requests from the same user agent. Session identifiers are normally passed along using cookies and hence a typical implementation checks whether the session cookie is on the request. Parameters \Symfony\Component\HttpFoundation\Request $request: The request. Return value bool TRUE if there is a session

_update_batch_create_message

_update_batch_create_message(&$project_results, $message, $success = TRUE) Creates a structure of log messages. Parameters array $project_results: An associative array of results from the batch operation. string $message: A string containing a log message. bool $success: (optional) TRUE if the operation the message is about was a success, FALSE if there were errors. Defaults to TRUE. File core/modules/update/update.authorize.inc, line 350 Callbacks and related functions invoked by authoriz