-
Notifications
You must be signed in to change notification settings - Fork 1
FlickrImportPlugin
Ned Henry edited this page Jun 6, 2014
·
1 revision
FlickrImport plugin class
- Class name: FlickrImportPlugin
- Namespace:
- Parent class: Omeka_Plugin_AbstractPlugin
protected array $_hooks = array('install', 'uninstall', 'initialize', 'define_acl', 'admin_head')
- Visibility: protected
protected array $_filters = array('admin_navigation_main')
- Visibility: protected
protected array $_options = array('flickrBackgroundErrors' => '')
- Visibility: protected
void FlickrImportPlugin::\FlickrImportPlugin::hookInitialize()()
Queue the javascript and css files to help the form work.
- Visibility: public
void FlickrImportPlugin::\FlickrImportPlugin::hookInstall()()
Install the options
- Visibility: public
void FlickrImportPlugin::\FlickrImportPlugin::hookUninstall()()
Uninstall the options
- Visibility: public
void FlickrImportPlugin::\FlickrImportPlugin::hookAdminHead()()
Queue the javascript and css files to help the form work.
This function runs before the admin section of the sit loads. It queues the javascript and css files which help the form work, so that they are loaded before any html output.
- Visibility: public
void FlickrImportPlugin::\FlickrImportPlugin::hookDefineAcl()(array $args)
Define the plugin's access control list.
- Visibility: public
- $args array - <p>This array contains a reference to the zend ACL under it's 'acl' key.</p>
array FlickrImportPlugin::\FlickrImportPlugin::filterAdminNavigationMain()($nav)
Add the SedMeta link to the admin main navigation.
- Visibility: public
- $nav mixed