Site
- Type
- Class
- Namespace
- craft\gql\handlers
- Inherits
- craft\gql\handlers\Site » craft\gql\base\ArgumentHandler
- Implements
- craft\gql\base\ArgumentHandlerInterface
- Extended by
- craft\gql\handlers\SiteId
- Since
- 3.6.2
Class Site
View source (opens new window)
# Protected Properties
Property | Description |
---|---|
argumentManager | craft\gql\ArgumentManager |
argumentName |
# argumentName
- Default value
'site'
View source (opens new window)
# Public Methods
Method | Description |
---|---|
handleArgumentCollection() | Handle an argument collection |
setArgumentManager() | Set the current argument manager. Required for recursive argument preparation. |
# Protected Methods
Method | Description |
---|---|
handleArgument() | Handle a single argument value |
# handleArgument()
Handle a single argument value
View source (opens new window)
Arguments
$argumentValue
(mixed
)
Returns
mixed
← RelatedUsers SiteId →