Back to WorkflowPluginTrait class

Method isSupported

protected bool
isSupported
(mixed $context)
Check if the current plugin should execute workflow related activities
Parameters
  • string $context Context to check
Returns
  • bool
Since
  • 4.0.0

Method isSupported - Source code

/**
 * Check if the current plugin should execute workflow related activities
 *
 * @param   string $context Context to check
 *
 * @return  boolean
 *
 * @since   4.0.0
 */
protected function isSupported($context)
{
    return false;
}