Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
299
Merge Requests
299
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
09c0a74e
Commit
09c0a74e
authored
Mar 04, 2014
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2209029
by pwolanin: Follow-up: clean up use statements in book module code.
parent
1ed138b4
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
11 deletions
+0
-11
core/modules/book/book.admin.inc
core/modules/book/book.admin.inc
+0
-4
core/modules/book/lib/Drupal/book/Access/BookNodeIsRemovableAccessCheck.php
...lib/Drupal/book/Access/BookNodeIsRemovableAccessCheck.php
+0
-1
core/modules/book/lib/Drupal/book/BookExport.php
core/modules/book/lib/Drupal/book/BookExport.php
+0
-1
core/modules/book/lib/Drupal/book/BookManager.php
core/modules/book/lib/Drupal/book/BookManager.php
+0
-2
core/modules/book/lib/Drupal/book/Controller/BookController.php
...odules/book/lib/Drupal/book/Controller/BookController.php
+0
-1
core/modules/book/lib/Drupal/book/Form/BookAdminEditForm.php
core/modules/book/lib/Drupal/book/Form/BookAdminEditForm.php
+0
-1
core/modules/book/lib/Drupal/book/Tests/BookTest.php
core/modules/book/lib/Drupal/book/Tests/BookTest.php
+0
-1
No files found.
core/modules/book/book.admin.inc
View file @
09c0a74e
...
...
@@ -5,10 +5,6 @@
* Administration page callbacks for the Book module.
*/
use
Drupal\Component\Utility\Crypt
;
use
Drupal\Core\Entity\EntityInterface
;
use
Drupal\Core\Language\Language
;
/**
* Returns HTML for a book administration form.
*
...
...
core/modules/book/lib/Drupal/book/Access/BookNodeIsRemovableAccessCheck.php
View file @
09c0a74e
...
...
@@ -7,7 +7,6 @@
namespace
Drupal\book\Access
;
use
Drupal\book\BookManager
;
use
Drupal\book\BookManagerInterface
;
use
Drupal\Core\Routing\Access\AccessInterface
;
use
Drupal\Core\Session\AccountInterface
;
...
...
core/modules/book/lib/Drupal/book/BookExport.php
View file @
09c0a74e
...
...
@@ -9,7 +9,6 @@
use
Drupal\Core\Entity\EntityManagerInterface
;
use
Drupal\node\NodeInterface
;
use
Symfony\Component\HttpKernel\Exception\NotFoundHttpException
;
/**
* Provides methods for exporting book to different formats.
...
...
core/modules/book/lib/Drupal/book/BookManager.php
View file @
09c0a74e
...
...
@@ -10,9 +10,7 @@
use
Drupal\Component\Utility\Unicode
;
use
Drupal\Core\Cache\Cache
;
use
Drupal\Core\Database\Connection
;
use
Drupal\Core\Entity\EntityInterface
;
use
Drupal\Core\Entity\EntityManagerInterface
;
use
Drupal\Core\Language\Language
;
use
Drupal\Core\Session\AccountInterface
;
use
Drupal\Core\StringTranslation\TranslationInterface
;
use
Drupal\Core\Config\ConfigFactoryInterface
;
...
...
core/modules/book/lib/Drupal/book/Controller/BookController.php
View file @
09c0a74e
...
...
@@ -7,7 +7,6 @@
namespace
Drupal\book\Controller
;
use
Drupal\book\BookManager
;
use
Drupal\book\BookExport
;
use
Drupal\book\BookManagerInterface
;
use
Drupal\Core\DependencyInjection\ContainerInjectionInterface
;
...
...
core/modules/book/lib/Drupal/book/Form/BookAdminEditForm.php
View file @
09c0a74e
...
...
@@ -12,7 +12,6 @@
use
Drupal\Core\Cache\CacheBackendInterface
;
use
Drupal\Core\Entity\EntityStorageControllerInterface
;
use
Drupal\Core\Form\FormBase
;
use
Drupal\menu_link
\
MenuLinkStorageControllerInterface
;
use
Drupal\node\NodeInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
...
...
core/modules/book/lib/Drupal/book/Tests/BookTest.php
View file @
09c0a74e
...
...
@@ -7,7 +7,6 @@
namespace
Drupal\book\Tests
;
use
Drupal\Core\Language\Language
;
use
Drupal\Core\Entity\EntityInterface
;
use
Drupal\simpletest\WebTestBase
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment