ConfirmDeleteMultiple::buildForm

public ConfirmDeleteMultiple::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfirmFormBase::buildForm File core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 81 Class ConfirmDeleteMultiple Provides the comment multiple delete confirmation f

ConfirmDeleteMultiple::$commentStorage

The comment storage. Type: \Drupal\comment\CommentStorageInterface File core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 22 Class ConfirmDeleteMultiple Provides the comment multiple delete confirmation form. Namespace Drupal\comment\Form Code protected $commentStorage;

ConfirmDeleteMultiple::$comments

An array of comments to be deleted. Type: \Drupal\comment\CommentInterface[] File core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 29 Class ConfirmDeleteMultiple Provides the comment multiple delete confirmation form. Namespace Drupal\comment\Form Code protected $comments;

ConfirmDeleteMultiple

Provides the comment multiple delete confirmation form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\comment\Form\ConfirmDeleteMultiple File core/modules/comment/src/Form/ConfirmDeleteMultiple.php, line 15 Namesp

confirm-form.html.twig

Default theme implementation for confirm form. By default this does not alter the appearance of a form at all, but is provided as a convenience for themers. Available variables: form: The confirm form. File core/modules/system/templates/confirm-form.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

config_translation_themes_uninstalled

config_translation_themes_uninstalled() Implements hook_themes_uninstalled(). File core/modules/config_translation/config_translation.module, line 64 Configuration Translation module. Code function config_translation_themes_uninstalled() { // Themes can provide *.config_translation.yml declarations. // @todo Make ThemeHandler trigger an event instead and make // ConfigMapperManager plugin manager subscribe to it. // @see https://www.drupal.org/node/2206347 \Drupal::service('plugin

config_translation_themes_installed

config_translation_themes_installed() Implements hook_themes_installed(). File core/modules/config_translation/config_translation.module, line 53 Configuration Translation module. Code function config_translation_themes_installed() { // Themes can provide *.config_translation.yml declarations. // @todo Make ThemeHandler trigger an event instead and make // ConfigMapperManager plugin manager subscribe to it. // @see https://www.drupal.org/node/2206347 \Drupal::service('plugin.manag

config_translation_theme

config_translation_theme() Implements hook_theme(). File core/modules/config_translation/config_translation.module, line 41 Configuration Translation module. Code function config_translation_theme() { return array( 'config_translation_manage_form_element' => array( 'render element' => 'element', 'template' => 'config_translation_manage_form_element', ), ); }

config_translation_manage_form_element.html.twig

Default theme implementation for a form element in config_translation. Available variables: element: Array that represents the element shown in the form. source: The source of the translation. translation: The translation for the target language. See also template_preprocess() File core/modules/config_translation/templates/config_translation_manage_form_element.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

config_translation_help

config_translation_help($route_name, RouteMatchInterface $route_match) Implements hook_help(). File core/modules/config_translation/config_translation.module, line 15 Configuration Translation module. Code function config_translation_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.config_translation': $output = ''; $output .= '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The Configuration Translation