You are here

public function SchedulerPluginInterface::publishAction in Scheduler 2.x

Get the publish action name of the entity type.

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

Return value

string The action name.

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

File

src/SchedulerPluginInterface.php, line 85

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function publishAction();