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().
Deprecated
Use \Drupal\layout_plugin\Plugin\Layout\LayoutPluginManagerInterface::alterThemeImplementations().
See also
File
- src/
Layout.php, line 84
Class
- Layout
- Class Layout.
Namespace
Drupal\layout_pluginCode
public static function getLibraryInfo() {
return static::layoutPluginManager()
->getLibraryInfo();
}