public ContentTranslationDeleteForm::buildForm(array $form, FormStateInterface $form_state, LanguageInterface $language = 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 ContentEntityDeleteForm::buildForm
File
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php, line 24
Class
Cont