You are here

public function DomainPath::getSource in Domain Path 8

Get source for domain_path.

Return value

string Returns domain path source.

Overrides DomainPathInterface::getSource

File

src/Entity/DomainPath.php, line 163
Contains \Drupal\domain_path\Entity\DomainPath.

Class

DomainPath
Defines the DomainPath entity.

Namespace

Drupal\domain_path\Entity

Code

public function getSource() {
  return $this
    ->get('source')->value;
}