Verified Commit e261809e 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 cb9607c6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,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
@@ -13,6 +13,9 @@

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