HTML tag to use when building the link.
File
- core/lib/Drupal/Core/GeneratedLink.php, line 20
Class
- GeneratedLink
- Used to return generated links, along with associated cacheability metadata.
Namespace
Drupal\Core
Code
const TAG = 'a';
HTML tag to use when building the link.
Drupal\Core
const TAG = 'a';
Please login to continue.