Searched refs:PageType (Results 1 – 15 of 15) sorted by relevance
/plugin/combo/ComboStrap/ |
H A D | PageType.php | 10 class PageType extends MetadataText class 32 public const CONF_DEFAULT_PAGE_TYPE_DEFAULT = PageType::ARTICLE_TYPE; 34 public static function createForPage($page): PageType 36 return (new PageType()) 40 public function setWriteStore($store): PageType 59 public function setReadStore($store): PageType 107 return PageType::WEBSITE_TYPE; 109 return PageType::HOME_TYPE; 111 $defaultPageTypeConf = SiteConfig::getConfValue(PageType::CONF_DEFAULT_PAGE_TYPE, PageType [all...] |
H A D | LdJson.php | 242 $type = PageType::createForPage($page) 251 $type = PageType::createForPage($page) 259 case PageType::WEBSITE_TYPE: 297 case PageType::ORGANIZATION_TYPE: 312 case PageType::ARTICLE_TYPE: 313 case PageType::NEWS_TYPE: 314 case PageType::BLOG_TYPE: 317 case PageType::HOME_TYPE: 318 case PageType::WEB_PAGE_TYPE: 321 case PageType [all...] |
H A D | EndDate.php | 59 return PageType::EVENT_TYPE;
|
H A D | StartDate.php | 58 return PageType::EVENT_TYPE;
|
H A D | MetaManagerForm.php | 60 PageType::PROPERTY_NAME,
|
H A D | MarkupPath.php | 70 * @var PageType 1055 PageType::PROPERTY_NAME, 1640 $this->type = PageType::createForPage($this);
|
H A D | DatabasePageRow.php | 53 PageType::PROPERTY_NAME, 851 PageType::PROPERTY_NAME,
|
/plugin/displayorphans/ |
H A D | syntax.php | 24 use plugin\displayorphans\PageType; alias 48 …$pattern = '<<display\s(?:' . PageType::ORPHAN . '|' . PageType::WANTED . '|' . PageType::LINKED .… 69 $showColumns = array(true, true, $type != PageType::WANTED, $type != PageType::ORPHAN);
|
H A D | _local.php | 12 final class PageType class
|
/plugin/combo/action/ |
H A D | metafacebook.php | 15 use ComboStrap\PageType; alias 112 case PageType::ARTICLE_TYPE: 134 $facebookMeta["og:type"] = PageType::WEBSITE_TYPE;
|
/plugin/combo/ComboStrap/Meta/Api/ |
H A D | MetadataSystem.php | 53 use ComboStrap\PageType; alias 73 PageType::PROPERTY_NAME => PageType::class,
|
H A D | Metadata.php | 59 use ComboStrap\PageType; alias
|
/plugin/combo/conf/ |
H A D | default.php | 31 use ComboStrap\PageType; alias 232 * {@link PageType::CONF_DEFAULT_PAGE_TYPE}
|
H A D | metadata.php | 33 use ComboStrap\PageType; alias 206 $meta[PageType::CONF_DEFAULT_PAGE_TYPE] = array("string");
|
/plugin/combo/lang/en/ |
H A D | settings.php | 30 use ComboStrap\PageType; alias 176 $lang[PageType::CONF_DEFAULT_PAGE_TYPE] = PluginUtility::getDocumentationHyperLink("type", "The default page type for all pages (expected the home page)");
|