You are here

public function PlanTypeBase::getWorkflowId in farmOS 2.x

Gets the plan workflow ID.

Return value

string The plan workflow ID.

Overrides PlanTypeInterface::getWorkflowId

File

modules/core/entity/src/Plugin/Plan/PlanType/PlanTypeBase.php, line 22

Class

PlanTypeBase
Provides the base plan type class.

Namespace

Drupal\farm_entity\Plugin\Plan\PlanType

Code

public function getWorkflowId() {
  return $this->pluginDefinition['workflow'];
}