Closed (fixed)
Project:
Views (for Drupal 7)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
10 Sep 2012 at 00:40 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerIf views will be part of core the core version itself tells people the api version number,
so i guess for most people using hook_hook_info to load the files would work.
I'm not sure how we deal with the .views.inc files of the core modules for now, but we could include them from views.views.inc, even this is quite hacky.
Comment #2
tim.plunketthook_hook_info() is definitely the way to go.
I'm afraid this one is blocked on having a core sandbox.
Comment #3
dawehnerI would vote to get rid of the dependency ctools as soon as possible
what about
Comment #5
dawehnerLet's try this time with less exceptions :)
Comment #6
damiankloip commentedThis looks pretty good to me.
The only thing is we should probably put some docs for the $api parameter on views_module_include.
Comment #7
dawehner* Removed the api parameter as we don't need it anymore without templates.
Comment #8
damiankloip commentedSweet
Comment #9
dawehnerAdded a short todo and committed and pushed! Thanks for the review!