FieldLink.php

Same filename in this branch
  1. 8.9.x core/modules/link/src/Plugin/migrate/process/FieldLink.php
Same filename in other branches
  1. 9 core/modules/link/src/Plugin/migrate/process/FieldLink.php
  2. 10 core/modules/link/src/Plugin/migrate/process/FieldLink.php
  3. 11.x core/modules/link/src/Plugin/migrate/process/FieldLink.php

Namespace

Drupal\link\Plugin\migrate\process\d6

File

core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php

View source
<?php

namespace Drupal\link\Plugin\migrate\process\d6;

use Drupal\link\Plugin\migrate\process\FieldLink as GeneralPurposeFieldLink;
@trigger_error('FieldLink is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \\Drupal\\link\\Plugin\\migrate\\process\\FieldLink instead.', E_USER_DEPRECATED);

/**
 * @MigrateProcessPlugin(
 *   id = "d6_field_link"
 * )
 *
 * @deprecated in drupal:8.4.0 and is removed from drupal:9.0.0. Use
 * \Drupal\link\Plugin\migrate\process\FieldLink instead.
 */
class FieldLink extends GeneralPurposeFieldLink {

}

Classes

Title Deprecated Summary
FieldLink

in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\link\Plugin\migrate\process\FieldLink instead.

Plugin annotation @MigrateProcessPlugin( id = "d6_field_link" )

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.