Closed (fixed)
Project:
Components!
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2016 at 20:57 UTC
Updated:
1 Jun 2017 at 17:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aleksipThe current code expects module
.info.ymlfile data to be in theExtensionobject, but that is not the case. Here is a patch that adds the info and makes it possible to define component libraries in modules as well.Comment #3
robloachNice work, @aleksip. Looks good... Should the system_get_info() call also apply to $type 'theme' too?
Comment #4
aleksipThanks! Theme
Extensionobjects already have the required info, sosystem_get_info()is needed for modules only.Comment #5
robloachSounds good!
Comment #6
robloach@aleksip Would you mind reviewing #2852837: Have Twig handle path errors ?
Comment #8
robloach