Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
CompilerPassInterface interface Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php Interface that must be implemented by compilation passes 20 8
CompilerJarFilterTest class Assetic\Test\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php @group integration
CompilerJarFilter class Assetic\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php Filter for the Google Closure Compiler JAR. 1
CompilerApiFilterTest class Assetic\Test\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php @group integration
CompilerApiFilter class Assetic\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php Filter for the Google Closure Compiler API. 1
Compiler class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/Compiler.php This class is used to remove circular dependencies between individual passes. 5
CompiledRouteTest class Symfony\Component\Routing\Tests drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/CompiledRouteTest.php
CompiledRoute class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php Description of CompiledRoute
CompiledRoute class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php CompiledRoutes are returned by the RouteCompiler class. 1
CompassFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/CompassFilterTest.php Compass filter test case.
CompassFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php Loads Compass files. 1
Comparison class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php Comparison of a field with a value by the given operator. 3
Comparable interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php Comparable interface that allows to compare two value objects to each other for similarity.
CommonException class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/CommonException.php Base exception class for package Doctrine\Common @author heinrich
CommentTranslationUITest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php Tests the Comment Translation UI.
CommentTranslationController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentTranslationController.php Defines the translation controller class for comments.
CommentTokenReplaceTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php Tests comment token replacement in strings.
CommentThreadingTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php Tests comment threading.
CommentTestBase abstract class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php Provides setup and helper methods for comment tests. 19 1
CommentTestBase abstract class Drupal\views\Tests\Comment drupal/core/modules/views/lib/Drupal/views/Tests/Comment/CommentTestBase.php Tests the argument_comment_user_uid handler. 2
CommentStorageController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php Defines the controller class for comments.
CommentStatisticsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php Tests the comment module administrative and end-user-facing interfaces.
CommentRssTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentRssTest.php Tests for Comment module integration with RSS feeds.
CommentRow class Drupal\comment\Plugin\views\row drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php Plugin which performs a comment_view on the resulting object.
CommentRenderController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php Render controller for comments.
CommentPreviewTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php Tests previewing comments.
CommentPagerTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php Verifies pagination of comments.
CommentNodeChangesTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeChangesTest.php Tests that comments behave correctly when the node is changed.
CommentNodeAccessTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php Tests comments with node access.
CommentNewIndicatorTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php Tests the 'new' marker on comments.
CommentLinksTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php Tests comment links based on environment configurations.
CommentLanguageTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php Functional tests for comment language.
CommentInterfaceTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php Tests the comment module administrative and end-user-facing interfaces.
CommentFormController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php Base for controller for comment forms.
CommentFieldsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php Tests fields on comments.
CommentCSSTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php Tests comment CSS classes.
CommentContentRebuildTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php Tests comment content rebuilding.
CommentBlockTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php Tests the Comment module blocks.
CommentAttributesTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php Tests the RDFa markup of comments.
CommentApprovalTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php Tests comment approval functionality.
CommentAnonymousTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php Tests anonymous commenting.
CommentActionsTest class Drupal\comment\Tests drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php Tests actions provided by the Comment module.
Comment class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php Field handler to allow linking to a comment.
Comment class Drupal\comment\Plugin\views\wizard drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class Drupal\comment\Plugin\Core\Entity drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php Defines the comment entity class. 3
CommandsTest class Drupal\system\Tests\Ajax drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/CommandsTest.php Tests Ajax framework commands.
CommandInterface interface Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CommandInterface.php AJAX command interface. 10 10
Combine class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Combine.php Filter handler which allows to search on multiple fields.
Com class Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/Com.php UUID implementation using the Windows internal GUID extension.
ColorTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/ColorTest.php Tests color conversion functions.

Pages

Other projects