You are here

public function BynderMediaUpload::access in Bynder 7

Implements MediaBrowserPluginInterface::access().

File

includes/BynderMediaUpload.inc, line 17
bynder/includes/BynderMediaBrowser.inc

Class

BynderMediaUpload
Browser plugin for Bynder files.

Code

public function access($account = null) {
  return user_access('administer media bynder');
}