You are here

public function AccessControlKitHandler::getSettings in Access Control Kit 7

Implements AccessControlKitHandlerInterface::getSettings().

Overrides AccessControlKitHandlerInterface::getSettings

File

./ack_handler.inc, line 208
Contains the access control kit handler interface and base class.

Class

AccessControlKitHandler
Base class for object access handlers.

Code

public function getSettings() {
  return $this->settings;
}