You are here

protected property Cluster::$locked in Elasticsearch Connector 8.2

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

The locked status of this cluster.

Type: bool

File

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

Class

Cluster
Defines the Elasticsearch Connector Cluster configuration entity.

Namespace

Drupal\elasticsearch_connector\Entity

Code

protected $locked = FALSE;