Home
last modified time | relevance | path

Searched refs:BundleInterface (Results 1 – 25 of 62) sorted by relevance

123

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
30 * @return iterable|BundleInterface[] An iterable of bundle instances
54 * @return BundleInterface[] An array of registered bundle instances
67 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
30 * @return iterable|BundleInterface[] An iterable of bundle instances
54 * @return BundleInterface[] An array of registered bundle instances
67 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
30 * @return iterable|BundleInterface[] An iterable of bundle instances
54 * @return BundleInterface[] An array of registered bundle instances
67 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
30 * @return iterable|BundleInterface[] An iterable of bundle instances
54 * @return BundleInterface[] An array of registered bundle instances
67 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/
H A DKernelInterface.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
30 * @return BundleInterface[] An array of bundle instances
54 * @return BundleInterface[] An array of registered bundle instances
67 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/
H A DKernelInterface.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
32 * @return BundleInterface[] An array of bundle instances.
66 * @return BundleInterface[] An array of registered bundle instances
91 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/
H A DKernelInterface.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
30 * @return BundleInterface[] An array of bundle instances
56 * @return BundleInterface[] An array of registered bundle instances
77 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/
H A DKernelInterface.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
32 * @return BundleInterface[] An array of bundle instances.
66 * @return BundleInterface[] An array of registered bundle instances
91 …* @return BundleInterface|BundleInterface[] A BundleInterface instance or an array of BundleInterf…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
34 * @return iterable|BundleInterface[] An iterable of bundle instances
58 * @return BundleInterface[] An array of registered bundle instances
65 * @return BundleInterface A BundleInterface instance
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
32 * @return iterable|BundleInterface[] An iterable of bundle instances
56 * @return BundleInterface[] An array of registered bundle instances
65 * @return BundleInterface A BundleInterface instance
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-kernel/
H A DKernelInterface.php16 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
32 * @return iterable|BundleInterface[] An iterable of bundle instances
56 * @return BundleInterface[] An array of registered bundle instances
65 * @return BundleInterface A BundleInterface instance
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/
H A DTemplateFinder.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
93 * @param BundleInterface $bundle The bundle where to look for templates
97 private function findTemplatesInBundle(BundleInterface $bundle)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/
H A DTemplateFinder.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
93 * @param BundleInterface $bundle The bundle where to look for templates
97 private function findTemplatesInBundle(BundleInterface $bundle)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/doctrine-bundle/Mapping/
H A DDisconnectedMetadataFactory.php11 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
33 * @param BundleInterface $bundle A BundleInterface instance
39 public function getBundleMetadata(BundleInterface $bundle)
/dports/finance/prestashop/prestashop/vendor/doctrine/doctrine-bundle/Mapping/
H A DDisconnectedMetadataFactory.php11 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
33 * @param BundleInterface $bundle A BundleInterface instance
39 public function getBundleMetadata(BundleInterface $bundle)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/tests/Unit/Core/
H A DApplicationKernelTest.php14 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
56 static::assertContainsOnlyInstancesOf(BundleInterface::class, $bundles);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/src/Core/
H A DApplicationKernel.php10 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
27 * @return BundleInterface[]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Tests/Fixtures/
H A DKernelForOverrideName.php15 use Symfony\Component\HttpKernel\Bundle\BundleInterface; alias
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-kernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface
/dports/www/phpbb3/phpBB3/vendor/symfony/http-kernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/http-kernel/Bundle/
H A DBundleInterface.php23 interface BundleInterface extends ContainerAwareInterface interface

123