Federation
in package
Utility functions for Federation
Table of Contents
- __construct() : Federation
- creates a new Federation instance
- isFederationSupported() : bool
- check if federation is supported
Methods
__construct()
creates a new Federation instance
public
__construct(array<string|int, mixed> $config, array<string|int, mixed> $fed_config) : Federation
Parameters
- $config : array<string|int, mixed>
-
base configuration
- $fed_config : array<string|int, mixed>
-
federation configuration
Tags
Return values
Federation —isFederationSupported()
check if federation is supported
public
isFederationSupported(string $federation) : bool
Parameters
- $federation : string
-
entity id of federation
Tags
Return values
bool —if federation is supported