Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal