Back to GetConfigurationCommand class

Method getGroups

public array
getGroups
()
Gets the defined option groups
Returns
  • array
Since
  • 4.0.0

Method getGroups - Source code

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