You are here

public function AccessControlKitHandler::objectFormSubmit in Access Control Kit 7

Implements AccessControlKitHandlerInterface::objectFormSubmit().

Overrides AccessControlKitHandlerInterface::objectFormSubmit

1 method overrides AccessControlKitHandler::objectFormSubmit()
AckMenuMap::objectFormSubmit in ack_menu/handlers/ack_menu_map.inc
Overrides AccessControlKitHandler::objectFormSubmit().

File

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

Class

AccessControlKitHandler
Base class for object access handlers.

Code

public function objectFormSubmit($object_type, $object, $form, &$form_state) {

  // No submit actions needed in the abstract class.
}