summaryrefslogtreecommitdiff
path: root/app/Core
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core')
-rw-r--r--app/Core/ExternalTask/ExternalTaskProviderInterface.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Core/ExternalTask/ExternalTaskProviderInterface.php b/app/Core/ExternalTask/ExternalTaskProviderInterface.php
index af1dffec..7706a773 100644
--- a/app/Core/ExternalTask/ExternalTaskProviderInterface.php
+++ b/app/Core/ExternalTask/ExternalTaskProviderInterface.php
@@ -44,6 +44,13 @@ interface ExternalTaskProviderInterface
public function getCreationFormTemplate();
/**
+ * Get task view template name
+ *
+ * @return string
+ */
+ public function getViewTemplate();
+
+ /**
* Build external task URI based on import form values
*
* @param array $values