You are here

public function AccessControlKitHandler::objectFormValidate in Access Control Kit 7

Implements AccessControlKitHandlerInterface::objectFormValidate().

Overrides AccessControlKitHandlerInterface::objectFormValidate

File

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

Class

AccessControlKitHandler
Base class for object access handlers.

Code

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

  // No validation needed in the abstract class.
}