You are here

public function Domain::getDomainId in Domain Access 8

Gets the numeric id of the domain record.

Return value

int The domain id.

Overrides DomainInterface::getDomainId

1 call to Domain::getDomainId()
Domain::preSave in domain/src/Entity/Domain.php
Acts on an entity before the presave hook is invoked.

File

domain/src/Entity/Domain.php, line 512

Class

Domain
Defines the domain entity.

Namespace

Drupal\domain\Entity

Code

public function getDomainId() {
  return $this->domain_id;
}