You are here

public property Layout::$description in Layout Plugin (obsolete, use core's Layout Discovery) 8

An optional description for advanced layouts.

Sometimes layouts are so complex that the name is insufficient to describe a layout such that a visually impaired administrator could layout a page for a non-visually impaired audience. If specified, it will provide a description that is used for accessibility purposes.

Type: \Drupal\Core\Annotation\Translation

File

src/Annotation/Layout.php, line 64

Class

Layout
Defines a Layout annotation object.

Namespace

Drupal\layout_plugin\Annotation

Code

public $description;