public EntityConfirmFormBase::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 EntityForm::buildForm
File
core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php, line 54
Class
EntityConfirmFormBase Provides a generic base class for an entity-based confirma