You are here

public function OAuth2ServerScopeUIController::overviewTable in OAuth2 Server 7

Overrides EntityDefaultUIController::overviewTable().

Overrides EntityDefaultUIController::overviewTable

File

includes/oauth2_server.scope_admin.inc, line 87
Admin UI for scopes.

Class

OAuth2ServerScopeUIController
UI controller.

Code

public function overviewTable($conditions = array()) {
  $this->server = oauth2_server_load(arg(4));
  $conditions['server'] = arg(4);
  return parent::overviewTable($conditions);
}