public function DomainInterface::getPort in Domain Access 8
Find the port used for the domain.
Return value
string An optional port string (e.g. ':8080') or an empty string;
1 method overrides DomainInterface::getPort()
- Domain::getPort in domain/
src/ Entity/ Domain.php - Find the port used for the domain.
File
- domain/
src/ DomainInterface.php, line 225
Class
- DomainInterface
- Provides an interface defining a domain entity.
Namespace
Drupal\domainCode
public function getPort();