public static class Storefront.PageQuery
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Storefront.PageQuery |
body()
The description of the page, complete with HTML formatting.
|
Storefront.PageQuery |
bodySummary()
Summary of the page body.
|
Storefront.PageQuery |
createdAt()
The timestamp of the page creation.
|
Storefront.PageQuery |
handle()
A human-friendly unique string for the page automatically generated from its title.
|
Storefront.PageQuery |
seo(Storefront.SEOQueryDefinition queryDef)
The page's SEO information.
|
Storefront.PageQuery |
title()
The title of the page.
|
Storefront.PageQuery |
updatedAt()
The timestamp of the latest page update.
|
Storefront.PageQuery |
url()
The url pointing to the page accessible from the web.
|
public Storefront.PageQuery body()
public Storefront.PageQuery bodySummary()
public Storefront.PageQuery createdAt()
public Storefront.PageQuery handle()
public Storefront.PageQuery seo(Storefront.SEOQueryDefinition queryDef)
public Storefront.PageQuery title()
public Storefront.PageQuery updatedAt()
public Storefront.PageQuery url()