Loading core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ protected static function getUriAsDisplayableString($uri) { $displayable_string = $uri_reference; } elseif ($scheme === 'entity') { list($entity_type, $entity_id) = explode('/', substr($uri, 7), 2); [$entity_type, $entity_id] = explode('/', substr($uri, 7), 2); // Show the 'entity:' URI as the entity autocomplete would. // @todo Support entity types other than 'node'. Will be fixed in // https://www.drupal.org/node/2423093. Loading Loading
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ protected static function getUriAsDisplayableString($uri) { $displayable_string = $uri_reference; } elseif ($scheme === 'entity') { list($entity_type, $entity_id) = explode('/', substr($uri, 7), 2); [$entity_type, $entity_id] = explode('/', substr($uri, 7), 2); // Show the 'entity:' URI as the entity autocomplete would. // @todo Support entity types other than 'node'. Will be fixed in // https://www.drupal.org/node/2423093. Loading