You are here

public property Cluster::$name in Elasticsearch Connector 8.2

Same name and namespace in other branches
  1. 8.7 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::name
  2. 8 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::name
  3. 8.5 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::name
  4. 8.6 src/Entity/Cluster.php \Drupal\elasticsearch_connector\Entity\Cluster::name

The human-readable name of the cluster entity.

Type: string

File

src/Entity/Cluster.php, line 69
Contains \Drupal\elasticsearch_connector\Entity\Cluster.

Class

Cluster
Defines the Elasticsearch Connector Cluster configuration entity.

Namespace

Drupal\elasticsearch_connector\Entity

Code

public $name;