Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
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
BlockUserAccountSettingsTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php Tests personalized block settings for user accounts.
NewDefaultThemeBlocksTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php Test blocks correctly initialized when picking a new default theme.
NonDefaultBlockAdminTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php
BookTest class Drupal\book\Tests drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
InvalidBreakpointException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointException.php Base exception for breakpoint exception. 4 5
InvalidBreakpointMediaQueryException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointMediaQueryException.php Exception thrown if an illegal media query is detected. 2
InvalidBreakpointNameException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointNameException.php Exception thrown if an invalid name is detected. 3
InvalidBreakpointSourceException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointSourceException.php Exception thrown if an invalid source is detected. 4
InvalidBreakpointSourceTypeException class Drupal\breakpoint drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointSourceTypeException.php Exception thrown if an invalid source_type is detected. 4
Breakpoint class Drupal\breakpoint\Plugin\Core\Entity drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php Defines the Breakpoint entity. 10
BreakpointGroup class Drupal\breakpoint\Plugin\Core\Entity drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php Defines the BreakpointGroup entity. 5
BreakpointAPITest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php Tests for general breakpoint API functions.
BreakpointCRUDTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointCRUDTest.php Tests for breakpoint CRUD operations.
BreakpointGroupAPITest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php Tests for general breakpoint group API functions.
BreakpointGroupCRUDTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php Tests for breakpoint group CRUD operations.
BreakpointGroupTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php Base class for Breakpoint group tests. 3 2
BreakpointMediaQueryTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointMediaQueryTest.php Tests for media queries in a breakpoint.
BreakpointTestBase abstract class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php Base class for Breakpoint tests. 2 1
BreakpointThemeTest class Drupal\breakpoint\Tests drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php Test breakpoints provided by themes.
ColorTest class Drupal\color\Tests drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php Tests the Color module functionality.
CommentFormController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php Base for controller for comment forms.
CommentRenderController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php Render controller for comments.
CommentStorageController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php Defines the controller class for comments.
CommentTranslationController class Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentTranslationController.php Defines the translation controller class for comments.
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
UserUid class Drupal\comment\Plugin\views\argument drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php Argument handler to accept a user id to check for nodes that user posted or commented on.
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.
Depth class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Depth.php Field handler to display the depth of a comment.
LastTimestamp class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LastTimestamp.php Field handler to display the timestamp of a comment with the count of comments.
Link class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Link.php Base field handler to present a link. 4
LinkApprove class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php Provides a comment approve link.
LinkDelete class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkDelete.php Field handler to present a link to delete a node.
LinkEdit class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkEdit.php Field handler to present a link node edit.
LinkReply class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkReply.php Field handler to present a link to delete a node.
NcsLastCommentName class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastCommentName.php Field handler to present the name of the last comment poster.
NcsLastUpdated class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastUpdated.php Field handler to display the newer of last comment / node updated.
NodeComment class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php Display node comment status.
NodeLink class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeLink.php Handler for showing comment module's node link.
NodeNewComments class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php Field handler to display the number of new comments.
Username class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Username.php Field handler to allow linking to a user account or homepage.
NcsLastUpdated class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NcsLastUpdated.php Filter handler for the newer of last comment / node updated.
NodeComment class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php Filter based on comment node status.
UserUid class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php Filter handler to accept a user id to check for nodes that user posted or commented on.
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.

Pages

Other projects