VocabularyListBuilder::submitForm

public VocabularyListBuilder::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 DraggableListBuilder::submitForm File core/modules/taxonomy/src/VocabularyListBuilder.php, line 99 Class VocabularyListBuilder Defines a class to build a listing of taxonomy vocabulary entities. Namesp

Renderer::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/lib/Drupal/Core/Render/Renderer.php, line 74 Class Renderer Turns a render array into a HTML string. Namespace Drupal\Core\Render Code protected $requestStack;

MailInterface::format

public MailInterface::format(array $message) Formats a message prior to sending. Allows to preprocess, format, and postprocess a mail message before it is passed to the sending system. By default, all messages may contain HTML and are converted to plain-text by the Drupal\Core\Mail\Plugin\Mail\PhpMail implementation. For example, an alternative implementation could override the default implementation and also sanitize the HTML for usage in a MIME- encoded email, but still invoking the Drupal\Co

ViewsDataHelper::fetchFields

public ViewsDataHelper::fetchFields($base, $type, $grouping = FALSE, $sub_type = NULL) Fetches a list of all fields available for a given base type. Parameters (array|string) $base: A list or a single base_table, for example node. string $type: The handler type, for example field or filter. bool $grouping: Should the result grouping by its 'group' label. string $sub_type: An optional sub type. E.g. Allows making an area plugin available for header only, instead of header, footer, and empty reg

LanguageInterface::getDirection

public LanguageInterface::getDirection() Gets the text direction (left-to-right or right-to-left). Return value string Either self::DIRECTION_LTR or self::DIRECTION_RTL. File core/lib/Drupal/Core/Language/LanguageInterface.php, line 122 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code public function getDirection();

LanguageInterface::getName

public LanguageInterface::getName() Gets the name of the language. Return value string The human-readable name of the language (in the language that was used to construct this object). File core/lib/Drupal/Core/Language/LanguageInterface.php, line 106 Class LanguageInterface Defines a language. Namespace Drupal\Core\Language Code public function getName();

Insert::execute

public Insert::execute() Executes the insert query. Return value The last insert ID of the query, if one exists. If the query was given multiple sets of values to insert, the return value is undefined. If no fields are specified, this method will do nothing and return NULL. That That makes it safe to use in multi-insert loops. Overrides Insert::execute File core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php, line 18 Class Insert PostgreSQL implementation of \Drupal\Core\Database\Query\

template_preprocess_language_content_settings_table

template_preprocess_language_content_settings_table(&$variables) Prepares variables for language content settings table templates. Default template: language-content-settings-table.html.twig. Parameters array $variables: An associative array containing: element: An associative array containing the properties of the element. Properties used: #bundle_label, #title. File core/modules/language/language.admin.inc, line 106 Administration functions for language.module. Code function templat

hook_theme_suggestions_alter

hook_theme_suggestions_alter(array &$suggestions, array $variables, $hook) Alters named suggestions for all theme hooks. This hook is invoked for all theme hooks, if you are targeting a specific theme hook it's best to use hook_theme_suggestions_HOOK_alter(). The call order is as follows: all existing suggestion alter functions are called for module A, then all for module B, etc., followed by all for any base theme(s), and finally for the active theme. The order is determined by system weig

ConfigNamesMapper::$configMapperManager

The mapper plugin discovery service. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/ConfigNamesMapper.php, line 52 Class ConfigNamesMapper Configuration mapper base implementation. Namespace Drupal\config_translation Code protected $configMapperManager;