Classes, traits, and interfaces - 10.3.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 |
---|---|---|---|---|---|---|---|---|
BlockRepository | class | Drupal\block | core/ |
Provides a repository for Block config entities. | 2 | 2 | ||
BlockRepositoryInterface | interface | Drupal\block | core/ |
1 | 1 | |||
BlockRepositoryTest | class | Drupal\Tests\block\Unit | core/ |
@coversDefaultClass \Drupal\block\BlockRepository @group block | ||||
BlockResourceTestBase | abstract class | Drupal\Tests\block\Functional\Rest | core/ |
6 | ||||
BlockSettings | class | Drupal\block\Plugin\migrate\process | core/ |
Determines the block settings. | 1 | |||
BlockSettingsTest | class | Drupal\Tests\block\Unit\Plugin\migrate\process | core/ |
@coversDefaultClass \Drupal\block\Plugin\migrate\process\BlockSettings @group block | ||||
BlockStorageUnitTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the storage of blocks. | ||||
BlockSystemBrandingTest | class | Drupal\Tests\block\Functional | core/ |
Tests branding block display. | ||||
BlockTemplateSuggestionsTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the block_theme_suggestions_block() function. | ||||
BlockTemplateSuggestionsTest | class | Drupal\Tests\block_content\Kernel | core/ |
Tests the block_content_theme_suggestions_block() function. | ||||
BlockTest | class | Drupal\Tests\block\Kernel\Plugin\migrate\source | core/ |
Tests block source plugin. | 1 | 1 | ||
BlockTest | class | Drupal\Tests\block\Functional | core/ |
Tests basic block functionality. | ||||
BlockTest | class | Drupal\Tests\jsonapi\Functional | core/ |
JSON:API integration test for the "Block" config entity type. | ||||
BlockTest | class | Drupal\Tests\views\Unit\Plugin\views\display | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\display\Block @group block | ||||
BlockTestBase | abstract class | Drupal\Tests\block\Functional | core/ |
Provides setup and helper methods for block module tests. | 2 | |||
BlockTheme | class | Drupal\block\Plugin\migrate\process | core/ |
1 | ||||
BlockThemeDeprecationTest | class | Drupal\Tests\block\Unit\Plugin\migrate\process | core/ |
Tests the deprecation notices of the block theme. | ||||
BlockTranslation | class | Drupal\block\Plugin\migrate\source\d6 | core/ |
Drupal 6 i18n block data from database. | ||||
BlockTranslation | class | Drupal\block\Plugin\migrate\source\d7 | core/ |
Drupal 7 i18n block data from database. | ||||
BlockTranslationTest | class | Drupal\Tests\block\Kernel\Plugin\migrate\source\d6 | core/ |
Tests i18n block source plugin. | ||||
BlockTranslationTest | class | Drupal\Tests\block\Kernel\Plugin\migrate\source\d7 | core/ |
Tests i18n block source plugin. | ||||
BlockTypeAccessControlHandler | class | Drupal\block_content | core/ |
Defines the access control handler for the "Block Type" entity type. | ||||
BlockUiTest | class | Drupal\Tests\block\Functional | core/ |
Tests that the block configuration UI exists and stores data correctly. | ||||
BlockUser | class | Drupal\user\Plugin\Action | core/ |
Blocks a user. | ||||
BlockValidationTest | class | Drupal\Tests\block\Kernel | core/ |
Tests validation of block entities. | ||||
BlockViewBuilder | class | Drupal\block | core/ |
Provides a Block view builder. | ||||
BlockViewBuilderTest | class | Drupal\Tests\block\Kernel | core/ |
Tests the block view builder. | ||||
BlockVisibility | class | Drupal\block\Plugin\migrate\process | core/ |
1 | ||||
BlockVisibilityTest | class | Drupal\Tests\block\Unit\Plugin\migrate\process | core/ |
Tests the block_visibility process plugin. | ||||
BlockXmlAnonTest | class | Drupal\Tests\block\Functional\Rest | core/ |
@group rest | ||||
BlockXmlBasicAuthTest | class | Drupal\Tests\block\Functional\Rest | core/ |
@group rest | ||||
BlockXmlCookieTest | class | Drupal\Tests\block\Functional\Rest | core/ |
@group rest | ||||
BlockXssTest | class | Drupal\Tests\block\Functional | core/ |
Tests that the block module properly escapes block descriptions. | ||||
Book | class | Drupal\book\Plugin\migrate\destination | core/ |
Provides migrate destination plugin for Book content. | ||||
Book | class | Drupal\book\Plugin\migrate\source | core/ |
Drupal 6/7 book source from database. | ||||
BookAdminEditForm | class | Drupal\book\Form | core/ |
Provides a form for administering a single book's hierarchy. | 1 | |||
BookBreadcrumbBuilder | class | Drupal\book | core/ |
Provides a breadcrumb builder for nodes in a book. | 2 | |||
BookBreadcrumbTest | class | Drupal\Tests\book\Functional | core/ |
Create a book, add pages, and test book interface. | ||||
BookContentModerationTest | class | Drupal\Tests\book\Functional | core/ |
Tests Book and Content Moderation integration. | ||||
BookController | class | Drupal\book\Controller | core/ |
Controller routines for book routes. | ||||
BookExport | class | Drupal\book | core/ |
Provides methods for exporting book to different formats. | 1 | 2 | ||
BookInstallTest | class | Drupal\Tests\book\Kernel | core/ |
Test installation of Book module. | ||||
BookJavascriptTest | class | Drupal\Tests\book\FunctionalJavascript | core/ |
Tests Book javascript functionality. | ||||
BookLocalTasksTest | class | Drupal\Tests\book\Unit\Menu | core/ |
Tests existence of book local tasks. | ||||
BookManager | class | Drupal\book\ProxyClass | core/ |
Provides a proxy class for \Drupal\book\BookManager. | ||||
BookManager | class | Drupal\book | core/ |
Defines a book manager. | 3 | 2 | ||
BookManagerInterface | interface | Drupal\book | core/ |
Provides an interface defining a book manager. | 2 | 8 | ||
BookManagerTest | class | Drupal\Tests\book\Unit | core/ |
@coversDefaultClass \Drupal\book\BookManager @group book @group legacy | ||||
BookMultilingualTest | class | Drupal\Tests\book\Kernel | core/ |
Tests multilingual books. | ||||
BookNavigationBlock | class | Drupal\book\Plugin\Block | core/ |
Provides a 'Book navigation' block. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.