You are here

public function SchedulerPluginInterface::getTypes in Scheduler 2.x

Get all the type/bundle objects for this entity.

Return value

array The type/bundle objects.

1 method overrides SchedulerPluginInterface::getTypes()
SchedulerPluginBase::getTypes in src/SchedulerPluginBase.php
Get all the type/bundle objects for this entity.

File

src/SchedulerPluginInterface.php, line 103

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function getTypes();