/** * Gets the defined option groups * * @return array * * @since 4.0.0 */ public function getGroups() { return [self::DB_GROUP, self::MAIL_GROUP, self::SESSION_GROUP]; }