Home
last modified time | relevance | path

Searched refs:isIndexPage (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DResourceName.php96 if ($resourceCombo->isIndexPage() && !$resourceCombo->isRootHomePage()) {
H A DPageType.php108 } else if ($resource->isIndexPage()) {
H A DFetcherPageBundler.php176 if ($requestedPath->isIndexPage()) {
H A DMarkupPath.php818 public function isIndexPage(): bool function in ComboStrap\\MarkupPath
1442 if ($this->isIndexPage()) {
2149 if ($this->isIndexPage()) {
H A DPageSqlTreeListener.php386 if (!$this->requestedPage->isIndexPage()) {
H A DPageExplorerTag.php694 if ($page->isIndexPage()) {
H A DDatabasePageRow.php885 $metaRecord[self::IS_INDEX_COLUMN] = ($this->markupPath->isIndexPage() === true ? 1 : 0);
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php126 $isIndex = $markupPath->isIndexPage();
H A DPageTemplateName.php215 if ($page->isIndexPage()) {