X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fsrc%2FPlugin%2FForm%2FSystemThemeSettings.php;fp=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fsrc%2FPlugin%2FForm%2FSystemThemeSettings.php;h=35bbcb15d3b563801db9e62388aa459fc522147c;hp=2f0ef492fd72da6b35201d939d975c5a37f67256;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/themes/contrib/bootstrap/src/Plugin/Form/SystemThemeSettings.php b/web/themes/contrib/bootstrap/src/Plugin/Form/SystemThemeSettings.php index 2f0ef492f..35bbcb15d 100644 --- a/web/themes/contrib/bootstrap/src/Plugin/Form/SystemThemeSettings.php +++ b/web/themes/contrib/bootstrap/src/Plugin/Form/SystemThemeSettings.php @@ -1,12 +1,7 @@ getSettingPlugin() as $setting) { // Allow the setting to participate in the form validation process. - // Must call the "validateForm" method in case any setting actually uses it. - // It should, in turn, invoke "validateFormElement", if the setting that - // overrides it is implemented properly. + // Must call the "validateForm" method in case any setting actually uses + // it. It should, in turn, invoke "validateFormElement", if the setting + // that overrides it is implemented properly. $setting->validateForm($form->getArray(), $form_state); } }