public function CommerceFileLicenseEntity::invoke in Commerce File 7
Invoke hook
File
- includes/
commerce_file_license.entity.inc, line 153 - Provides a base class for CommerceFileLicenseEntity.
Class
- CommerceFileLicenseEntity
- A Commerce File License entity class.
Code
public function invoke($hook) {
$this
->get_controller()
->invoke($hook, $this);
return $this;
}