You are here

public function FrontendEnvironment::getUrl in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/FrontendEnvironment.php \Drupal\build_hooks\Entity\FrontendEnvironment::getUrl()

Get the url of the environment.

Return value

string URL.

Overrides FrontendEnvironmentInterface::getUrl

File

src/Entity/FrontendEnvironment.php, line 114

Class

FrontendEnvironment
Defines the Frontend environment entity.

Namespace

Drupal\build_hooks\Entity

Code

public function getUrl() {
  return $this->url;
}