Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TelephoneField.php

function TelephoneField::getFieldWidgetMap

Overrides FieldPluginBase::getFieldWidgetMap

File

core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php, line 19

Class

TelephoneField

Namespace

Drupal\telephone\Plugin\migrate\field\d7

Code

public function getFieldWidgetMap() {
    // The widget IDs are identical in Drupal 7 and 8, so we do not need any
    // mapping.
    return [];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal