Home
last modified time | relevance | path

Searched refs:REQUESTED_PAGE_DEPENDENCY (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php32 public const REQUESTED_PAGE_DEPENDENCY = "requested_page"; define in ComboStrap\\MarkupCacheDependencies
48 …public const OUTPUT_DEPENDENCIES = [self::REQUESTED_PAGE_DEPENDENCY, self::REQUESTED_NAMESPACE_DEP…
230 case MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY:
H A DBreadcrumbTag.php180 ->addDependency(MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY)
H A DPermalinkTag.php41 ->addDependency(MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY);
H A DBrandTag.php242 ->addDependency(MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY);
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php65 ->addDependency(MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY);
/plugin/combo/syntax/
H A Dfragment.php179 ->addDependency(MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY);
H A Diterator.php401 … $cacheDependencies->addDependency(MarkupCacheDependencies::REQUESTED_PAGE_DEPENDENCY);