Issue #2908952 by sahil432, martin107: drupal_get_complete_schema() and drupal_get_schema() are not completely removed
parent
7d37e31f3c
commit
c79d74abbb
|
@ -788,9 +788,8 @@ class ConfigImporter {
|
|||
// services.
|
||||
$this->reInjectMe();
|
||||
// During a module install or uninstall the container is rebuilt and the
|
||||
// module handler is called from drupal_get_complete_schema(). This causes
|
||||
// the container's instance of the module handler not to have loaded all
|
||||
// the enabled modules.
|
||||
// module handler is called. This causes the container's instance of the
|
||||
// module handler not to have loaded all the enabled modules.
|
||||
$this->moduleHandler->loadAll();
|
||||
}
|
||||
if ($type == 'theme') {
|
||||
|
|
|
@ -450,7 +450,7 @@ class Schema extends DatabaseSchema {
|
|||
* Name of the table.
|
||||
*
|
||||
* @return
|
||||
* An array representing the schema, from drupal_get_schema().
|
||||
* An array representing the schema.
|
||||
*
|
||||
* @throws \Exception
|
||||
* If a column of the table could not be parsed.
|
||||
|
|
Loading…
Reference in New Issue