Skip to content

Commit c799258

Browse files
committed
remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
1 parent f2cb436 commit c799258

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

DependencyInjection/DebugExtension.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,4 @@ public function load(array $configs, ContainerBuilder $container): void
8484
$container->removeDefinition('monolog.command.server_log');
8585
}
8686
}
87-
88-
/**
89-
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
90-
*/
91-
public function getXsdValidationBasePath(): string|false
92-
{
93-
return __DIR__.'/../Resources/config/schema';
94-
}
95-
96-
/**
97-
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
98-
*/
99-
public function getNamespace(): string
100-
{
101-
return 'http://symfony.com/schema/dic/debug';
102-
}
10387
}

0 commit comments

Comments
 (0)