You are here

public function MediaBrowserUpload::access in D7 Media 7.4

Same name and namespace in other branches
  1. 7.2 includes/MediaBrowserUpload.inc \MediaBrowserUpload::access()
  2. 7.3 includes/MediaBrowserUpload.inc \MediaBrowserUpload::access()

Implements MediaBrowserPluginInterface::access().

Overrides MediaBrowserPlugin::access

File

includes/MediaBrowserUpload.inc, line 18
Definition of MediaBrowserUpload.

Class

MediaBrowserUpload
Media browser plugin for showing the upload form.

Code

public function access($account = NULL) {
  return file_entity_access('create', NULL, $account);
}