public function 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.

@api

Return value

string The Bundle name it overrides or null if no parent

1 method overrides BundleInterface::getParent()
Bundle::getParent in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
Returns the bundle parent name.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php, line 72

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getParent();