public function Domain::getWeight in Domain Access 8
Gets the sort weight of the domain record.
Return value
int The domain record sort weight.
Overrides DomainInterface::getWeight
File
- domain/
src/ Entity/ Domain.php, line 519
Class
- Domain
- Defines the domain entity.
Namespace
Drupal\domain\EntityCode
public function getWeight() {
return $this->weight;
}