You are here

public function PlanTypeInterface::getWorkflowId in farmOS 2.x

Gets the plan workflow ID.

Return value

string The plan workflow ID.

1 method overrides PlanTypeInterface::getWorkflowId()
PlanTypeBase::getWorkflowId in modules/core/entity/src/Plugin/Plan/PlanType/PlanTypeBase.php
Gets the plan workflow ID.

File

modules/core/entity/src/Plugin/Plan/PlanType/PlanTypeInterface.php, line 26

Class

PlanTypeInterface
Defines the interface for plan types.

Namespace

Drupal\farm_entity\Plugin\Plan\PlanType

Code

public function getWorkflowId();