Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
config_ignore
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
config_ignore
Commits
135ec3de
Commit
135ec3de
authored
Aug 19, 2017
by
bircher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2889769
by bircher: clear config filter cache on ignore form submission
parent
44a21a94
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/Form/Settings.php
src/Form/Settings.php
+3
-0
No files found.
src/Form/Settings.php
View file @
135ec3de
...
...
@@ -68,6 +68,9 @@ Examples: <ul>
$config_ignore_settings
->
set
(
'ignored_config_entities'
,
$config_ignore_settings_array
);
$config_ignore_settings
->
save
();
parent
::
submitForm
(
$form
,
$form_state
);
// Clear the config_filter plugin cache.
\Drupal
::
service
(
'plugin.manager.config_filter'
)
->
clearCachedDefinitions
();
}
}
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