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
1ed3c6f1
Commit
1ed3c6f1
authored
Mar 20, 2015
by
alexpott
Browse files
Issue
#2448915
by martin107, joshi.rohit100: FieldStorageAddForm constructor annotation bug
parent
f8bf34c6
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/field_ui/src/Form/FieldStorageAddForm.php
View file @
1ed3c6f1
...
@@ -54,7 +54,7 @@ class FieldStorageAddForm extends FormBase {
...
@@ -54,7 +54,7 @@ class FieldStorageAddForm extends FormBase {
/**
/**
* The query factory to create entity queries.
* The query factory to create entity queries.
*
*
* @var \Drupal\Core\Entity\Query\QueryFactory
Interface
* @var \Drupal\Core\Entity\Query\QueryFactory
*/
*/
public
$queryFactory
;
public
$queryFactory
;
...
@@ -72,10 +72,10 @@ class FieldStorageAddForm extends FormBase {
...
@@ -72,10 +72,10 @@ class FieldStorageAddForm extends FormBase {
* The entity manager.
* The entity manager.
* @param \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_plugin_manager
* @param \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_plugin_manager
* The field type plugin manager.
* The field type plugin manager.
* @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
* The configuration factory.
* @param \Drupal\Core\Entity\Query\QueryFactory $query_factory
* @param \Drupal\Core\Entity\Query\QueryFactory $query_factory
* The entity query factory.
* The entity query factory.
* @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
* The configuration factory.
*/
*/
public
function
__construct
(
EntityManagerInterface
$entity_manager
,
FieldTypePluginManagerInterface
$field_type_plugin_manager
,
QueryFactory
$query_factory
,
ConfigFactoryInterface
$config_factory
)
{
public
function
__construct
(
EntityManagerInterface
$entity_manager
,
FieldTypePluginManagerInterface
$field_type_plugin_manager
,
QueryFactory
$query_factory
,
ConfigFactoryInterface
$config_factory
)
{
$this
->
entityManager
=
$entity_manager
;
$this
->
entityManager
=
$entity_manager
;
...
...
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