summaryrefslogtreecommitdiffstatshomepage
path: root/core/lib/Drupal/Core/GeneratedNoLink.php
blob: 423e849b13599dccdc13b627761660354b3b361f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Drupal\Core;

/**
 * This class holds a <span> generated from the <nolink> route.
 */
class GeneratedNoLink extends GeneratedLink {

  /**
   * {@inheritdoc}
   */
  const TAG = 'span';

}