You are here

CckLink.php in Drupal 8

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

Namesort descending Description
CckLink Deprecated Plugin annotation @MigrateProcessPlugin( id = "d6_cck_link" )