public EntityManager::getBaseFieldDefinitions($entity_type_id)
Overrides EntityFieldManagerInterface::getBaseFieldDefinitions
File
- core/lib/Drupal/Core/Entity/EntityManager.php, line 135
Class
- EntityManager
- Provides a wrapper around many other services relating to entities.
Namespace
Drupal\Core\Entity
Code
public function getBaseFieldDefinitions($entity_type_id) { return $this->container->get('entity_field.manager')->getBaseFieldDefinitions($entity_type_id); }
Please login to continue.