You are here

public static function WorkflowManagerInterface::getAttachedFields in Workflow 8

Returns the attached fields (via Field UI)

Parameters

string $entity_type_id:

string $bundle:

Return value

array

1 method overrides WorkflowManagerInterface::getAttachedFields()
WorkflowManager::getAttachedFields in src/Entity/WorkflowManager.php
Returns the attached fields (via Field UI)

File

src/Entity/WorkflowManagerInterface.php, line 121

Class

WorkflowManagerInterface
Provides an interface for workflow manager.

Namespace

Drupal\workflow\Entity

Code

public static function getAttachedFields($entity_type_id, $bundle);