annotate core/modules/workflows/workflows.api.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 <?php
Chris@0 2
Chris@0 3 /**
Chris@0 4 * @file
Chris@0 5 * API documentation for Workflows module.
Chris@0 6 */
Chris@0 7
Chris@0 8 /**
Chris@0 9 * @defgroup workflow_type_plugins Workflow Type Plugins
Chris@0 10 * @{
Chris@0 11 * Any module harnessing Workflows module must define a Workflow Type Plugin.
Chris@0 12 * This allows the module to tailor the workflow to its specific need. For
Chris@0 13 * example, Content Moderation module uses its the Workflow Type Plugin to link
Chris@0 14 * workflows to entities. On their own, workflows are a stand-alone concept. It
Chris@0 15 * takes a module such as Content Moderation to give the workflow context.
Chris@0 16 * @}
Chris@0 17 */