1 views_test_entity.entity.inc | public BulkTestEntity::entityType() |
Implements EntityInterface::entityType().
Overrides EntityInterface::entityType
File
- core/
modules/ views/ tests/ views_test_entity/ views_test_entity.entity.inc, line 23 - Test entity classes.
Class
- BulkTestEntity
- Test class for the test_entity entity type.
Code
public function entityType() {
return 'views_test';
}