You are here

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

The CSS file.

If specified, then the layout_plugin module will register the library for this CSS file automatically and the module or theme registering this layout does not need to do it. This is mutually exclusive with 'library' - you can't specify both.

Type: string optional

Deprecated

when moving layout plugin to core

File

src/Annotation/Layout.php, line 131

Class

Layout
Defines a Layout annotation object.

Namespace

Drupal\layout_plugin\Annotation

Code

public $css;