Property | Type | Description | |
---|---|---|---|
$bootstrap | |||
$packageManager | Neos\Flow\Package\PackageManagerInterface | ||
$settings | array |
Method | Description | |
---|---|---|
activateCommand ( string $packageKey ) : string | Activate an available package | |
createCommand ( string $packageKey, string $packageType = PackageInterface::DEFAULT_COMPOSER_TYPE ) : string | Create a new package | |
deactivateCommand ( string $packageKey ) : string | Deactivate a package | |
deleteCommand ( string $packageKey ) : string | Delete an existing package | |
freezeCommand ( string $packageKey = 'all' ) : void | Freeze a package | |
injectBootstrap ( |
||
injectPackageManager ( Neos\Flow\Package\PackageManagerInterface $packageManager ) : void | ||
injectSettings ( array $settings ) : void | ||
listCommand ( boolean $loadingOrder = false ) : string | List available packages | |
refreezeCommand ( string $packageKey = 'all' ) : void | Refreeze a package | |
rescanCommand ( ) | Rescan package availability and recreates the PackageStates configuration. | |
unfreezeCommand ( string $packageKey = 'all' ) : void | Unfreeze a package |
public activateCommand ( string $packageKey ) : string | ||
$packageKey | string | The package key of the package to create |
return | string |
public deactivateCommand ( string $packageKey ) : string | ||
$packageKey | string | The package key of the package to create |
return | string |
public deleteCommand ( string $packageKey ) : string | ||
$packageKey | string | The package key of the package to create |
return | string |
public freezeCommand ( string $packageKey = 'all' ) : void | ||
$packageKey | string | Key of the package to freeze |
return | void |
public injectBootstrap ( |
||
$bootstrap | ||
return | void |
public injectPackageManager ( Neos\Flow\Package\PackageManagerInterface $packageManager ) : void | ||
$packageManager | Neos\Flow\Package\PackageManagerInterface | |
return | void |
public injectSettings ( array $settings ) : void | ||
$settings | array | The Flow settings |
return | void |
public listCommand ( boolean $loadingOrder = false ) : string | ||
$loadingOrder | boolean | The returned packages are ordered by their loading order. |
return | string | The list of packages |
public refreezeCommand ( string $packageKey = 'all' ) : void | ||
$packageKey | string | Key of the package to refreeze, or 'all' |
return | void |
public rescanCommand ( ) |
public unfreezeCommand ( string $packageKey = 'all' ) : void | ||
$packageKey | string | Key of the package to unfreeze, or 'all' |
return | void |
protected Bootstrap,Neos\Flow\Core $bootstrap | ||
return |
protected PackageManagerInterface,Neos\Flow\Package $packageManager | ||
return | Neos\Flow\Package\PackageManagerInterface |