public function BundleInterface::getParent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Bundle/BundleInterface.php \Symfony\Component\HttpKernel\Bundle\BundleInterface::getParent()
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 value
string The Bundle name it overrides or null if no parent
1 method overrides BundleInterface::getParent()
- Bundle::getParent in vendor/
symfony/ http-kernel/ Bundle/ Bundle.php - Returns the bundle parent name.
File
- vendor/
symfony/ http-kernel/ Bundle/ BundleInterface.php, line 60
Class
- BundleInterface
- BundleInterface.
Namespace
Symfony\Component\HttpKernel\BundleCode
public function getParent();