Neos\Neos\Domain\Service\SiteService::emitSitePruned PHP Method

emitSitePruned() protected method

Signal that is triggered whenever a site has been pruned
protected emitSitePruned ( Site $site ) : void
$site Neos\Neos\Domain\Model\Site The site that was pruned
return void
    protected function emitSitePruned(Site $site)
    {
    }