Issue #2195407 by Sutharsan: Make ConfigEvents class a final class.

8.0.x
Nathaniel Catchpole 2014-02-14 12:42:23 +00:00
parent 2fd888c406
commit 93f5448439
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace Drupal\Core\Config;
/**
* Defines events for the configuration system.
*/
class ConfigEvents {
final class ConfigEvents {
/**
* Name of event fired when saving the configuration object.