You are here

public function AssetTypeBase::getWorkflowId in farmOS 2.x

Gets the asset workflow ID.

Return value

string The asset workflow ID.

Overrides AssetTypeInterface::getWorkflowId

File

modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeBase.php, line 22

Class

AssetTypeBase
Provides the base asset type class.

Namespace

Drupal\farm_entity\Plugin\Asset\AssetType

Code

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