ImageToolkitBase

Provides a base class for image toolkit plugins. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\ImageToolkit\ImageToolkitBase implements ImageToolkitInterface See also \Drupal\Core\ImageToolkit\Annotation\ImageToolkit \Drupal\Core\ImageToolkit\ImageToolkitInterface \Drupal\Core\ImageToolkit\ImageToolkitMana

SqlContentEntityStorageSchema::processRevisionTable

protected SqlContentEntityStorageSchema::processRevisionTable(ContentEntityTypeInterface $entity_type, array &$schema) Processes the gathered schema for a base table. Parameters \Drupal\Core\Entity\ContentEntityTypeInterface $entity_type: The entity type. array $schema: The table schema, passed by reference. Return value array A partial schema array for the base table. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 1017 Class SqlContentEntityStorageSchema

drupal_pre_render_links

drupal_pre_render_links($element) Pre-render callback: Collects child links into a single array. This function can be added as a pre_render callback for a renderable array, usually one which will be themed by links.html.twig. It iterates through all unrendered children of the element, collects any #links properties it finds, merges them into the parent element's #links array, and prevents those children from being rendered separately. The purpose of this is to allow links to be logically groupe

TranslationStatusForm::__construct

public TranslationStatusForm::__construct(ModuleHandlerInterface $module_handler, StateInterface $state) Constructs a TranslationStatusForm object. Parameters ModuleHandlerInterface $module_handler: A module handler. \Drupal\Core\State\StateInterface $state: The state service. File core/modules/locale/src/Form/TranslationStatusForm.php, line 48 Class TranslationStatusForm Provides a translation status form. Namespace Drupal\locale\Form Code public function __construct(ModuleHandlerInt

FeedAccessControlHandler

Defines an access control handler for the feed entity. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\aggregator\FeedAccessControlHandler See also \Drupal\aggregator\Entity\Feed File core/modules/aggregator/src/FeedAccessControlHandler.php, line 15 Namespace Drupal\aggregator Members Name Modifiers Type

LanguageNegotiator::$methods

Local cache for language negotiation method instances. Type: array File core/modules/language/src/LanguageNegotiator.php, line 64 Class LanguageNegotiator Class responsible for performing language negotiation. Namespace Drupal\language Code protected $methods;

UpdateRegistry::$enabledModules

Type: string[] File core/lib/Drupal/Core/Update/UpdateRegistry.php, line 44 Class UpdateRegistry Provides all and missing update implementations. Namespace Drupal\Core\Update Code protected $enabledModules;

ClassResolverInterface::getInstanceFromDefinition

public ClassResolverInterface::getInstanceFromDefinition($definition) Returns a class instance with a given class definition. In contrast to controllers you don't specify a method. Parameters string $definition: A class name or service name. Return value object The instance of the class. Throws \InvalidArgumentException If $class is not a valid service identifier and the class does not exist. File core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php, line 24 Class ClassRes

SearchPage::$label

The label of the search page entity. Type: string File core/modules/search/src/Entity/SearchPage.php, line 69 Class SearchPage Defines a configured search page. Namespace Drupal\search\Entity Code protected $label;

ContentTranslationHandler::entityFormSourceChange

public ContentTranslationHandler::entityFormSourceChange($form, FormStateInterface $form_state) Form submission handler for ContentTranslationHandler::entityFormAlter(). Takes care of the source language change. File core/modules/content_translation/src/ContentTranslationHandler.php, line 644 Class ContentTranslationHandler Base class for content translation handlers. Namespace Drupal\content_translation Code public function entityFormSourceChange($form, FormStateInterface $form_state)