diff options
author | Alex Pott <alex.a.pott@googlemail.com> | 2014-02-19 23:29:14 +0000 |
---|---|---|
committer | Alex Pott <alex.a.pott@googlemail.com> | 2014-02-19 23:29:14 +0000 |
commit | 40dc8daf5154ba8bae8d99a2eed8f9fdb1727dd8 (patch) | |
tree | 34eb2d6764ccce2e6bd0014f3f3e14dc032a59fd /core/modules/file/file.install | |
parent | b65c8f413d085509d8682d6aa0fa8dda3bafbb0b (diff) | |
download | drupal-40dc8daf5154ba8bae8d99a2eed8f9fdb1727dd8.tar.gz drupal-40dc8daf5154ba8bae8d99a2eed8f9fdb1727dd8.zip |
Issue #2095303 by swentel, plopesc, Berdir, claudiu.cristea, yched: Rename 'field_entity' to 'field_config' and 'field_instance' to 'field_instance_config'.
Diffstat (limited to 'core/modules/file/file.install')
-rw-r--r-- | core/modules/file/file.install | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/modules/file/file.install b/core/modules/file/file.install index 5d5f6c56f71..fb5a4eb8d61 100644 --- a/core/modules/file/file.install +++ b/core/modules/file/file.install @@ -5,9 +5,6 @@ * Install, update and uninstall functions for File module. */ -use Drupal\Core\Entity\FieldableDatabaseStorageController; -use Drupal\field\Entity\Field; - /** * Implements hook_schema(). */ |