You are here

public function Cluster::getRawUrl in Elasticsearch Connector 8.7

Same name and namespace in other branches
  1. 8.2 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::getRawUrl()
  2. 8.5 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::getRawUrl()
  3. 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\Entity

Code

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