Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
eb22bab7
Commit
eb22bab7
authored
Sep 16, 2013
by
webchick
Browse files
Issue
#2089835
by tstoeckler: SearchSettingsForm 'use's ModuleHandler but actually doesn't.
parent
177f2f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/search/lib/Drupal/search/Form/SearchSettingsForm.php
View file @
eb22bab7
...
...
@@ -8,7 +8,6 @@
use
Drupal\Core\Config\ConfigFactory
;
use
Drupal\Core\Config\Context\ContextInterface
;
use
Drupal\Core\Extension\ModuleHandler
;
use
Drupal\Core\Extension\ModuleHandlerInterface
;
use
Drupal\Core\KeyValueStore\KeyValueStoreInterface
;
use
Drupal\search\SearchPluginManager
;
...
...
@@ -37,7 +36,7 @@ class SearchSettingsForm extends ConfigFormBase {
/**
* The module handler.
*
* @var \Drupal\Core\Extension\ModuleHandler
* @var \Drupal\Core\Extension\ModuleHandler
Interface
*/
protected
$moduleHandler
;
...
...
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