Skip to content

Commit a7e0330

Browse files
committed
remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface
1 parent ef1ae45 commit a7e0330

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,22 +1037,6 @@ public function addUserProviderFactory(UserProviderFactoryInterface $factory): v
10371037
$this->userProviderFactories[] = $factory;
10381038
}
10391039

1040-
/**
1041-
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
1042-
*/
1043-
public function getXsdValidationBasePath(): string|false
1044-
{
1045-
return __DIR__.'/../Resources/config/schema';
1046-
}
1047-
1048-
/**
1049-
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
1050-
*/
1051-
public function getNamespace(): string
1052-
{
1053-
return 'http://symfony.com/schema/dic/security';
1054-
}
1055-
10561040
public function getConfiguration(array $config, ContainerBuilder $container): ?ConfigurationInterface
10571041
{
10581042
// first assemble the factories

0 commit comments

Comments
 (0)