Back to WorkflowServiceInterface class

Method supportFunctionality

public bool
supportFunctionality
(mixed $functionality, mixed $context)
Check if the functionality is supported by the context
Parameters
  • string $functionality The functionality
  • string $context The context of the functionality
Returns
  • bool
Since
  • 4.0.0

Method supportFunctionality - Source code

/**
 * Check if the functionality is supported by the context
 *
 * @param   string  $functionality  The functionality
 * @param   string  $context        The context of the functionality
 *
 * @return boolean
 *
 * @since  4.0.0
 */
public function supportFunctionality($functionality, $context) : bool;