ConfigTranslationEntityListBuilder

Defines the configuration translation list builder for entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\config_translation\Controller\ConfigTranslationEntityListBuilder implements ConfigTranslationEntityListBuilderInterface File core/modules/conf

ConfigTranslationEditForm::submitForm

public ConfigTranslationEditForm::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 ConfigTranslationFormBase::submitForm File core/modules/config_translation/src/Form/ConfigTranslationEditForm.php, line 35 Class ConfigTranslationEditForm Defines a form for editing configuration tra

ConfigTranslationEditForm::getFormId

public ConfigTranslationEditForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/config_translation/src/Form/ConfigTranslationEditForm.php, line 16 Class ConfigTranslationEditForm Defines a form for editing configuration translations. Namespace Drupal\config_translation\Form Code public function getFormId() { return 'config_translation_edit_form'; }

ConfigTranslationEditForm::buildForm

public ConfigTranslationEditForm::buildForm(array $form, FormStateInterface $form_state, RouteMatchInterface $route_match = NULL, $plugin_id = NULL, $langcode = NULL) Implements \Drupal\Core\Form\FormInterface::buildForm(). Builds configuration form with metadata and values from the source language. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. \Drupal\Core\Routing\RouteMatchIn

ConfigTranslationEditForm

Defines a form for editing configuration translations. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\config_translation\Form\ConfigTranslationFormBase implements BaseFormIdInterfaceclass \Drupal\config_translation\Form\ConfigTranslationEditForm File core/modules/config_translation/src/F

ConfigTranslationDeleteForm::__construct

public ConfigTranslationDeleteForm::__construct(ConfigurableLanguageManagerInterface $language_manager, ConfigMapperManagerInterface $config_mapper_manager, ModuleHandlerInterface $module_handler) Constructs a ConfigTranslationDeleteForm. Parameters \Drupal\language\ConfigurableLanguageManagerInterface $language_manager: The language override configuration storage. \Drupal\config_translation\ConfigMapperManagerInterface $config_mapper_manager: The configuration mapper manager. \Drupal\Core\Ext

ConfigTranslationDeleteForm::submitForm

public ConfigTranslationDeleteForm::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/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 132 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation

ConfigTranslationDeleteForm::getQuestion

public ConfigTranslationDeleteForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 86 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code public function getQuestion() { return $this->t('Are

ConfigTranslationDeleteForm::getFormId

public ConfigTranslationDeleteForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 107 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code public function getFormId() { return 'config_translation_delete_form'; }

ConfigTranslationDeleteForm::getConfirmText

public ConfigTranslationDeleteForm::getConfirmText() Returns a caption for the button that confirms the action. Return value string The form confirmation text. Overrides ConfirmFormBase::getConfirmText File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 93 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code public function getConfirmText() { return $this->t('Delete'); }