You are here

public function DomainInterface::getPath in Domain Access 8

Gets the path for a domain.

Return value

string A URL string for the base path to the domain. (e.g. http://example.com/)

1 method overrides DomainInterface::getPath()
Domain::getPath in domain/src/Entity/Domain.php
Gets the path for a domain.

File

domain/src/DomainInterface.php, line 73

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function getPath();