You are here

14 methods override MaestroEngineTaskInterface::performValidityCheck() in Maestro 3.x

MaestroAndTask::performValidityCheck in src/Plugin/EngineTasks/MaestroAndTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroBatchFunctionTask::performValidityCheck in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroContentTypeTask::performValidityCheck in src/Plugin/EngineTasks/MaestroContentTypeTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroEndTask::performValidityCheck in src/Plugin/EngineTasks/MaestroEndTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroIfTask::performValidityCheck in src/Plugin/EngineTasks/MaestroIfTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroInteractiveExampleTask::performValidityCheck in modules/examples/maestro_interactive_task_plugin_example/src/Plugin/EngineTasks/MaestroInteractiveExampleTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroInteractiveTask::performValidityCheck in src/Plugin/EngineTasks/MaestroInteractiveTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroManualWebTask::performValidityCheck in src/Plugin/EngineTasks/MaestroManualWebTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroNonInteractiveExampleTask::performValidityCheck in modules/examples/maestro_noninteractive_task_plugin_example/src/Plugin/EngineTasks/MaestroNonInteractiveExampleTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroOrTask::performValidityCheck in src/Plugin/EngineTasks/MaestroOrTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroSetProcessVariableTask::performValidityCheck in src/Plugin/EngineTasks/MaestroSetProcessVariableTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroSpawnSubFlowTask::performValidityCheck in src/Plugin/EngineTasks/MaestroSpawnSubFlowTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroStartTask::performValidityCheck in src/Plugin/EngineTasks/MaestroStartTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…
MaestroWebformTask::performValidityCheck in modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php
Lets the task perform validation on itself. If the task is missing any internal requirements, it can flag itself as having an issue. Return array MUST be in the format of array( 'taskID' => the task machine name, 'taskLabel'…