‪TYPO3CMS  ‪main
TYPO3\CMS\Extensionmanager\Remote\ListableRemoteInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extensionmanager\Remote\ListableRemoteInterface:
TYPO3\CMS\Extensionmanager\Remote\TerExtensionRemote

Public Member Functions

 getAvailablePackages (bool $force=false)
 
 needsUpdate ()
 
 getLastUpdate ()
 

Detailed Description

API for downloading a list of available packages from a server.

Definition at line 23 of file ListableRemoteInterface.php.

Member Function Documentation

◆ getAvailablePackages()

TYPO3\CMS\Extensionmanager\Remote\ListableRemoteInterface::getAvailablePackages ( bool  $force = false)

Fetches a list of available packages / extensions from a remote source.

Implemented in TYPO3\CMS\Extensionmanager\Remote\TerExtensionRemote.

◆ getLastUpdate()

TYPO3\CMS\Extensionmanager\Remote\ListableRemoteInterface::getLastUpdate ( )

Get the time when the remote was updated the last time.

Implemented in TYPO3\CMS\Extensionmanager\Remote\TerExtensionRemote.

◆ needsUpdate()

TYPO3\CMS\Extensionmanager\Remote\ListableRemoteInterface::needsUpdate ( )

Checks whether the remote is outdated and should fetch latest updates.

Implemented in TYPO3\CMS\Extensionmanager\Remote\TerExtensionRemote.