Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
default_content_deploy
Commits
e9a72b2f
Commit
e9a72b2f
authored
Mar 14, 2020
by
miroslav-lee
Committed by
miroslav-lee
Mar 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes in the ImportForm.php file
parent
14ec155f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
src/Form/ImportForm.php
src/Form/ImportForm.php
+2
-12
No files found.
src/Form/ImportForm.php
View file @
e9a72b2f
...
...
@@ -28,7 +28,6 @@ class ImportForm extends FormBase {
*/
protected
$deployManager
;
/**
* ImportForm constructor.
*
...
...
@@ -60,17 +59,6 @@ class ImportForm extends FormBase {
return
'dcd_import_form'
;
}
/**
* Gets the configuration names that will be editable.
*
* @return array
* An array of configuration object names that are editable if called in
* conjunction with the trait's config() method.
*/
protected
function
getEditableConfigNames
()
{
return
[
'default_content_deploy.import'
];
}
/**
* {@inheritdoc}
*/
...
...
@@ -137,6 +125,8 @@ class ImportForm extends FormBase {
$this
->
messenger
->
addMessage
(
$this
->
t
(
'Skipped: @count'
,
[
'@count'
=>
$count
[
'skip'
]
?:
0
,
]));
return
$this
;
}
}
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