15 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace Drupal\Core;
 | 
						|
 | 
						|
/**
 | 
						|
 * This class holds a <span> generated from the <nolink> route.
 | 
						|
 */
 | 
						|
class GeneratedNoLink extends GeneratedLink {
 | 
						|
 | 
						|
  /**
 | 
						|
   * {@inheritdoc}
 | 
						|
   */
 | 
						|
  const TAG = 'span';
 | 
						|
 | 
						|
}
 |