Definition at line 7 of file manifest.inc.
◆ getAdminMenu()
static ScrollManifest::getAdminMenu |
( |
| ) |
|
|
static |
Definition at line 22 of file manifest.inc.
26 "Site Content" => array
28 "Scrolls" => array(
"page" =>
"/admin/scrolls",
29 "role" =>
"admin,editor",
31 "icon" =>
"/components/scroll/images/scroll.svg")
◆ getComponentDefinition()
static ScrollManifest::getComponentDefinition |
( |
| ) |
|
|
static |
Definition at line 9 of file manifest.inc.
13 $component->description =
"Provides support for long scrolling pages with multiple blocks of content";
◆ getScripts()
static ScrollManifest::getScripts |
( |
| ) |
|
|
static |
Definition at line 43 of file manifest.inc.
46 "/components/scroll/js/scroll_part_manager.js"
◆ getStyles()
static ScrollManifest::getStyles |
( |
| ) |
|
|
static |
◆ subscribeToEvents()
static ScrollManifest::subscribeToEvents |
( |
| ) |
|
|
static |
Definition at line 50 of file manifest.inc.
52 return array(
"upgradeComponent" => array(
ScrollManager, upgradeComponent),
57 "RegisterTaxonomyClasses" => array(
ScrollManager, registerTaxonomyClasses),
58 "RegisterSerializationHandler" => array(
ScrollManager, registerSerializationHandler),
59 "RegisterVersionedContent" => array(
ScrollManager, registerVersionedContent)
The documentation for this class was generated from the following file: