extension_group : string
Enumeration for extension groups.
Centralizes definition of available groups, their sorting order, and their display labels.
Table of Contents
Cases
- CORE = 'core'
- CUSTOM = 'custom'
- ENGAGEMENT = 'engagement'
- INTEGRATIONS = 'integrations'
- LEARNING = 'learning'
- MANAGEMENT = 'management'
- REPORTS = 'reports'
Methods
- label() : string
- Returns the human-readable label for the UI.
- order() : int
- Defines the sorting priority (Lower = Top).
- resolve() : self
- Helper to get a group from string safely (defaults to INTEGRATIONS).
Cases
CORE
MANAGEMENT
LEARNING
ENGAGEMENT
INTEGRATIONS
REPORTS
CUSTOM
Methods
label()
Returns the human-readable label for the UI.
public
label() : string
Return values
stringorder()
Defines the sorting priority (Lower = Top).
public
order() : int
Return values
intresolve()
Helper to get a group from string safely (defaults to INTEGRATIONS).
public
static resolve(string $value) : self
Parameters
- $value : string