You are here

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

Return 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().

See also

hook_library_info_build()

File

src/Layout.php, line 84

Class

Layout
Class Layout.

Namespace

Drupal\layout_plugin

Code

public static function getLibraryInfo() {
  return static::layoutPluginManager()
    ->getLibraryInfo();
}