Definition at line 39 of file manifest.inc.
◆ getAdminMenu()
static VideoManifest::getAdminMenu |
( |
| ) |
|
|
static |
Definition at line 56 of file manifest.inc.
60 "Site Content" => array
63 "Videos" => array(
"page" =>
"/admin/video_galleries",
64 "role" =>
"admin,editor",
◆ getComponentDefinition()
static VideoManifest::getComponentDefinition |
( |
| ) |
|
|
static |
Definition at line 41 of file manifest.inc.
45 $component->description =
"Support for videos, video galleries and video blogs.";
◆ getScripts()
static VideoManifest::getScripts |
( |
| ) |
|
|
static |
Definition at line 71 of file manifest.inc.
73 return array(
"/components/video/js/video_picker.js",
74 "/components/video/js/video.js",
75 "/components/video/js/video_picker_tinymce_plugin.js");
◆ getStyles()
static VideoManifest::getStyles |
( |
| ) |
|
|
static |
Definition at line 78 of file manifest.inc.
80 return array(
"/components/video/css/video.css");
◆ registerPlugins()
static VideoManifest::registerPlugins |
( |
| ) |
|
|
static |
Definition at line 83 of file manifest.inc.
static registerPlugin($title, $plugin)
◆ subscribeToEvents()
static VideoManifest::subscribeToEvents |
( |
| ) |
|
|
static |
Definition at line 88 of file manifest.inc.
90 return array(
"ResolveIdentifier" => array(
VideoManager, displayVideoGallery),
92 "ComponentScanComplete" => array(
VideoManager, setDefaults),
95 "upgradeComponent" => array(
VideoManager, upgradeComponent),
96 "RegisterTaxonomyClasses" => array(
VideoManager, registerTaxonomyClasses),
◆ $allow_sessionless_handlers
VideoManifest::$allow_sessionless_handlers = true |
The documentation for this class was generated from the following file: