You are here

constant LinkItemInterface::LINK_EXTERNAL in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/link/src/LinkItemInterface.php \Drupal\link\LinkItemInterface::LINK_EXTERNAL

Specifies whether the field supports only external URLs.

File

core/modules/link/src/LinkItemInterface.php, line 20

Class

LinkItemInterface
Defines an interface for the link field item.

Namespace

Drupal\link

Code

const LINK_EXTERNAL = 0x10;