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