You are here

public function SchedulerPluginInterface::entityTypeFormIds in Scheduler 2.x

Get the form IDs for entity type add/edit forms.

Return value

array A list of add/edit form ids for this entity type.

1 method overrides SchedulerPluginInterface::entityTypeFormIds()
SchedulerPluginBase::entityTypeFormIds in src/SchedulerPluginBase.php
Get the form IDs for entity type add/edit forms.

File

src/SchedulerPluginInterface.php, line 119

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function entityTypeFormIds();