You are here

public function InstapageCmsPluginDrupal7Connector::currentUserCanManage in Instapage plugin 8.3

Same name and namespace in other branches
  1. 7.3 core/connectors/InstapageCmsPluginDrupal7Connector.php \InstapageCmsPluginDrupal7Connector::currentUserCanManage()

Checks if current user can manage the plugin's dashboard.

Return value

bool Tru is current user has the permissions.

File

core/connectors/InstapageCmsPluginDrupal7Connector.php, line 209

Class

InstapageCmsPluginDrupal7Connector
Class that utilizes native Drupal 7 functions to perform actions like remote requests and DB operations.

Code

public function currentUserCanManage() {
  return true;
}