Copied!

ContentTagInterface

ContentTagInterface.php : 9

Constants

publicALL_TAG

ContentTagInterface.php : 20
public mixed ALL_TAG = 'ez-all'

publicCONTENT_ALL_TRANSLATIONS_PREFIX

ContentTagInterface.php : 12
public mixed CONTENT_ALL_TRANSLATIONS_PREFIX = 'ca'

publicCONTENT_PREFIX

ContentTagInterface.php : 11
public mixed CONTENT_PREFIX = 'c'

publicCONTENT_TYPE_PREFIX

ContentTagInterface.php : 18
public mixed CONTENT_TYPE_PREFIX = 'ct'

publicCONTENT_VERSION_PREFIX

ContentTagInterface.php : 19
public mixed CONTENT_VERSION_PREFIX = 'cv'

publicLOCATION_PREFIX

ContentTagInterface.php : 13
public mixed LOCATION_PREFIX = 'l'

publicPARENT_LOCATION_PREFIX

ContentTagInterface.php : 14
public mixed PARENT_LOCATION_PREFIX = 'pl'

publicPATH_PREFIX

ContentTagInterface.php : 15
public mixed PATH_PREFIX = 'p'

publicRELATION_LOCATION_PREFIX

ContentTagInterface.php : 17
public mixed RELATION_LOCATION_PREFIX = 'rl'

publicRELATION_PREFIX

ContentTagInterface.php : 16
public mixed RELATION_PREFIX = 'r'

Methods

publicaddContentTags()

ContentTagInterface.php : 29

Low level tag method to add content tag.

public addContentTags(array<string|int, mixed> $contentIds) : mixed

Parameters

Name Type Default value Description
$contentIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md

publicaddContentTypeTags()

ContentTagInterface.php : 83

Low level tag method to add relation location tag.

public addContentTypeTags(array<string|int, mixed> $contentTypeIds) : mixed

Parameters

Name Type Default value Description
$contentTypeIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md

publicaddLocationTags()

ContentTagInterface.php : 38

Low level tag method to add location tag.

public addLocationTags(array<string|int, mixed> $locationIds) : mixed

Parameters

Name Type Default value Description
$locationIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md

publicaddParentLocationTags()

ContentTagInterface.php : 47

Low level tag method to add parent location tag.

public addParentLocationTags(array<string|int, mixed> $parentLocationIds) : mixed

Parameters

Name Type Default value Description
$parentLocationIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md

publicaddPathTags()

ContentTagInterface.php : 56

Low level tag method to add location path tag.

public addPathTags(array<string|int, mixed> $locationIds) : mixed

Parameters

Name Type Default value Description
$locationIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md

publicaddRelationLocationTags()

ContentTagInterface.php : 74

Low level tag method to add relation location tag.

public addRelationLocationTags(array<string|int, mixed> $locationIds) : mixed

Parameters

Name Type Default value Description
$locationIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md

publicaddRelationTags()

ContentTagInterface.php : 65

Low level tag method to add relation tag.

public addRelationTags(array<string|int, mixed> $contentIds) : mixed

Parameters

Name Type Default value Description
$contentIds array<string|int, mixed> - -
Tags
See
https://github.com/ibexa/http-cache/blob/main/docs/using_tags.md