function TestEntityType::setKey

Sets a specific entity key.

Parameters

string $key: The name of the entity key.

string $value: The new value of the key.

Return value

$this

File

core/modules/views/tests/src/Unit/EntityViewsDataTest.php, line 1192

Class

TestEntityType

Namespace

Drupal\Tests\views\Unit

Code

public function setKey($key, $value) {
  $this->entity_keys[$key] = $value;
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.