1 views_test_entity.entity.inc public BulkTestEntity::id()

Implements EntityInterface::id().

Overrides EntityInterface::id

File

core/modules/views/tests/views_test_entity/views_test_entity.entity.inc, line 16
Test entity classes.

Class

BulkTestEntity
Test class for the test_entity entity type.

Code

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