* returns a list of the admin sections
*
* @return array array of ISection[] where key is the priority
+ * @since 9.1.0
*/
public function getAdminSections();
*
* @param string $section the section id for which to load the settings
* @return array array of IAdmin[] where key is the priority
+ * @since 9.1.0
*/
public function getAdminSettings($section);
}
* e.g. 'ldap'
*
* @returns string
+ * @since 9.1
*/
public function getID();
* integration'. Use the L10N service to translate it.
*
* @return string
+ * @since 9.1
*/
public function getName();
* the priority values. It is required to return a value between 0 and 99.
*
* E.g.: 70
+ * @since 9.1
*/
public function getPriority();
}