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