Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
b interface drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php 1
BackendChain class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/BackendChain.php Defines a chained cache implementation for combining multiple cache backends. 2
BackendChainImplementationUnitTest class Drupal\Tests\Core\Cache drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests implementation-specific functionality of the BackendChain backend.
BackendChainUnitTest class Drupal\system\Tests\Cache drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainUnitTest.php Tests BackendChain using GenericCacheBackendUnitTestBase.
BadMethodCallException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php 1
BadMethodCallException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php Base BadMethodCallException for Dependency Injection component. 1 2
BadMethodCallException class Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/BadMethodCallException.php Base BadMethodCallException for the Validator component. 1 1
BadRequestHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php BadRequestHttpException. 5
BadResponseException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/BadResponseException.php Http request exception thrown when a bad response is received 3 8
BanAdmin class Drupal\ban\Form drupal/core/modules/ban/lib/Drupal/ban/Form/BanAdmin.php Displays banned IP addresses. 1
Banana class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Banana.php Plugin annotation @Plugin( id = "banana", label = "Banana", color = "yellow", uses = { "bread" = @Translation("Banana bread") } )
BanDelete class Drupal\ban\Form drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php Provides a form to unban IP addresses. 1
BanIpManager class Drupal\ban drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php Ban IP manager. 3 2
BankAccount class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/BankAccount.php
BankAccount class drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccount.php A bank account.
BankAccountException class drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccount.php PHPUnit
BankAccountTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/BankAccountTest.php
BankAccountTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.php Tests for the BankAccount class.
BankAccountWithCustomExtensionTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.test.php Tests for the BankAccount class.
BanSubscriber class Drupal\ban\EventSubscriber drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php Ban subscriber for controller requests. 2
Bar class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_ignore.php
Bar class Namespaced2 drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php
Bar class Namespaced drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php
Bar class Apc\Namespaced drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php
Bar class NamespaceCollision\C drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php
Bar class NamespaceCollision\A drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php
Bar class NamespaceCollision\C\B drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php
Bar class NamespaceCollision\A\B drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php
Bar class Apc\NamespaceCollision\A drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php
Bar class Apc\NamespaceCollision\A\B drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php
BarClass class Symfony\Component\Routing\Tests\Fixtures\AnnotatedClasses drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/BarClass.php
BarClass class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php
BarClass class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php
BarClassFactory class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php
BareMinimalAnonymousUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php Tests the upgrade path without prior creation of config directions.
BareMinimalNoConfigUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalNoConfigUpgradePathTest.php Tests the database upgrade path without creating config directories.
BareMinimalUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php Performs major version release upgrade tests on a bare database. 2
BareStandardUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php Performs major version release upgrade tests on a bare database.
BarUserClass class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php
BaseAsset abstract class Assetic\Asset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php A base abstract asset. 3
BaseCommand class Drupal\edit\Ajax drupal/core/modules/edit/lib/Drupal/edit/Ajax/BaseCommand.php Base AJAX command that only exists simplify Edit's actual AJAX commands. 4 1
BaseCompilerFilter abstract class Assetic\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php Base filter for the Google Closure Compiler implementations. 2
BaseCompressorFilter abstract class Assetic\Filter\Yui drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php Base YUI compressor filter. 2
BaseCssFilter abstract class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php An abstract filter for dealing with CSS. 2
BaseFormIdInterface interface Drupal\Core\Form drupal/core/lib/Drupal/Core/Form/BaseFormIdInterface.php Provides an interface for a Form that has a base form ID. 1 2
BaseMemcacheProfilerStorage abstract class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php Base Memcache storage for profiling information in a Memcache. 2
BaseNodeFilter abstract class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php 10
BasePhpFormulaLoader abstract class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php Loads asset formulae from PHP files. 1
BaseProcessFilter abstract class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php An external process based filter which provides a way to set a timeout on the process. 12 2
BaseStaticLoaderDocument class Symfony\Component\Validator\Tests\Mapping\Loader drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php 1

Pages

Other projects