LinkUri.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\menu_link_content\Plugin\migrate\process\d6File
-
core/
modules/ menu_link_content/ src/ Plugin/ migrate/ process/ d6/ LinkUri.php
View source
<?php
namespace Drupal\menu_link_content\Plugin\migrate\process\d6;
use Drupal\menu_link_content\Plugin\migrate\process\LinkUri as RealLinkUri;
/**
* Processes a link path into an 'internal:' or 'entity:' URI.
*
* @deprecated in drupal:8.2.0 and is removed from drupal:9.0.0. Use
* \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
*
* @see https://www.drupal.org/node/2761389
*/
class LinkUri extends RealLinkUri {
}
Classes
Title | Deprecated | Summary |
---|---|---|
LinkUri | in drupal:8.2.0 and is removed from drupal:9.0.0. Use \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead. |
Processes a link path into an 'internal:' or 'entity:' URI. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.