You are here

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

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

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

Type: string

File

src/Annotation/SchedulerPlugin.php, line 104

Class

SchedulerPlugin
Annotation class for scheduler entity plugins.

Namespace

Drupal\scheduler\Annotation

Code

public $unpublishAction;