Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2008 at 22:56 UTC
Updated:
8 Oct 2015 at 16:49 UTC
Jump to comment: Most recent
Comments
Comment #1
redndahead commentedComment #2
moshe weitzman commentedThis is a bit like letting themes participate in the fapi submit callback system. If we want that, I think we should do it more generally than this patch proposes.
Comment #3
redndahead commentedA bit. Any idea of an approach to generalizing this? I'm new to core hacking, but it might be a good place to start. Can a theme add an element to a form anywhere else other than theme-settings.php?
Comment #4
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #5
effulgentsia commentedFor better or worse, themes can now implement all alter hooks, including hook_form_alter(). This will no doubt lead to trouble, so leaving this issue open for D8 to come up with safer ways for themes to do what they need.
Comment #6
effulgentsia commentedSorry. "needs work" is the correct status.
Comment #7
jhedstromClosing due to inactivity, and I think there are also other issues out there about how and what the theme should be able to do. Please re-open if I've missed something here.