You are here

constant Image::PROPERTY_FIELD_NAME_MAP in Media Migration 8

The map of the alt and title properties and their corresponding field name.

File

src/Plugin/media_migration/file_entity/Image.php, line 25

Class

Image
Image media migration plugin for local image media entities.

Namespace

Drupal\media_migration\Plugin\media_migration\file_entity

Code

const PROPERTY_FIELD_NAME_MAP = [
  'alt' => 'field_file_image_alt_text',
  'title' => 'field_file_image_title_text',
];