- πΈπ°Slovakia poker10
Drupal 7 is now EOL. Moving back to Drupal 8 as Fixed, so that credits are assigned correctly. Thanks everyone!
Reading through the following code was the only way I could see to learn about theme engines.
http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/theme...
https://github.com/damz/mustache-drupal/blob/master/mustache.engine
http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/inclu...
From what I see, a theme engine requires implementing two hooks, ENGINE_init() and ENGINE_theme(). They are documented as hook_init() and hook_theme, and mentioned on the docs for theme().
But ENGINE_extension and ENGINE_render_template also exist, aren't available to themes or modules, and aren't documented at all.
Fixed
8.0 β°οΈ
documentation
After being applied to the 8.x branch, it should be considered for backport to the 7.x branch. Note: This tag should generally remain even after the backport has been written, approved, and committed.
Primarily changes documentation, not code. For Drupal core issues, select the Documentation component instead of using this tag. In general, component selection is preferred over tag selection.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is now EOL. Moving back to Drupal 8 as Fixed, so that credits are assigned correctly. Thanks everyone!