public PathFormBase::buildForm(array $form, FormStateInterface $form_state, $pid = 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 FormInterface::buildForm
File
core/modules/path/src/Form/PathFormBase.php, line 96
Class
PathFormBase Provides a base class for path add/edit forms.
Namespace
Drupal\pat