Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
CachedFormulaLoader class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php Adds a caching layer to a loader. 1
CacheDecoratorTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php Tests \Drupal\Core\Plugin\Discovery\CacheDecorator behavior.
CacheDecoratorInterface interface Drupal\Core\CacheDecorator drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php Defines an interface for cache decorator implementations. 1
CacheDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php Enables static and persistent caching of discovered plugin definitions. 7
CachedDiscoveryInterface interface Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Interface for discovery compenents holding a cache of plugin definitions. 2 2
CacheClearerInterface interface Symfony\Component\HttpKernel\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php CacheClearerInterface. 1 1
CacheBackendInterface interface Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php Defines an interface for cache implementations. 4 18
CacheArray abstract class Drupal\Core\Utility drupal/core/lib/Drupal/Core/Utility/CacheArray.php Provides a caching wrapper to be used in place of large array structures. 4 3
CacheableTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/CacheableTestEntity.php Test entity class.
Cache interface Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers. 1 3
BundleTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleTestEntity.php Test entity class.
BundleTestBundle class Drupal\bundle_test drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/BundleTestBundle.php Test bundle class.
BundleTest class Symfony\Component\HttpKernel\Tests\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
BundleTest class Drupal\system\Tests\Bundle drupal/core/modules/system/lib/Drupal/system/Tests/Bundle/BundleTest.php Tests bundle registration to the DIC.
BundleKeyTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleKeyTestEntity.php Test entity class.
BundleInterface interface Symfony\Component\HttpKernel\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php BundleInterface. 1 2
Bundle abstract class Symfony\Component\HttpKernel\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands. 21 23
BulkFormTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php Tests the views bulk form test.
BulkForm class Drupal\action\Plugin\views\field drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php Defines a simple bulk operation form element.
BulkDeleteTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php Unit test class for field bulk delete and batch purge functionality.
BTrait trait ClassesWithParents drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php
BrowserTest class Drupal\simpletest\Tests drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php Test internal testing framework browser.
BrokenSetUpTest class Drupal\simpletest\Tests drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php Tests a test case that does not run parent::setUp() in its setUp() method.
Broken class Drupal\views\Plugin\views\area drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\relationship drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\sort drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\argument drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php A special handler to take the place of missing or broken handlers.
Broken class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Broken.php A special handler to take the place of missing or broken handlers.
BreakpointThemeTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php Test breakpoints provided by themes.
BreakpointTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php Base class for Breakpoint tests. 2 1
BreakpointMediaQueryTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.php Tests for media queries in a breakpoint.
BreakpointGroupTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php Base class for Breakpoint group tests. 3 2
BreakpointGroupCRUDTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php Tests for breakpoint group CRUD operations.
BreakpointGroupAPITest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php Tests for general breakpoint group API functions.
BreakpointGroup class Drupal\breakpoint\Plugin\Core\Entity drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php Defines the BreakpointGroup entity. 5
BreakpointCRUDTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointCRUDTest.php Tests for breakpoint CRUD operations.
BreakpointAPITest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php Tests for general breakpoint API functions.
Breakpoint class Drupal\breakpoint\Plugin\Core\Entity drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php Defines the Breakpoint entity. 10
BreadcrumbTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php Menu breadcrumbs related tests.
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
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
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.
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
BooleanItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/BooleanItem.php Defines the 'boolean_field' entity field item.
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.
BookTest class Drupal\book\Tests drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
BlockUserAccountSettingsTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php Tests personalized block settings for user accounts.
BlockUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php Tests upgrading a bare database.

Pages

Other projects