public EntityManager::getBundleInfo($entity_type)
Overrides EntityTypeBundleInfoInterface::getBundleInfo
File
- core/lib/Drupal/Core/Entity/EntityManager.php, line 234
Class
- EntityManager
- Provides a wrapper around many other services relating to entities.
Namespace
Drupal\Core\Entity
Code
1 2 3 | public function getBundleInfo( $entity_type ) { return $this ->container->get( 'entity_type.bundle.info' )->getBundleInfo( $entity_type ); } |
Please login to continue.