function WorkflowListBuilder::createInstance
Overrides EntityListBuilder::createInstance
File
- 
              core/modules/ workflows/ src/ WorkflowListBuilder.php, line 28 
Class
- WorkflowListBuilder
- Provides a listing of Workflow entities.
Namespace
Drupal\workflowsCode
public static function createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) {
  return new static($entity_type, $container->get('entity_type.manager')
    ->getStorage($entity_type->id()), $container->get('plugin.manager.workflows.type'));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
