Problem/Motivation
Now that we autogenerate entity schema, we no longer allow people to alter the schema of modules.
In other words, we don't use drupal_get_schema() anymore
Proposed resolution
Let's kill it, everything else is a lie.
Beta phase evaluation
Issue category | Task because there isn't actually a functional bug (just the risk of introducing one). |
---|---|
Issue priority | Major because these functions will not work as expected in Drupal 8 and are misleading for core and contrib. |
Prioritized changes | The main goal of this issue is removing mostly-dead code that will not work as expected, and thereby reducing fragility. @alexpott has agreed that this change is worth pursuing during the beta. |
Disruption | The patch will include a BC break. We should break BC rather than having a broken API. |