You are here

public function DomainInterface::getWeight in Domain Access 8

Gets the sort weight of the domain record.

Return value

int The domain record sort weight.

1 method overrides DomainInterface::getWeight()
Domain::getWeight in domain/src/Entity/Domain.php
Gets the sort weight of the domain record.

File

domain/src/DomainInterface.php, line 192

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function getWeight();