You are here

abstract protected function DashboardFormBase::buildDashboard in Draggable dashboard 8

Builds the path used by the form.

Parameters

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

1 call to DashboardFormBase::buildDashboard()
DashboardFormBase::buildForm in src/Form/DashboardFormBase.php
Form constructor.
3 methods override DashboardFormBase::buildDashboard()
DashboardAddForm::buildDashboard in src/Form/DashboardAddForm.php
Builds the path used by the form.
DashboardEditForm::buildDashboard in src/Form/DashboardEditForm.php
Builds the path used by the form.
DashboardManageForm::buildDashboard in src/Form/DashboardManageForm.php
Builds the path used by the form.

File

src/Form/DashboardFormBase.php, line 72

Class

DashboardFormBase
Provides a base class for draggable dashboard add/edit forms.

Namespace

Drupal\draggable_dashboard\Form

Code

protected abstract function buildDashboard($did);