function TelephoneField::getFieldFormatterMap
Same name in other branches
- 9 core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php \Drupal\telephone\Plugin\migrate\field\d7\TelephoneField::getFieldFormatterMap()
- 11.x core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php \Drupal\telephone\Plugin\migrate\field\d7\TelephoneField::getFieldFormatterMap()
Overrides FieldPluginBase::getFieldFormatterMap
File
-
core/
modules/ telephone/ src/ Plugin/ migrate/ field/ d7/ TelephoneField.php, line 28
Class
Namespace
Drupal\telephone\Plugin\migrate\field\d7Code
public function getFieldFormatterMap() {
return [
'text_plain' => 'string',
'telephone_link' => 'telephone_link',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.