Свойство | Type | Description | |
---|---|---|---|
$assetCollectionRepository | |||
$domainRepository | |||
$nodeContextFactory | Neos\ContentRepository\Domain\Service\ContextFactoryInterface | ||
$nodeDataRepository | |||
$nodeService | Neos\ContentRepository\Domain\Service\NodeService | ||
$nodeTypeManager | |||
$packageManager | Neos\Flow\Package\PackageManagerInterface | ||
$session | Neos\Flow\Session\SessionInterface | ||
$siteImportService | |||
$siteRepository | |||
$siteService | |||
$systemLogger | Neos\Flow\Log\SystemLoggerInterface | ||
$workspaceRepository |
Méthode | Description | |
---|---|---|
activateDomainAction ( |
Activates a domain | |
activateSiteAction ( |
Activates a site | |
createDomainAction ( |
Create a domain | |
createSiteNodeAction ( string $packageKey, string $siteName, string $nodeType ) : void | Create a new empty site. | |
createSitePackageAction ( string $packageKey, string $siteName ) : void | Create a new site-package and directly import it. | |
deactivateDomainAction ( |
Deactivates a domain | |
deactivateSiteAction ( |
Deactivates a site | |
deleteDomainAction ( |
Deletes a domain attached to a site | |
deleteSiteAction ( |
Delete a site. | |
editAction ( |
A edit view for a site and its settings. | |
editDomainAction ( |
Edit a domain | |
importSiteAction ( string $packageKey ) : void | Import a site from site package. | |
indexAction ( ) : void | ||
newDomainAction ( |
The create a new domain action. | |
newSiteAction ( |
Create a new site form. | |
updateDomainAction ( |
Update a domain | |
updateSiteAction ( |
Update a site |
Méthode | Description | |
---|---|---|
deactivateAllOtherSitePackages ( string $activePackageKey ) : array | If site packages already exist and are active, we will deactivate them in order to prevent interactions with the newly created or imported package (like Content Dimensions being used). | |
unsetLastVisitedNodeAndRedirect ( string $actionName, string $controllerName = null, string $packageKey = null, array $arguments = null, integer $delay, integer $statusCode = 303, string $format = null ) : void |
public activateDomainAction ( |
||
$domain | Domain to activate | |
Résultat | void |
public activateSiteAction ( |
||
$site | Site to activate | |
Résultat | void |
public createDomainAction ( |
||
$domain | Domain to create | |
Résultat | void |
protected deactivateAllOtherSitePackages ( string $activePackageKey ) : array | ||
$activePackageKey | string | Package key of one package which should stay active |
Résultat | array | deactivated site packages |
public deactivateDomainAction ( |
||
$domain | Domain to deactivate | |
Résultat | void |
public deactivateSiteAction ( |
||
$site | Site to deactivate | |
Résultat | void |
public deleteDomainAction ( |
||
$domain | A domain to delete | |
Résultat | void |
public deleteSiteAction ( |
||
$site | Site to delete | |
Résultat | void |
public editAction ( |
||
$site | Site to view | |
Résultat | void |
public editDomainAction ( |
||
$domain | Domain to edit | |
Résultat | void |
public importSiteAction ( string $packageKey ) : void | ||
$packageKey | string | Package from where the import will come |
Résultat | void |
public newDomainAction ( |
||
$domain | ||
$site | ||
Résultat | void |
public newSiteAction ( |
||
$site | Site to create | |
Résultat | void |
protected unsetLastVisitedNodeAndRedirect ( string $actionName, string $controllerName = null, string $packageKey = null, array $arguments = null, integer $delay, integer $statusCode = 303, string $format = null ) : void | ||
$actionName | string | Name of the action to forward to |
$controllerName | string | Unqualified object name of the controller to forward to. If not specified, the current controller is used. |
$packageKey | string | Key of the package containing the controller to forward to. If not specified, the current package is assumed. |
$arguments | array | Array of arguments for the target action |
$delay | integer | (optional) The delay in seconds. Default is no delay. |
$statusCode | integer | (optional) The HTTP status code for the redirect. Default is "303 See Other" |
$format | string | The format to use for the redirect URI |
Résultat | void |
public updateDomainAction ( |
||
$domain | Domain to update | |
Résultat | void |
public updateSiteAction ( |
||
$site | A site to update | |
$newSiteNodeName | string | A new site node name |
Résultat | void |
protected AssetCollectionRepository,Neos\Media\Domain\Repository $assetCollectionRepository | ||
Résultat |
protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository | ||
Résultat |
protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $nodeContextFactory | ||
Résultat | Neos\ContentRepository\Domain\Service\ContextFactoryInterface |
protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository | ||
Résultat |
protected NodeService,Neos\ContentRepository\Domain\Service $nodeService | ||
Résultat | Neos\ContentRepository\Domain\Service\NodeService |
protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager | ||
Résultat |
protected PackageManagerInterface,Neos\Flow\Package $packageManager | ||
Résultat | Neos\Flow\Package\PackageManagerInterface |
protected SessionInterface,Neos\Flow\Session $session | ||
Résultat | Neos\Flow\Session\SessionInterface |
protected SiteImportService,Neos\Neos\Domain\Service $siteImportService | ||
Résultat |
protected SiteRepository,Neos\Neos\Domain\Repository $siteRepository | ||
Résultat |
protected SiteService,Neos\Neos\Domain\Service $siteService | ||
Résultat |
protected SystemLoggerInterface,Neos\Flow\Log $systemLogger | ||
Résultat | Neos\Flow\Log\SystemLoggerInterface |