function EntityReference::__construct

Same name in this branch
  1. 8.9.x core/modules/views/src/Plugin/views/display/EntityReference.php \Drupal\views\Plugin\views\display\EntityReference::__construct()
Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/EntityReference.php \Drupal\views\Plugin\views\display\EntityReference::__construct()
  2. 10 core/modules/views/src/Plugin/views/display/EntityReference.php \Drupal\views\Plugin\views\display\EntityReference::__construct()
  3. 11.x core/modules/views/src/Plugin/views/display/EntityReference.php \Drupal\views\Plugin\views\display\EntityReference::__construct()

File

core/lib/Drupal/Core/Field/Plugin/migrate/field/d7/EntityReference.php, line 20

Class

EntityReference
MigrateField plugin for Drupal 7 entity_reference fields.

Namespace

Drupal\Core\Field\Plugin\migrate\field\d7

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
    @trigger_error(__NAMESPACE__ . '\\EntityReference is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \\Drupal\\field\\Plugin\\migrate\\field\\d7\\EntityReference 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.