You are here

public function Bundle::getParent in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Bundle/Bundle.php \Symfony\Component\HttpKernel\Bundle\Bundle::getParent()

Returns the bundle parent name.

Return value

string The Bundle parent name it overrides or null if no parent

Overrides BundleInterface::getParent

File

vendor/symfony/http-kernel/Bundle/Bundle.php, line 132

Class

Bundle
An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getParent() {
}