Property | Type | Description | |
---|---|---|---|
$domainRepository | |||
$nodeDataRepository | |||
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$siteRepository | |||
$workspaceRepository |
Method | Description | |
---|---|---|
pruneAll ( ) : void | Remove all sites and their respective nodes and domains | |
pruneSite ( |
Remove given site all nodes for that site and all domains associated. |
Method | Description | |
---|---|---|
emitSitePruned ( |
Signal that is triggered whenever a site has been pruned |
protected emitSitePruned ( |
||
$site | The site that was pruned | |
return | void |
protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository | ||
return |
protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository | ||
return |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
return | Neos\Flow\Persistence\PersistenceManagerInterface |
protected SiteRepository,Neos\Neos\Domain\Repository $siteRepository | ||
return |