Merge remote-tracking branch 'origin/master' into workflow/fix-sending-notifications

This commit is contained in:
2022-02-17 23:34:20 +01:00
41 changed files with 515 additions and 209 deletions

View File

@@ -15,6 +15,10 @@ use Chill\MainBundle\Entity\Workflow\EntityWorkflow;
interface EntityWorkflowHandlerInterface
{
public function getEntityData(EntityWorkflow $entityWorkflow, array $options = []): array;
public function getEntityTitle(EntityWorkflow $entityWorkflow, array $options = []): string;
public function getRelatedEntity(EntityWorkflow $entityWorkflow): ?object;
/**