abstract protected PathFormBase::buildPath($pid)
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.
File
- core/modules/path/src/Form/PathFormBase.php, line 91
Class
- PathFormBase
- Provides a base class for path add/edit forms.
Namespace
Drupal\path\Form
Code
abstract protected function buildPath($pid);
Please login to continue.