You are here

public function SchedulerPluginInterface::entityType in Scheduler 2.x

Get the type of entity supported by this plugin.

Return value

string The name of the entity type.

1 method overrides SchedulerPluginInterface::entityType()
SchedulerPluginBase::entityType in src/SchedulerPluginBase.php
Get the type of entity supported by this plugin.

File

src/SchedulerPluginInterface.php, line 32

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function entityType();