public function Cluster::getRawUrl in Elasticsearch Connector 8.7
Same name and namespace in other branches
- 8.2 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::getRawUrl()
- 8.5 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::getRawUrl()
- 8.6 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::getRawUrl()
Get the raw url.
Return value
string
File
- src/
Entity/ Cluster.php, line 129
Class
- Cluster
- Defines the Elasticsearch Connector Cluster configuration entity.
Namespace
Drupal\elasticsearch_connector\EntityCode
public function getRawUrl() {
return $this->url;
}