ModulesUninstallConfirmForm::submitForm

public ModulesUninstallConfirmForm::submitForm(array &$form, FormStateInterface $form_state) Form submission 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 FormInterface::submitForm File core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 154 Class ModulesUninstallConfirmForm Builds a confirmation form to uninstall selected modules. N

InfoParser

Parses extension .info.yml files. Hierarchy class \Drupal\Core\Extension\InfoParserDynamic implements InfoParserInterfaceclass \Drupal\Core\Extension\InfoParser File core/lib/Drupal/Core/Extension/InfoParser.php, line 8 Namespace Drupal\Core\Extension Members Name Modifiers Type Description InfoParser::$parsedInfos protected static property Array of all info keyed by filename. InfoParser::parse public function Parses Drupal module, theme and profile .info.yml fi

Tasks

Specifies installation tasks for MySQL and equivalent databases. Hierarchy class \Drupal\Core\Database\Install\Tasksclass \Drupal\Core\Database\Driver\mysql\Install\Tasks File core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php, line 13 Namespace Drupal\Core\Database\Driver\mysql\Install Members Name Modifiers Type Description Tasks::$pdoDriver protected property The PDO driver name for MySQL and equivalent databases. Overrides Tasks::$pdoDriver Tasks::$resul

Connection::mapConditionOperator

public Connection::mapConditionOperator($operator) Gets any special processing requirements for the condition operator. Some condition types require special processing, such as IN, because the value data they pass in is not a simple value. This is a simple overridable lookup function. Database connections should define only those operators they wish to be handled differently than the default. Parameters string $operator: The condition operator, such as "IN", "BETWEEN", etc. Case-sensitive. Ret

language_get_default_langcode

language_get_default_langcode($entity_type, $bundle) Returns the default language code assigned to an entity type and a bundle. Parameters string $entity_type: The entity type. string $bundle: The bundle name. Return value string The language code. File core/modules/language/language.module, line 236 Add language handling functionality to Drupal. Code function language_get_default_langcode($entity_type, $bundle) { $configuration = ContentLanguageSettings::loadByEntityTypeBundle($entity_ty

FieldStorageConfigInterface::getBundles

public FieldStorageConfigInterface::getBundles() Returns the list of bundles where the field storage has fields. Return value array An array of bundle names. File core/modules/field/src/FieldStorageConfigInterface.php, line 35 Class FieldStorageConfigInterface Provides an interface defining a field storage entity. Namespace Drupal\field Code public function getBundles();

FilterController::getLabel

public FilterController::getLabel(FilterFormatInterface $filter_format) Gets the label of a filter format. Parameters \Drupal\filter\FilterFormatInterface $filter_format: The filter format. Return value string The label of the filter format. File core/modules/filter/src/Controller/FilterController.php, line 45 Class FilterController Controller routines for filter routes. Namespace Drupal\filter\Controller Code public function getLabel(FilterFormatInterface $filter_format) { return

ContentTranslationManager::loadContentLanguageSettings

protected ContentTranslationManager::loadContentLanguageSettings($entity_type_id, $bundle) Loads a content language config entity based on the entity type and bundle. Parameters string $entity_type_id: ID of the entity type. string $bundle: Bundle name. Return value \Drupal\language\Entity\ContentLanguageSettings The content language config entity if one exists. Otherwise, returns default values. File core/modules/content_translation/src/ContentTranslationManager.php, line 120 Class Conte

ContentTranslationRouteSubscriber

Subscriber for entity translation routes. Hierarchy class \Drupal\Core\Routing\RouteSubscriberBase implements EventSubscriberInterfaceclass \Drupal\content_translation\Routing\ContentTranslationRouteSubscriber File core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php, line 14 Namespace Drupal\content_translation\Routing Members Name Modifiers Type Description ContentTranslationRouteSubscriber::$contentTranslationManager protected property T

ReverseProxyMiddleware::$settings

The site settings. Type: \Drupal\Core\Site\Settings File core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php, line 26 Class ReverseProxyMiddleware Provides support for reverse proxies. Namespace Drupal\Core\StackMiddleware Code protected $settings;