function ContentEntityBase::bundleFieldDefinitions
2 methods override ContentEntityBase::bundleFieldDefinitions()
- Comment::bundleFieldDefinitions in core/
modules/ comment/ src/ Entity/ Comment.php - Term::bundleFieldDefinitions in core/
modules/ taxonomy/ src/ Entity/ Term.php
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php, line 1424
Class
- ContentEntityBase
- Implements Entity Field API specific enhancements to the Entity class.
Namespace
Drupal\Core\EntityCode
public static function bundleFieldDefinitions(EntityTypeInterface $entity_type, $bundle, array $base_field_definitions) {
return [];
}