Checks access for plugins of this type.
bool Returns TRUE if plugins of this type can be accessed.
public function access() {
$definition = $this
->getPluginDefinition();
return call_user_func_array($definition['access_callback'], $definition['access_arguments']);
}