CckLink.php

Namespace

Drupal\link\Plugin\migrate\process\d6

File

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

View source
<?php

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

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

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

}

Classes

Title Deprecated Summary
CckLink

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

Plugin annotation @MigrateProcessPlugin( id = "d6_cck_link" )

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