You are here

public function AssetTypeInterface::getWorkflowId in farmOS 2.x

Gets the asset workflow ID.

Return value

string The asset workflow ID.

1 method overrides AssetTypeInterface::getWorkflowId()
AssetTypeBase::getWorkflowId in modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeBase.php
Gets the asset workflow ID.

File

modules/core/entity/src/Plugin/Asset/AssetType/AssetTypeInterface.php, line 26

Class

AssetTypeInterface
Defines the interface for asset types.

Namespace

Drupal\farm_entity\Plugin\Asset\AssetType

Code

public function getWorkflowId();