class ExtensionNotValidBundle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php \Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionNotValidBundle\ExtensionNotValidBundle
Hierarchy
- class \Symfony\Component\DependencyInjection\ContainerAware implements ContainerAwareInterface
- class \Symfony\Component\HttpKernel\Bundle\Bundle implements BundleInterface
- class \Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionNotValidBundle\ExtensionNotValidBundle
- class \Symfony\Component\HttpKernel\Bundle\Bundle implements BundleInterface
Expanded class hierarchy of ExtensionNotValidBundle
1 file declares its use of ExtensionNotValidBundle
- BundleTest.php in vendor/
symfony/ http-kernel/ Tests/ Bundle/ BundleTest.php
File
- vendor/
symfony/ http-kernel/ Tests/ Fixtures/ ExtensionNotValidBundle/ ExtensionNotValidBundle.php, line 16
Namespace
Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionNotValidBundleView source
class ExtensionNotValidBundle extends Bundle {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Bundle:: |
protected | property | ||
Bundle:: |
protected | property | ||
Bundle:: |
protected | property | ||
Bundle:: |
public | function |
Boots the Bundle. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Builds the bundle. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Returns the bundle's container extension. Overrides BundleInterface:: |
|
Bundle:: |
protected | function | Returns the bundle's container extension class. | |
Bundle:: |
final public | function |
Returns the bundle name (the class short name). Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Gets the Bundle namespace. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Returns the bundle parent name. Overrides BundleInterface:: |
|
Bundle:: |
public | function |
Gets the Bundle directory path. Overrides BundleInterface:: |
|
Bundle:: |
public | function | Finds and registers Commands. | |
Bundle:: |
public | function |
Shutdowns the Bundle. Overrides BundleInterface:: |
|
ContainerAware:: |
protected | property | ||
ContainerAware:: |
public | function |
Sets the Container associated with this Controller. Overrides ContainerAwareInterface:: |