Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
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
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
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.
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
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. 3 1
BaseCompressorFilterTest class Assetic\Test\Filter\Yui drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php
BaseCssFilter abstract class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php An abstract filter for dealing with CSS. 2
BaseImageFilterTest abstract class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/BaseImageFilterTest.php 4
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
BasePhpFormulaLoader abstract class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php Loads asset formulae from PHP files. 1
Basic class Drupal\views\Plugin\views\exposed_form drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/Basic.php Exposed form plugin that provides a basic exposed form.
BasicSyntaxTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php Tests how the current database driver interprets the SQL syntax.
BasicTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php Basic test class for Views query builder tests.
BasicTest class Drupal\views\Tests\Wizard drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php Tests creating views with the wizard and viewing them on the listing page.
Batch class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/Batch.php Defines a batch queue handler used by the Batch API.
BatchMemory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/BatchMemory.php Defines a batch queue handler used by the Batch API for non-progressive batches.
Baz class Namespaced2 drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php
Baz class Namespaced drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php
Baz class Apc\Namespaced drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php
BazClass class drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php
BeforeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/BeforeCommand.php An AJAX command for calling the jQuery before() method. 1
Binary class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Binary.php The binary data type.
Block class Drupal\block\Plugin\views\display drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php The plugin that handles a block.
BlockAdminThemeTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php Tests the block system with admin themes.
BlockCacheTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php Test block caching.
BlockHiddenRegionTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHtmlIdTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php Test block HTML id validity.
BlockInvalidRegionTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php Tests that a block assigned to an invalid region triggers the warning.
BlockLanguageTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php Functional tests for the language list configuration forms.
BlockTemplateSuggestionsUnitTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockTemplateSuggestionsUnitTest.php Unit tests for template_preprocess_block().
BlockTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
BlockUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php Tests upgrading a bare database.
BlockUserAccountSettingsTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php Tests personalized block settings for user accounts.
BookTest class Drupal\book\Tests drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Boolean class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Boolean.php A handler to provide proper displays for booleans.
Boolean class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Boolean.php The boolean data type.
BooleanItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/BooleanItem.php Defines the 'boolean_field' entity field item.
BooleanOperator class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php Simple filter to handle matching of boolean values 2 1
BooleanOperatorString class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php Simple filter to handle matching of boolean values.
BootstrapConfigStorageFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel. 1
BoundDisplayInterface interface Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php Interface for a Display object that is coupled to a specific layout. 1 2
BreadcrumbTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php Menu breadcrumbs related tests.
Breakpoint class Drupal\breakpoint\Plugin\Core\Entity drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php Defines the Breakpoint entity. 10

Pages

Other projects