Class GoogleSitemapDecorator
Decorate the page object to provide google sitemaps with additionally options and configuration.
- Extension
-
DataObjectDecorator
-
SiteTreeDecorator
-
GoogleSitemapDecorator
Methods summary
public
array
|
|
public
|
#
updateCMSFields(
This function is used to provide modifications to the form in the CMS by the decorator. By default, no changes are made. DataObject->getCMSFields(). |
public
|
#
updateFieldLabels( mixed & $labels )
this function is used to provide modifications to the fields labels in CMS by the decorator By default, the fieldLabels() of its owner will merge more fields defined in the decorator's $extra_fields['field_labels'] |
public
|
|
public
|
|
public
|
#
getPriority( )
The default value of the priority field depends on the depth of the page in the site tree, so it must be calculated dynamically. |
Methods inherited from SiteTreeDecorator
canAddChildren(),
canPublish(),
onBeforePublish(),
onBeforeUnpublish()
Methods inherited from DataObjectDecorator
augmentDatabase(),
augmentSQL(),
augmentWrite(),
can(),
canCreate(),
canDelete(),
canEdit(),
flushCache(),
load_extra_statics(),
onAfterDelete(),
onAfterWrite(),
onBeforeDelete(),
onBeforeWrite(),
populateDefaults(),
requireDefaultRecords(),
updateCMSActions(),
updateFrontEndFields(),
updateSummaryFields()
Methods inherited from Extension
__construct(),
clearOwner(),
getOwner(),
get_classname_without_arguments(),
setOwner()