Skip to content

Commit 30899aa

Browse files
[DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath() and getNamespace()
1 parent 780b3fe commit 30899aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/KernelTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,17 @@ public function load(array $configs, ContainerBuilder $container): void
417417
$container->setParameter('test.extension-registered', true);
418418
}
419419

420+
/**
421+
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
422+
*/
420423
public function getNamespace(): string
421424
{
422425
return '';
423426
}
424427

428+
/**
429+
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
430+
*/
425431
public function getXsdValidationBasePath(): string|false
426432
{
427433
return false;

0 commit comments

Comments
 (0)