Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

WorkflowInterface.php

Namespace

Drupal\workflows

File

core/modules/workflows/src/WorkflowInterface.php

View source
<?php

namespace Drupal\workflows;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining workflow entities.
 */
interface WorkflowInterface extends ConfigEntityInterface {
    
    /**
     * Gets the workflow type plugin.
     *
     * @return \Drupal\workflows\WorkflowTypeInterface
     *   The workflow type plugin.
     */
    public function getTypePlugin();

}

Interfaces

Title Deprecated Summary
WorkflowInterface Provides an interface for defining workflow entities.
RSS feed
Powered by Drupal