1 layout_renderer_standard.inc | LayoutRendererStandard::addLibrary($module, $name) |
Add Library information to the renderer.
File
- core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc, line 456
Class
- LayoutRendererStandard
- The standard render for a Layout display object.
Code
function addLibrary($module, $name) {
backdrop_add_library($module, $name);
}