protected property EntityFieldManager::$fieldMapByFieldType

An array keyed by field type. Each value is an array whose key are entity types including arrays in the same form that $fieldMap.

It helps access the mapping between types and fields by the field type.

Type: array

File

core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 75

Class

EntityFieldManager
Manages the discovery of entity fields.

Namespace

Drupal\Core\Entity

Code

protected $fieldMapByFieldType = [];

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityFieldManager.php/property/EntityFieldManager::fieldMapByFieldType/8.1.x