Bristol SU Support Package
ConnectorRepository.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
8 
13 {
14 
21  public function get(string $alias): RegisteredConnector;
22 
29  public function forService(string $service): array;
30 
36  public function all(): array;
37 
38 }