You are here

constant GeneratedNoLink::TAG in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/GeneratedNoLink.php \Drupal\Core\GeneratedNoLink::TAG

HTML tag to use when building the link.

Overrides GeneratedLink::TAG

File

core/lib/Drupal/Core/GeneratedNoLink.php, line 13

Class

GeneratedNoLink
This class holds a <span> generated from the <nolink> route.

Namespace

Drupal\Core

Code

const TAG = 'span';