You are here

function layout_plugin_library_info_build in Layout Plugin (obsolete, use core's Layout Discovery) 8

Implements hook_library_info_build().

File

./layout_plugin.module, line 45
Hook implementations for Layout Plugin module.

Code

function layout_plugin_library_info_build() {
  return Layout::layoutPluginManager()
    ->getLibraryInfo();
}