summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Bundle/BundleInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Bundle/BundleInterface.php')
-rw-r--r--vendor/symfony/http-kernel/Bundle/BundleInterface.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/symfony/http-kernel/Bundle/BundleInterface.php b/vendor/symfony/http-kernel/Bundle/BundleInterface.php
index 14a7f6f4fd..88a95d8332 100644
--- a/vendor/symfony/http-kernel/Bundle/BundleInterface.php
+++ b/vendor/symfony/http-kernel/Bundle/BundleInterface.php
@@ -47,19 +47,6 @@ interface BundleInterface extends ContainerAwareInterface
public function getContainerExtension();
/**
- * Returns the bundle name that this bundle overrides.
- *
- * Despite its name, this method does not imply any parent/child relationship
- * between the bundles, just a way to extend and override an existing
- * bundle.
- *
- * @return string The Bundle name it overrides or null if no parent
- *
- * @deprecated This method is deprecated as of 3.4 and will be removed in 4.0.
- */
- public function getParent();
-
- /**
* Returns the bundle name (the class short name).
*
* @return string The Bundle name