You are here

public function EnvironmentIndicator::getUrl in Environment Indicator 4.x

Same name and namespace in other branches
  1. 8.3 src/Entity/EnvironmentIndicator.php \Drupal\environment_indicator\Entity\EnvironmentIndicator::getUrl()

Gets the URL.

Return value

string The URL to switch to.

File

src/Entity/EnvironmentIndicator.php, line 104

Class

EnvironmentIndicator
Defines a Environment configuration entity.

Namespace

Drupal\environment_indicator\Entity

Code

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