public function MediaBrowserPlugin::__construct in D7 Media 7.4
Same name and namespace in other branches
- 7.2 includes/MediaBrowserPlugin.inc \MediaBrowserPlugin::__construct()
- 7.3 includes/MediaBrowserPlugin.inc \MediaBrowserPlugin::__construct()
Implements MediaBrowserPluginInterface::__construct().
Overrides MediaBrowserPluginInterface::__construct
1 call to MediaBrowserPlugin::__construct()
- MediaBrowserView::__construct in includes/
MediaBrowserView.inc - Implements MediaBrowserPluginInterface::__construct().
1 method overrides MediaBrowserPlugin::__construct()
- MediaBrowserView::__construct in includes/
MediaBrowserView.inc - Implements MediaBrowserPluginInterface::__construct().
File
- includes/
MediaBrowserPlugin.inc, line 32 - Definition of MediaBrowserPlugin.
Class
- MediaBrowserPlugin
- Defines a Media browser plugin base class.
Code
public function __construct($info, $params) {
$this->info = $info;
$this->params = $params;
}