You are here

public function TestEntityViewsData::setEntityType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/tests/src/Unit/EntityViewsDataTest.php \Drupal\Tests\views\Unit\TestEntityViewsData::setEntityType()

File

core/modules/views/tests/src/Unit/EntityViewsDataTest.php, line 947
Contains \Drupal\Tests\views\Unit\EntityViewsDataTest.

Class

TestEntityViewsData

Namespace

Drupal\Tests\views\Unit

Code

public function setEntityType(EntityTypeInterface $entity_type) {
  $this->entityType = $entity_type;
}