You are here

protected property MediaType::$field_map in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::field_map

The metadata field map.

Type: array

See also

\Drupal\media\MediaTypeInterface::getFieldMap()

File

core/modules/media/src/Entity/MediaType.php, line 144

Class

MediaType
Defines the Media type configuration entity.

Namespace

Drupal\media\Entity

Code

protected $field_map = [];