Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
KernelTest.php
»
KernelTest
»
KernelTest::getBundle
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
17 calls to KernelTest::getBundle()
KernelTest::testInitializeBundles
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testInitializeBundlesSupportInheritanceCascade
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testInitializeBundlesSupportsArbitraryBundleRegistrationOrder
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testInitializeBundlesThrowsExceptionWhenABundleIsDirectlyExtendedByTwoBundles
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
@expectedException \LogicException
KernelTest::testInitializeBundlesThrowsExceptionWhenAParentDoesNotExists
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
@expectedException \LogicException
KernelTest::testInitializeBundleThrowsExceptionWhenABundleExtendsItself
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
@expectedException \LogicException
KernelTest::testInitializeBundleThrowsExceptionWhenRegisteringTwoBundlesWithTheSameName
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
@expectedException \LogicException
KernelTest::testLocateResourceIgnoresDirOnNonResource
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceOnDirectories
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceOverrideBundleAndResourcesFolders
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceReturnsAllMatches
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceReturnsAllMatchesBis
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceReturnsTheDirOneForResources
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceReturnsTheDirOneForResourcesAndBundleOnes
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceReturnsTheFirstThatMatches
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceReturnsTheFirstThatMatchesWithParent
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
KernelTest::testLocateResourceThrowsExceptionWhenResourceDoesNotExist
in drupal/
core/
vendor/
symfony/
http-kernel/
Symfony/
Component/
HttpKernel/
Tests/
KernelTest.php
@expectedException \InvalidArgumentException