Add documentation to create external task providers

This commit is contained in:
Frederic Guillot
2016-11-07 21:57:25 -05:00
parent 83f529008a
commit d261f4146d
3 changed files with 79 additions and 2 deletions

View File

@@ -70,8 +70,8 @@ interface ExternalTaskProviderInterface
/**
* Build external task URI based on import form values
*
* @param array $values
* @param array $formValues
* @return string
*/
public function buildTaskUri(array $values);
public function buildTaskUri(array $formValues);
}