Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 337d912

Browse files
[DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath() and getNamespace()
1 parent 49e275b commit 337d912

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DependencyInjection/SecurityExtension.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,11 +1041,17 @@ public function addUserProviderFactory(UserProviderFactoryInterface $factory): v
10411041
$this->userProviderFactories[] = $factory;
10421042
}
10431043

1044+
/**
1045+
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
1046+
*/
10441047
public function getXsdValidationBasePath(): string|false
10451048
{
10461049
return __DIR__.'/../Resources/config/schema';
10471050
}
10481051

1052+
/**
1053+
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
1054+
*/
10491055
public function getNamespace(): string
10501056
{
10511057
return 'http://symfony.com/schema/dic/security';

0 commit comments

Comments
 (0)