ConfigTranslationDeleteForm::getCancelUrl

public ConfigTranslationDeleteForm::getCancelUrl() Returns the route to go to if the user cancels the action. Return value \Drupal\Core\Url A URL object. Overrides ConfirmFormInterface::getCancelUrl File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 100 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code public function getCancelUrl() { return new Url($this->mapper->

ConfigTranslationDeleteForm::create

public static ConfigTranslationDeleteForm::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container:

ConfigTranslationDeleteForm::buildForm

public ConfigTranslationDeleteForm::buildForm(array $form, FormStateInterface $form_state, RouteMatchInterface $route_match = NULL, $plugin_id = NULL, $langcode = NULL) 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/config_translation/src/Form/ConfigTranslationDeleteF

ConfigTranslationDeleteForm::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 40 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $moduleHandler;

ConfigTranslationDeleteForm::$mapper

The configuration translation to be deleted. Type: \Drupal\config_translation\ConfigMapperInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 47 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $mapper;

ConfigTranslationDeleteForm::$languageManager

The language manager. Type: \Drupal\language\ConfigurableLanguageManagerInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 26 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $languageManager;

ConfigTranslationDeleteForm::$language

The language of configuration translation. Type: \Drupal\Core\Language\LanguageInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 54 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $language;

ConfigTranslationDeleteForm::$configMapperManager

The configuration mapper manager. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php, line 33 Class ConfigTranslationDeleteForm Builds a form to delete configuration translation. Namespace Drupal\config_translation\Form Code protected $configMapperManager;

ConfigTranslationDeleteForm

Builds a form to delete configuration translation. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\config_translation\Form\ConfigTranslationDeleteForm File core/modules/config_translation/src/Form/ConfigTranslationDele

ConfigTranslationController::__construct

public ConfigTranslationController::__construct(ConfigMapperManagerInterface $config_mapper_manager, AccessManagerInterface $access_manager, RequestMatcherInterface $router, InboundPathProcessorInterface $path_processor, AccountInterface $account, LanguageManagerInterface $language_manager, RendererInterface $renderer) Constructs a ConfigTranslationController. Parameters \Drupal\config_translation\ConfigMapperManagerInterface $config_mapper_manager: The configuration mapper manager. \Drupal\Co