ConfigurableImageEffectBase::submitConfigurationForm

public ConfigurableImageEffectBase::submitConfigurationForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm(). \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Calling code should pass on a subform state created through \Drupal\Core\Form\SubformState::createForSubform(). Overrides PluginFormInterface::subm

PageDisplayVariantSelectionEvent::__construct

public PageDisplayVariantSelectionEvent::__construct($plugin_id, RouteMatchInterface $route_match) Constructs the page display variant plugin selection event. Parameters string $plugin_id: The ID of the page display variant plugin to use by default. \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match, for context. File core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php, line 62 Class PageDisplayVariantSelectionEvent Event fired when rendering main

LocalTaskDefault::getTitle

public LocalTaskDefault::getTitle(Request $request = NULL) Returns the localized title to be shown for this tab. Subclasses may add optional arguments like NodeInterface $node = NULL that will be supplied by the ControllerResolver. Return value string The title of the local task. Overrides LocalTaskInterface::getTitle File core/lib/Drupal/Core/Menu/LocalTaskDefault.php, line 77 Class LocalTaskDefault Default object used for LocalTaskPlugins. Namespace Drupal\Core\Menu Code public func

PermissionHandler::buildPermissionsYaml

protected PermissionHandler::buildPermissionsYaml() Builds all permissions provided by .permissions.yml files. Return value array[] Each return permission is an array with the following keys: title: The title of the permission. description: The description of the permission, defaults to NULL. provider: The provider of the permission. File core/modules/user/src/PermissionHandler.php, line 138 Class PermissionHandler Provides the available permissions based on yml files. Namespace D

EntityConverter::$entityManager

Entity manager which performs the upcasting in the end. Type: \Drupal\Core\Entity\EntityManagerInterface File core/lib/Drupal/Core/ParamConverter/EntityConverter.php, line 46 Class EntityConverter Parameter converter for upcasting entity IDs to full objects. Namespace Drupal\Core\ParamConverter Code protected $entityManager;

EntityFormInterface::setEntityTypeManager

public EntityFormInterface::setEntityTypeManager(EntityTypeManagerInterface $entity_type_manager) Sets the entity type manager for this form. Parameters \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager. Return value $this File core/lib/Drupal/Core/Entity/EntityFormInterface.php, line 150 Class EntityFormInterface Defines an interface for entity form classes. Namespace Drupal\Core\Entity Code public function setEntityTypeManager(EntityTypeMa

EntityFieldManager::getFieldStorageDefinitions

public EntityFieldManager::getFieldStorageDefinitions($entity_type_id) Gets the field storage definitions for a content entity type. This returns all field storage definitions for base fields and bundle fields of an entity type. Note that field storage definitions of a base field equal the full base field definition (i.e. they implement FieldDefinitionInterface), while the storage definitions for bundle fields may implement FieldStorageDefinitionInterface only. Parameters string $entity_type_i

ItemsImporter::$parserManager

The aggregator parser manager. Type: \Drupal\aggregator\Plugin\AggregatorPluginManager File core/modules/aggregator/src/ItemsImporter.php, line 34 Class ItemsImporter Defines an importer of aggregator items. Namespace Drupal\aggregator Code protected $parserManager;

locale-translation-last-check.html.twig

Default theme implementation for the last time we checked for update data. Available variables: last_checked: Whether or not locale updates have been checked before. time: The formatted time ago when the site last checked for available updates. link: A link to manually check available updates. See also template_preprocess_locale_translation_last_check() File core/modules/locale/templates/locale-translation-last-check.html.twig Related topics Theme system overview Functions and template

ModuleHandler::$cacheBackend

Cache backend for storing module hook implementation information. Type: \Drupal\Core\Cache\CacheBackendInterface File core/lib/Drupal/Core/Extension/ModuleHandler.php, line 64 Class ModuleHandler Class that manages modules in a Drupal installation. Namespace Drupal\Core\Extension Code protected $cacheBackend;