You are here

public property SchedulerPlugin::$schedulerEventClass in Scheduler 2.x

The event class for Scheduler events relating to activity on the entity.

If not specified, it is assumed that the plugin is part of the Scheduler module and the event class will default to Scheduler's namespace.

Type: string

File

src/Annotation/SchedulerPlugin.php, line 84

Class

SchedulerPlugin
Annotation class for scheduler entity plugins.

Namespace

Drupal\scheduler\Annotation

Code

public $schedulerEventClass;