You are here

constant LinkItemInterface::LINK_GENERIC in Drupal 8

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

Specifies whether the field supports both internal and external URLs.

File

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

Class

LinkItemInterface
Defines an interface for the link field item.

Namespace

Drupal\link

Code

const LINK_GENERIC = 0x11;