Back to WorkflowServiceInterface class

Method getModelName

public bool
getModelName
(mixed $context)
Returns the model name, based on the context
Parameters
  • string $context The context of the workflow
Returns
  • bool

Method getModelName - Source code

/**
 * Returns the model name, based on the context
 *
 * @param   string  $context  The context of the workflow
 *
 * @return boolean
 */
public function getModelName($context) : string;