GeneratedNoLink.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\CoreFile
core/lib/Drupal/Core/GeneratedNoLink.phpView source
<?php
namespace Drupal\Core;
/**
* This class holds a <span> generated from the <nolink> route.
*/
class GeneratedNoLink extends GeneratedLink {
/**
* {@inheritdoc}
*/
const TAG = 'span';
}
Classes
Name | Description |
---|---|
GeneratedNoLink | This class holds a <span> generated from the <nolink> route. |