public function DomainInterface::getDomainId in Domain Access 8
Gets the numeric id of the domain record.
Return value
int The domain id.
1 method overrides DomainInterface::getDomainId()
- Domain::getDomainId in domain/
src/ Entity/ Domain.php - Gets the numeric id of the domain record.
File
- domain/
src/ DomainInterface.php, line 184
Class
- DomainInterface
- Provides an interface defining a domain entity.
Namespace
Drupal\domainCode
public function getDomainId();