Classes, traits, and interfaces - 8.9.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 1511
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
BlockContentGetDependencyEvent | class | Drupal\block_content\Event | core/ |
Block content event to allow setting an access dependency. | 2 | |||
BlockContentHalJsonAnonTest | class | Drupal\Tests\block_content\Functional\Hal | core/ |
@group hal | 2 | |||
BlockContentHalJsonBasicAuthTest | class | Drupal\Tests\block_content\Functional\Hal | core/ |
@group hal | ||||
BlockContentHalJsonCookieTest | class | Drupal\Tests\block_content\Functional\Hal | core/ |
@group hal | ||||
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 custom block entity. | 1 | 4 | ||
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 custom block entities. | ||||
BlockContentListTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the listing of custom blocks. | ||||
BlockContentListViewsTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the Views-powered listing of custom 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. | ||||
BlockContentRedirectTest | class | Drupal\Tests\block_content\Functional\Views | core/ |
Tests the redirect destination on block content on entity operations. | ||||
BlockContentResourceTestBase | abstract class | Drupal\Tests\block_content\Functional\Rest | core/ |
ResourceTestBase for BlockContent entity. | 8 | 2 | ||
BlockContentResourceTestBase | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\block_content\Functional\Rest\BlockContentResourceTestBase instead. |
abstract class | Drupal\Tests\rest\Functional\EntityResource\BlockContent | core/ |
||||
BlockContentReusableUpdateTest | class | Drupal\Tests\block_content\Functional\Update | core/ |
Tests 'reusable' field related update functions for the Block Content module. | ||||
BlockContentRevisionsTest | class | Drupal\Tests\block_content\Functional | core/ |
Create a block with revisions. | ||||
BlockContentSaveTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests $block_content->save() for saving content. | ||||
BlockContentTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "BlockContent" content entity type. | ||||
BlockContentTestBase | abstract class | Drupal\Tests\block_content\Functional | core/ |
Sets up block content types. | 11 | 1 | ||
BlockContentTestBase | in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\block_content\Functional\Views\BlockContentTestBase. |
abstract class | Drupal\block_content\Tests\Views | core/ |
Base class for all block_content tests. | |||
BlockContentTestBase | in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\block_content\Functional\BlockContentTestBase instead. |
abstract class | Drupal\block_content\Tests | core/ |
Sets up block content types. | |||
BlockContentTestBase | abstract class | Drupal\Tests\block_content\Functional\Views | core/ |
Base class for all block_content tests. | 4 | |||
BlockContentTranslationHandler | class | Drupal\block_content | core/ |
Defines the translation handler for custom blocks. | ||||
BlockContentTranslationUITest | class | Drupal\Tests\block_content\Functional | core/ |
Tests the block content translation UI. | ||||
BlockContentType | class | Drupal\block_content\Entity | core/ |
Defines the custom block type entity. | 31 | |||
BlockContentTypeDeleteForm | class | Drupal\block_content\Form | core/ |
Provides a confirmation form for deleting a custom block type entity. | ||||
BlockContentTypeForm | class | Drupal\block_content | core/ |
The block content type entity form. | ||||
BlockContentTypeHalJsonAnonTest | class | Drupal\Tests\block_content\Functional\Hal | core/ |
@group hal | ||||
BlockContentTypeHalJsonBasicAuthTest | class | Drupal\Tests\block_content\Functional\Hal | core/ |
@group hal | ||||
BlockContentTypeHalJsonCookieTest | class | Drupal\Tests\block_content\Functional\Hal | core/ |
@group hal | ||||
BlockContentTypeInterface | interface | Drupal\block_content | core/ |
Provides an interface defining a custom 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 custom block type entities. | ||||
BlockContentTypeResourceTestBase | abstract class | Drupal\Tests\block_content\Functional\Rest | core/ |
10 | 4 | |||
BlockContentTypeResourceTestBase | in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\block_content\Functional\Rest\BlockContentTypeResourceTestBase instead. |
abstract class | Drupal\Tests\rest\Functional\EntityResource\BlockContentType | core/ |
||||
BlockContentTypeTest | class | Drupal\Tests\block_content\Functional | core/ |
Ensures that custom block type functions work correctly. | ||||
BlockContentTypeTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "BlockContentType" config entity type. | ||||
BlockContentTypeXmlAnonTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentTypeXmlBasicAuthTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentTypeXmlCookieTest | class | Drupal\Tests\block_content\Functional\Rest | core/ |
@group rest | ||||
BlockContentUpdateTest | class | Drupal\Tests\block_content\Functional\Update | core/ |
Tests update functions for the Block Content module. | ||||
BlockContentUuidLookup | class | Drupal\block_content | core/ |
A cache collector that caches IDs for block_content UUIDs. | 1 | 2 | ||
BlockContentValidationTest | class | Drupal\Tests\block_content\Functional | core/ |
Tests block content validation constraints. | ||||
BlockContentViewBuilder | class | Drupal\block_content | core/ |
View builder handler for custom blocks. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.