RemoteRegistry

Registry of remote connectors.

Internal

This class is a specific implementation and is not part of the Public TYPO3 API.

Table of Contents

Properties

$defaultRemote  : ExtensionDownloaderRemoteInterface
$remotes  : array<string, array<string|int, mixed>>

Methods

getAllRemotes()  : array<string|int, ExtensionDownloaderRemoteInterface>
getDefaultRemote()  : ExtensionDownloaderRemoteInterface
getListableRemotes()  : array<string|int, ListableRemoteInterface>
getRemote()  : ExtensionDownloaderRemoteInterface
hasDefaultRemote()  : bool
hasRemote()  : bool
registerRemote()  : void

Properties

$remotes

protected array<string, array<string|int, mixed>> $remotes = []

Methods

hasDefaultRemote()

public hasDefaultRemote() : bool
Return values
bool

hasRemote()

public hasRemote(string $identifier) : bool
Parameters
$identifier : string
Return values
bool

        
On this page

Search results