namespace Drupal\telephone\Plugin\migrate\field\d7

Same name in other branches
  1. 10 Drupal\telephone\Plugin\migrate\field\d7
  2. 8.9.x Drupal\telephone\Plugin\migrate\field\d7
  3. 11.x Drupal\telephone\Plugin\migrate\field\d7
Object name File name Summary
PhoneField core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php Plugin annotation

@MigrateField(
id = "phone",
type_map = {
"phone" = "telephone",
},
core = {7},
source_module = "phone",
destination_module = "telephone"
)
TelephoneField core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php Plugin annotation

@MigrateField(
id = "telephone",
core = {7},
source_module = "telephone",
destination_module = "telephone"
)

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.