t('Library'),
* '#attached' => array(
* 'js' => array(
* $path . '/javascript/plugins/media.library.js',
* ),
* ),
* '#settings' => array(
* 'viewMode' => 'thumbnails',
* 'getMediaUrl' => url('media/browser/list'),
* ),
* '#markup' => '
Library goes here
',
* );
*
* @param $params
* An array of parameters which came in is $_GET['params'].
* The expected parameters is still being defined.
* - types: Array of media types to support
*
* @return
* Renderable array.
*/
function hook_media_browser_plugins($params) {
}