/** * Method to get the field options. * * @return array The field option objects. * * @since 4.0.0 */ protected function getOptions() { return array_merge(parent::getOptions(), HTMLHelper::_('access.assetgroups')); }