loadHelper('Html');` * * @return void */ public function initialize(): void { parent::initialize(); $this->loadHelper('Hash'); $this->loadHelper('PrettyPrint'); $this->loadHelper('FormFieldMassage'); $this->loadHelper('Paginator', ['templates' => 'cerebrate-pagination-templates']); $this->loadHelper('Tags.Tag'); $this->loadHelper('ACL'); } }