Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/GeneratedNoLink.php
  2. 9 core/lib/Drupal/Core/GeneratedNoLink.php

Namespace

Drupal\Core

File

core/lib/Drupal/Core/GeneratedNoLink.php
View source
<?php

namespace Drupal\Core;


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

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

}

Classes

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