You are here

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

The name of the publish action for the entity type (optional).

This is used when the action name does not match the default pattern of {entity type id}_publish_action.

Type: string

File

src/Annotation/SchedulerPlugin.php, line 94

Class

SchedulerPlugin
Annotation class for scheduler entity plugins.

Namespace

Drupal\scheduler\Annotation

Code

public $publishAction;