You are here

public function SchedulerPluginInterface::develGenerateForm in Scheduler 2.x

Get the id of the Devel Generate form for this entity type. Optional.

Return value

string The form id.

1 method overrides SchedulerPluginInterface::develGenerateForm()
SchedulerPluginBase::develGenerateForm in src/SchedulerPluginBase.php
Get the id of the Devel Generate form for this entity type.

File

src/SchedulerPluginInterface.php, line 56

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function develGenerateForm();