Back to WorkflowServiceInterface class

Method getWorkflowTableBySection

public string
getWorkflowTableBySection
(?string $section = null)
Returns a table name for the state association
Parameters
  • string $section An optional section to differ different areas in the component
Returns
  • string
Since
  • 4.0.0

Method getWorkflowTableBySection - Source code

/**
 * Returns a table name for the state association
 *
 * @param   string  $section  An optional section to differ different areas in the component
 *
 * @return  string
 *
 * @since   4.0.0
 */
public function getWorkflowTableBySection(?string $section = null) : string;