Neos\Neos\Domain\Service\SiteImportService::emitSiteImported PHP Method

emitSiteImported() protected method

Signal that is triggered when a site has been imported successfully
protected emitSiteImported ( Site $site ) : void
$site Neos\Neos\Domain\Model\Site The site that has been imported
return void
    protected function emitSiteImported(Site $site)
    {
    }