You are here

public function SchedulerPluginInterface::entityFormIds in Scheduler 2.x

Get the form IDs for entity add/edit forms.

Return value

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

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

File

src/SchedulerPluginInterface.php, line 111

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function entityFormIds();