DomainCommandController
class DomainCommandController extends CommandController (View source)
Domain command controller for the Neos.Neos package
Properties
protected DomainRepository | $domainRepository | ||
protected SiteRepository | $siteRepository | ||
protected ValidatorResolver | $validatorResolver |
Methods
void
addCommand(string $siteNodeName, string $hostname, string $scheme = null, int $port = null)
Add a domain record
void
listCommand(string $hostname = null)
Display a list of available domain records
void
deleteCommand(string $hostname)
Delete a domain record by hostname (with globbing)
void
activateCommand(string $hostname)
Activate a domain record by hostname (with globbing)
void
deactivateCommand(string $hostname)
Deactivate a domain record by hostname (with globbing)
Domain[]
findDomainsByHostnamePattern(string $hostnamePattern)
Find domains that match the given hostname with globbing support
Details
void
addCommand(string $siteNodeName, string $hostname, string $scheme = null, int $port = null)
Add a domain record
void
listCommand(string $hostname = null)
Display a list of available domain records
void
deleteCommand(string $hostname)
Delete a domain record by hostname (with globbing)
void
activateCommand(string $hostname)
Activate a domain record by hostname (with globbing)
void
deactivateCommand(string $hostname)
Deactivate a domain record by hostname (with globbing)
protected Domain[]
findDomainsByHostnamePattern(string $hostnamePattern)
Find domains that match the given hostname with globbing support