You are here

constant GeneratedButton::TAG in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/GeneratedButton.php \Drupal\Core\GeneratedButton::TAG

HTML tag to use when building the link.

Overrides GeneratedLink::TAG

File

core/lib/Drupal/Core/GeneratedButton.php, line 17

Class

GeneratedButton
This class holds a <button> generated from the <button> route.

Namespace

Drupal\Core

Code

const TAG = 'button';