function Email::__construct
File
-
core/
lib/ Drupal/ Core/ Field/ Plugin/ migrate/ field/ Email.php, line 20
Class
- MigrateField Plugin for Drupal 6 and 7 email fields.
Namespace
Drupal\Core\Field\Plugin\migrate\fieldCode
public function __construct(array $configuration, $plugin_id, $plugin_definition) {
@trigger_error(__NAMESPACE__ . '\\Email is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \\Drupal\\field\\Plugin\\migrate\\field\\Email instead. See https://www.drupal.org/node/3009286', E_USER_DEPRECATED);
parent::__construct($configuration, $plugin_id, $plugin_definition);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.