1 taxonomy.entity.inc | public TaxonomyTerm::entityType() |
Implements EntityInterface::entityType().
Overrides EntityInterface::entityType
File
- core/
modules/ taxonomy/ taxonomy.entity.inc, line 100 - Entity classes and controllers for Taxonomy module.
Class
- TaxonomyTerm
- Defines the taxonomy term entity.
Code
public function entityType() {
return 'taxonomy_term';
}