You are here

public function FrontendEnvironmentInterface::getUrl in Build Hooks 8.2

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

Get the url of the environment.

Return value

string

1 method overrides FrontendEnvironmentInterface::getUrl()
FrontendEnvironment::getUrl in src/Entity/FrontendEnvironment.php
Get the url of the environment.

File

src/Entity/FrontendEnvironmentInterface.php, line 17

Class

FrontendEnvironmentInterface
Provides an interface for defining Frontend environment entities.

Namespace

Drupal\build_hooks\Entity

Code

public function getUrl();