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 |
---|---|---|---|---|---|---|---|---|
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. | ||||
BlockWeightUpdateTest | class | Drupal\Tests\block\Functional | core/ |
@covers block_post_update_make_weight_integer @group block | ||||
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/ |
Plugin annotation @MigrateDestination( id = "book", provider = "book" ) | ||||
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 | ||||
BookMultilingualTest | class | Drupal\Tests\book\Kernel | core/ |
Tests multilingual books. | ||||
BookNavigationBlock | class | Drupal\book\Plugin\Block | core/ |
Provides a 'Book navigation' block. | ||||
BookNavigationCacheContext | class | Drupal\book\Cache | core/ |
Defines the book navigation cache context service. | 2 | |||
BookNodeIsRemovableAccessCheck | class | Drupal\book\Access | core/ |
Determines whether the requested node can be removed from its book. | 2 | |||
BookOutline | class | Drupal\book | core/ |
Provides handling to render the book outline. | 2 | |||
BookOutlineConstraint | class | Drupal\book\Plugin\Validation\Constraint | core/ |
Validation constraint for changing the book outline in pending revisions. | ||||
BookOutlineConstraintValidator | class | Drupal\book\Plugin\Validation\Constraint | core/ |
Constraint validator for changing the book outline in pending revisions. | ||||
BookOutlineForm | class | Drupal\book\Form | core/ |
Displays the book outline form. | ||||
BookOutlineStorage | class | Drupal\book | core/ |
Defines a storage class for books outline. | 2 | |||
BookOutlineStorageInterface | interface | Drupal\book | core/ |
Defines a common interface for book outline storage classes. | 1 | |||
BookPendingRevisionTest | class | Drupal\Tests\book\Kernel | core/ |
Tests that the Book module handles pending revisions correctly. | ||||
BookRelationshipTest | class | Drupal\Tests\book\Functional\Views | core/ |
Tests entity reference relationship data. | ||||
BookRemoveForm | class | Drupal\book\Form | core/ |
Remove form for book module. | 1 | |||
BookSettingsForm | class | Drupal\book\Form | core/ |
Configure book settings for this site. | 1 | 1 | ||
BookSettingsFormTest | class | Drupal\Tests\book\Kernel | core/ |
@covers \Drupal\book\Form\BookSettingsForm @group book | ||||
BookTest | class | Drupal\Tests\book\Kernel\Plugin\migrate\source | core/ |
@covers \Drupal\book\Plugin\migrate\source\Book @group book | ||||
BookTest | class | Drupal\Tests\book\Functional | core/ |
Create a book, add pages, and test book interface. | ||||
BookTestTrait | trait | Drupal\Tests\book\Functional | core/ |
Provides common functionality for Book test classes. | ||||
BookUninstallTest | class | Drupal\Tests\book\Kernel | core/ |
Tests that the Book module cannot be uninstalled if books exist. | ||||
BookUninstallValidator | class | Drupal\book\ProxyClass | core/ |
Provides a proxy class for \Drupal\book\BookUninstallValidator. | ||||
BookUninstallValidator | class | Drupal\book | core/ |
Prevents book module from being uninstalled under certain conditions. | 2 | |||
BookUninstallValidatorTest | class | Drupal\Tests\book\Unit | core/ |
@coversDefaultClass \Drupal\book\BookUninstallValidator @group book | ||||
Boolean | class | Drupal\views\Plugin\views\field | core/ |
A handler to provide proper displays for booleans. | ||||
BooleanCheckboxWidget | class | Drupal\Core\Field\Plugin\Field\FieldWidget | core/ |
Plugin implementation of the 'boolean_checkbox' widget. | ||||
BooleanData | class | Drupal\Core\TypedData\Plugin\DataType | core/ |
The boolean data type. | 4 | 1 | ||
BooleanFieldTest | class | Drupal\Tests\field\Functional\Boolean | core/ |
Tests boolean field functionality. | ||||
BooleanFormatter | class | Drupal\Core\Field\Plugin\Field\FieldFormatter | core/ |
Plugin implementation of the 'boolean' formatter. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.