You are here

public function LayoutPluginManagerInterface::getLibraryInfo in Layout Plugin (obsolete, use core's Layout Discovery) 8

Get library info for layouts that want to automatically register CSS.

Return value

array An associative array of the same format as returned by hook_library_info_build().

Deprecated

when moving layout plugin to core

See also

hook_library_info_build()

1 method overrides LayoutPluginManagerInterface::getLibraryInfo()
LayoutPluginManager::getLibraryInfo in src/Plugin/Layout/LayoutPluginManager.php
Get library info for layouts that want to automatically register CSS.

File

src/Plugin/Layout/LayoutPluginManagerInterface.php, line 60

Class

LayoutPluginManagerInterface
Provides an interface for the discovery and instantiation of layout plugins.

Namespace

Drupal\layout_plugin\Plugin\Layout

Code

public function getLibraryInfo();