Back to WorkflowServiceInterface class

Method getCategoryWorkflowContext

public string|null
getCategoryWorkflowContext
(?string $section = null)
Returns the workflow context based on the given category section
Parameters
  • string $section The section
Returns
  • string|null
Since
  • 4.0.0

Method getCategoryWorkflowContext - Source code

/**
 * Returns the workflow context based on the given category section
 *
 * @param   string  $section  The section
 *
 * @return  string|null
 *
 * @since   4.0.0
 */
public function getCategoryWorkflowContext(?string $section = null) : string;