Issue #3458358 by bluegeek9: Deprecated in drupal:10.2.0
Compare changes
+ 40
− 4
@@ -4,6 +4,8 @@ namespace Drupal\jsnlog\Form;
@@ -63,6 +65,13 @@ final class JSNLogSettingsForm extends ConfigFormBase {
@@ -78,14 +87,25 @@ final class JSNLogSettingsForm extends ConfigFormBase {
public function __construct(ConfigFactoryInterface $config_factory, StateInterface $state, Messenger $messenger, LibraryDiscovery $library_discovery, FileSystemInterface $file_system, AccountProxyInterface $current_user, EntityTypeManagerInterface $entity_type_manager, ?TypedConfigManagerInterface $typed_config_manager = NULL) {
@@ -98,7 +118,9 @@ final class JSNLogSettingsForm extends ConfigFormBase {
@@ -247,7 +269,7 @@ final class JSNLogSettingsForm extends ConfigFormBase {
@@ -397,4 +419,18 @@ final class JSNLogSettingsForm extends ConfigFormBase {