⇦  Back to WorkflowServiceInterface classMethod 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
Since
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;