exports: add new referrer filter, with mechanism to use it in acp or acpw context

This commit is contained in:
2022-07-29 12:13:32 +02:00
parent b9186ed6e0
commit c1f578a811
5 changed files with 175 additions and 1 deletions

View File

@@ -21,4 +21,6 @@ abstract class Declarations
public const PERSON_TYPE = 'person';
public const ACP_TYPE = 'accompanying_period';
public const ACP_SHARED = 'accompanying_period_shared';
}