public function EnvironmentIndicator::setUrl in Environment Indicator 8.3
Same name and namespace in other branches
- 4.x src/Entity/EnvironmentIndicator.php \Drupal\environment_indicator\Entity\EnvironmentIndicator::setUrl()
Sets the URL.
Parameters
string $url: The environment url.
File
- src/
Entity/ EnvironmentIndicator.php, line 146
Class
- EnvironmentIndicator
- Defines a Environment configuration entity.
Namespace
Drupal\environment_indicator\EntityCode
public function setUrl($url) {
$this
->set('url', $url);
}