public function EntityformController::__construct in Entityform 7
Same name and namespace in other branches
- 7.2 entityform.module \EntityformController::__construct()
Overridden.
Overrides EntityAPIController::__construct
See also
DrupalDefaultEntityController#__construct()
File
- ./
entityform.module, line 1187 - Module for the Entityform Entity - a starting point to create your own Entity and associated administration interface
Class
- EntityformController
- The Controller for Entityform entities
Code
public function __construct($entityType) {
parent::__construct($entityType);
}