You are here

abstract protected function PathFormBase::buildPath in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/path/src/Form/PathFormBase.php \Drupal\path\Form\PathFormBase::buildPath()

Builds the path used by the form.

Parameters

int|null $pid: Either the unique path ID, or NULL if a new one is being created.

1 call to PathFormBase::buildPath()
PathFormBase::buildForm in core/modules/path/src/Form/PathFormBase.php
Form constructor.
2 methods override PathFormBase::buildPath()
AddForm::buildPath in core/modules/path/src/Form/AddForm.php
Builds the path used by the form.
EditForm::buildPath in core/modules/path/src/Form/EditForm.php
Builds the path used by the form.

File

core/modules/path/src/Form/PathFormBase.php, line 96
Contains \Drupal\path\Form\PathFormBase.

Class

PathFormBase
Provides a base class for path add/edit forms.

Namespace

Drupal\path\Form

Code

protected abstract function buildPath($pid);