Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
BundleConstraintValidator class Drupal\Core\Validation\Plugin\Validation\Constraint drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraintValidator.php Validates the Bundle constraint.
BundleInterface interface Symfony\Component\HttpKernel\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php BundleInterface. 1 2
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.
BundleSchema class Drupal\rdf\SiteSchema drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php Defines RDF terms corresponding to Drupal bundles. 6
BundleTest class Drupal\system\Tests\Bundle drupal/core/modules/system/lib/Drupal/system/Tests/Bundle/BundleTest.php Tests bundle registration to the DIC.
BundleTest class Symfony\Component\HttpKernel\Tests\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
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.
ButtonsWidget class Drupal\options\Plugin\field\widget drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/ButtonsWidget.php Plugin implementation of the 'options_buttons' widget.
c class drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php
Cache interface Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers. 1 3
Cache class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/Cache.php Helper methods for cache. 7
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.
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. 5 4
CacheBackendInterface interface Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php Defines an interface for cache implementations. 4 33 18
CacheBustingWorker class Assetic\Factory\Worker drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php Adds cache busting code
CacheClearerInterface interface Symfony\Component\HttpKernel\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php CacheClearerInterface. 1 1
CachedDataUITest class Drupal\views_ui\Tests drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CachedDataUITest.php Tests the user tempstore cache in the UI.
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
CacheDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php Enables static and persistent caching of discovered plugin definitions. 21
CacheDecoratorInterface interface Drupal\Core\CacheDecorator drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php Defines an interface for cache decorator implementations. 1
CacheDecoratorLanguageTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php Tests that the AlterDecorator fires and respects the alter hook.
CacheDecoratorTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php Tests \Drupal\Core\Plugin\Discovery\CacheDecorator behavior.
CachedFormulaLoader class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php Adds a caching layer to a loader.
CachedMockBlockManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/CachedMockBlockManager.php Defines a plugin manager used by Plugin API cache decorator web tests. 2
CachedModuleHandler class Drupal\Core\Extension drupal/core/lib/Drupal/Core/Extension/CachedModuleHandler.php Class that manages enabled modules in a Drupal installation.
CachedModuleHandlerInterface interface Drupal\Core\Extension drupal/core/lib/Drupal/Core/Extension/CachedModuleHandlerInterface.php Interface for cacheable module handlers. 1 1
CachedReader final class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php A cache aware annotation reader. 3
CachedReaderTest class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/CachedReaderTest.php
CachedStorage class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/CachedStorage.php Defines the cached storage controller. 2
CacheFactory class Drupal\Core\Cache drupal/core/lib/Drupal/Core/Cache/CacheFactory.php 2
CacheInterface interface Assetic\Cache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php Interface for a cache backend. 4 1
CacheInterface interface Symfony\Component\Validator\Mapping\Cache drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php Persists ClassMetadata instances in a cache 1 3
CachePluginBase abstract class Drupal\views\Plugin\views\cache drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php The base plugin to handle caching. 2 1
CacheProvider abstract class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php Base class for cache provider implementations. 9
CacheTest abstract class Doctrine\Tests\Common\Cache drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/CacheTest.php 10
CacheTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php Basic test for pluggable caching.
CacheTestBase abstract class Drupal\system\Tests\Cache drupal/core/modules/system/lib/Drupal/system/Tests/Cache/CacheTestBase.php Provides helper methods for cache tests. 1
CacheWarmer abstract class Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php Abstract cache warmer that knows how to write a file to the cache. 1 2
CacheWarmerAggregate class Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php Aggregates several cache warmers into a single one. 1
CacheWarmerAggregateTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php
CacheWarmerInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php Interface for classes able to warm up the cache. 2 1
CacheWarmerTest class Symfony\Component\HttpKernel\Tests\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php
Calculator class drupal/core/vendor/phpunit/phpunit/Tests/_files/Calculator.php
CallableClass class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
CallablesFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php A filter that wraps callables.
Callback class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Callback.php @author Bernhard Schussek <bschussek@gmail.com> 1
Callbacks class Drupal\form_test drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/Callbacks.php Simple class for testing methods as Form API callbacks. 1
Callbacks class Drupal\ajax_forms_test drupal/core/modules/system/tests/modules/ajax_forms_test/lib/Drupal/ajax_forms_test/Callbacks.php Simple object for testing methods as Ajax callbacks. 1
CallbackValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CallbackValidator.php Validator for Callback constraint 1
CallbackValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php

Pages

Other projects