Classes, traits, and interfaces - 11.x - drupal
Introduction to classes
A lot of the PHP code in Drupal is object oriented (OO), making use of PHP classes, interfaces, and traits. See the Objected-oriented programming conventions for more information.
See also
Objected-oriented programming conventions
File
-
core/
core.api.php, line 1518
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
BlockContentDeletionTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests that deleting a block clears the cached definitions. | ||||
BlockContentDeriverTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests block content plugin deriver. | ||||
BlockContentEntityChangedConstraint | class | Drupal\block_content\Plugin\Validation\Constraint | core/ |
Validation constraint for the block content entity changed timestamp. | ||||
BlockContentEntityChangedConstraintValidator | class | Drupal\block_content\Plugin\Validation\Constraint | core/ |
Validates the BlockContentEntityChanged constraint. | ||||
BlockContentEntityReferenceSelectionTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests EntityReference selection handlers don't return non-reusable blocks. | ||||
BlockContentEvents | final class | Drupal\block_content | core/ |
Defines events for the block_content module. | 1 | |||
BlockContentFieldFilterTest | class | Drupal\Tests\block_content\Functional\Views | core/ |
Tests block_content field filters with translations. | ||||
BlockContentForm | class | Drupal\block_content | core/ |
Form handler for the content block edit forms. | ||||
BlockContentGetDependencyEvent | class | Drupal\block_content\Event | core/ |
Block content event to allow setting an access dependency. | 2 | |||
BlockContentHooks | class | Drupal\block_content\Hook | core/ |
Hook implementations for block_content. | ||||
BlockContentIntegrationTest | class | Drupal\Tests\block_content\Functional\Views | core/ |
Tests the block_content integration into views. | ||||
BlockContentInterface | interface | Drupal\block_content | core/ |
Provides an interface defining a content block entity. | 1 | 8 | ||
BlockContentJsonAnonTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentJsonBasicAuthTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentJsonCookieTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentListBuilder | class | Drupal\block_content | core/ |
Defines a class to build a listing of content block entities. | ||||
BlockContentListTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the listing of content blocks. | ||||
BlockContentListViewsTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the Views-powered listing of content blocks. | ||||
BlockContentLocalTasksTest | class | Drupal\Tests\block_content\Unit\Menu | core/ |
Tests existence of block_content local tasks. | ||||
BlockContentModerationHandler | class | Drupal\content_moderation\Entity\Handler | core/ |
Customizations for block content entities. | 1 | |||
BlockContentPageViewTest | class | Drupal\Tests\block_content\Functional | core/ |
Create a block and test block access by attempting to view the block. | ||||
BlockContentPermissions | class | Drupal\block_content | core/ |
Provide dynamic permissions for blocks of different types. | ||||
BlockContentPermissionsTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests the permissions of content blocks. | ||||
BlockContentRedirectTest | class | Drupal\Tests\block_content\Functional\Views | core/ |
Tests the redirect destination on block content on entity operations. | ||||
BlockContentRemoveConstraint | class | Drupal\Tests\block_content\Functional\Update | core/ |
Tests the upgrade path for removing unique constraint on blocks. | ||||
BlockContentResourceTestBase | abstract class | Drupal\Tests\block_content\Functional\Rest | core/ |
ResourceTestBase for BlockContent entity. | 6 | |||
BlockContentReusableIndexUpdatePathTest | class | Drupal\Tests\block_content\Functional\Update | core/ |
Tests the upgrade path for Block Content reusable column index. | ||||
BlockContentRevisionDeleteTest | class | Drupal\Tests\block_content\Functional | core/ |
Block content revision delete form test. | ||||
BlockContentRevisionRevertTest | class | Drupal\Tests\block_content\Functional | core/ |
Block content revision form test. | ||||
BlockContentRevisionsTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests revision based functions for Block Content. | ||||
BlockContentRevisionsTest | class | Drupal\Tests\block_content\Functional | core/ |
Create a block with revisions. | ||||
BlockContentRevisionVersionHistoryTest | class | Drupal\Tests\block_content\Functional | core/ |
Block content version history test. | ||||
BlockContentSaveTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests $block_content->save() for saving content. | ||||
BlockContentStorageSchema | class | Drupal\block_content | core/ |
Defines the block content schema handler. | ||||
BlockContentTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "BlockContent" content entity type. | ||||
BlockContentTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests the block content. | ||||
BlockContentTestBase | abstract class | Drupal\Tests\block_content\Functional\Views | core/ |
Base class for all block_content tests. | 3 | |||
BlockContentTestBase | abstract class | Drupal\Tests\block_content\Functional | core/ |
Sets up block content types. | 13 | 1 | ||
BlockContentTestHooks | class | Drupal\block_content_test\Hook | core/ |
Hook implementations for block_content_test. | ||||
BlockContentTranslationHandler | class | Drupal\block_content | core/ |
Defines the translation handler for content blocks. | ||||
BlockContentTranslationUITest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the block content translation UI. | ||||
BlockContentType | class | Drupal\block_content\Entity | core/ |
Defines the block type entity. | 42 | |||
BlockContentTypeDeleteForm | class | Drupal\block_content\Form | core/ |
Provides a confirmation form for deleting a block type entity. | ||||
BlockContentTypeForm | class | Drupal\block_content | core/ |
The block content type entity form. | ||||
BlockContentTypeInterface | interface | Drupal\block_content | core/ |
Provides an interface defining a block type entity. | 1 | 3 | ||
BlockContentTypeJsonAnonTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentTypeJsonBasicAuthTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentTypeJsonCookieTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentTypeListBuilder | class | Drupal\block_content | core/ |
Defines a class to build a listing of block type entities. | ||||
BlockContentTypeResourceTestBase | abstract class | Drupal\Tests\block_content\Functional\Rest | core/ |
6 |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.