ConfigDependencyDeleteFormTrait
trait ConfigDependencyDeleteFormTrait (View source)
Lists affected configuration entities by a dependency removal.
This trait relies on the StringTranslationTrait.
Methods
t($string, array $args = [], array $options = [])
Translates a string to the current language or to a given language.
addDependencyListsToForm(array $form, string $type, array $names, ConfigManagerInterface $config_manager, EntityTypeManagerInterface $entity_type_manager)
Adds form elements to list affected configuration entities.
Details
abstract protected
t($string, array $args = [], array $options = [])
Translates a string to the current language or to a given language.
Provided by \Drupal\Core\StringTranslation\StringTranslationTrait.
protected
addDependencyListsToForm(array $form, string $type, array $names, ConfigManagerInterface $config_manager, EntityTypeManagerInterface $entity_type_manager)
Adds form elements to list affected configuration entities.