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

Implements EntityInterface::label().

Overrides EntityInterface::label

File

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

Class

BulkTestEntity
Test class for the test_entity entity type.

Code

public function label() {
  return 'label';
}