You are here

public function SchedulerPluginInterface::unpublishAction in Scheduler 2.x

Get the unpublish action name of the entity type.

Optional. Defaults to the commonly used {entity type id}_unpublish_action.

Return value

string The action name.

1 method overrides SchedulerPluginInterface::unpublishAction()
SchedulerPluginBase::unpublishAction in src/SchedulerPluginBase.php
Get the unpublish action name of the entity type.

File

src/SchedulerPluginInterface.php, line 95

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function unpublishAction();