upgrades core to 8.4.2
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\telephone\Plugin\migrate\field\d7;
|
||||
|
||||
use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase;
|
||||
|
||||
/**
|
||||
* @MigrateField(
|
||||
* id = "phone",
|
||||
* type_map = {
|
||||
* "phone" = "telephone",
|
||||
* },
|
||||
* core = {7}
|
||||
* )
|
||||
*/
|
||||
class PhoneField extends FieldPluginBase {}
|
||||
Reference in New Issue
Block a user