Verified Commit 33a190c5 authored by André Matheus Pedrosa's avatar André Matheus Pedrosa Committed by Alberto Paderno
Browse files

Issue #3253474 by andregp, apaderno: Mark as internal the SettingsForm and the...

Issue #3253474 by andregp, apaderno: Mark as internal the SettingsForm and the ConfigSubscriber classes
parent 5d1b6ce2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@
 *
 * Saves configuration objects in files and remove those files when
 * configuration objects are deleted.
 *
 * @internal
 *   In the future this class may be marked as final.
 */
class ConfigSubscriber implements EventSubscriberInterface {

+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@

/**
 * Settings form for the Configuration Tools module.
 *
 * @internal
 *   In the future this class may be marked as final.
 */
class SettingsForm extends ConfigFormBase {