You are here

abstract public function SchedulerPluginBase::getTypes in Scheduler 2.x

Get all the type/bundle objects for this entity.

Return value

array The type/bundle objects.

Overrides SchedulerPluginInterface::getTypes

3 methods override SchedulerPluginBase::getTypes()
CommerceProductScheduler::getTypes in src/Plugin/Scheduler/CommerceProductScheduler.php
Get the available types/bundles for the entity type.
MediaScheduler::getTypes in src/Plugin/Scheduler/MediaScheduler.php
Get the available types/bundles for the entity type.
NodeScheduler::getTypes in src/Plugin/Scheduler/NodeScheduler.php
Get the available types/bundles for the entity type.

File

src/SchedulerPluginBase.php, line 140

Class

SchedulerPluginBase
Base class for scheduler plugins.

Namespace

Drupal\scheduler

Code

public abstract function getTypes();