Classes, traits, and interfaces - 8.9.x - drupal

Primary tabs

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
EditorTestTextLongItem class Drupal\editor_test\Plugin\Field\FieldType core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php Plugin implementation of the 'editor_test_text_long' field type.
EditorUpdateTest class Drupal\Tests\editor\Functional\Update core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php Tests Editor module database updates.
EditorUploadImageScaleTest class Drupal\Tests\editor\Functional core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php Tests scaling of inline images.
EditorXmlAnonTest class Drupal\Tests\editor\Functional\Rest core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php @group rest
EditorXmlBasicAuthTest class Drupal\Tests\editor\Functional\Rest core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php @group rest
EditorXmlCookieTest class Drupal\Tests\editor\Functional\Rest core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php @group rest
EditorXssFilterInterface interface Drupal\editor core/modules/editor/src/EditorXssFilterInterface.php Defines an interface for text editor XSS (Cross-site scripting) filters. 2 2
Element class Drupal\Core\Render core/lib/Drupal/Core/Render/Element.php Provides helper methods for Drupal render elements. 107
Element abstract class Drupal\Core\Config\Schema core/lib/Drupal/Core/Config/Schema/Element.php Defines a generic configuration element. 3
Element class Drupal\editor core/modules/editor/src/Element.php Defines a service for Text Editor's render elements. 2
ElementInfoIntegrationTest class Drupal\KernelTests\Core\Render core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php Tests the element info.
ElementInfoManager class Drupal\Core\Render core/lib/Drupal/Core/Render/ElementInfoManager.php Provides a plugin manager for element plugins. 1 1 2
ElementInfoManagerInterface interface Drupal\Core\Render core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Collects available render array element types. 1 7
ElementInfoManagerTest class Drupal\Tests\Core\Render core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php @coversDefaultClass \Drupal\Core\Render\ElementInfoManager @group Render
ElementInterface interface Drupal\config_translation\FormElement core/modules/config_translation/src/FormElement/ElementInterface.php Provides an interface for configuration translation form elements. 2
ElementInterface interface Drupal\Core\Render\Element core/lib/Drupal/Core/Render/Element/ElementInterface.php Provides an interface for render element plugins. 2
ElementsAccessTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php Tests access control for form elements.
ElementsContainerTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php Tests the container form element for expected behavior.
ElementsLabelsTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests form element labels, required markers and associated output.
ElementsTableSelectTest class Drupal\Tests\system\FunctionalJavascript\Form core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsTableSelectTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsVerticalTabsTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Tests the vertical_tabs form element for expected behavior.
ElementTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/ElementTest.php Tests building and processing of core form elements.
ElementTest class Drupal\Tests\Core\Render core/tests/Drupal/Tests/Core/Render/ElementTest.php @coversDefaultClass \Drupal\Core\Render\Element @group Render
ElementValidationTest class Drupal\FunctionalJavascriptTests\Ajax core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php Various tests of AJAX behavior.
Email class Drupal\Core\TypedData\Plugin\DataType core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php The Email data type. 1
Email class Drupal\Core\Render\Element core/lib/Drupal/Core/Render/Element/Email.php Provides a form input element for entering an email address. 4
Email

in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\field\Plugin\migrate\field\Email instead.

class Drupal\Core\Field\Plugin\migrate\field core/lib/Drupal/Core/Field/Plugin/migrate/field/Email.php MigrateField Plugin for Drupal 6 and 7 email fields. 1
Email class Drupal\field\Plugin\migrate\field core/modules/field/src/Plugin/migrate/field/Email.php MigrateField Plugin for Drupal 6 and 7 email fields. 1 1
EmailAction class Drupal\Core\Action\Plugin\Action core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php Sends an email message.
EmailActionTest class Drupal\KernelTests\Core\Action core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php Tests for the EmailAction plugin.
EmailConstraint class Drupal\Core\Validation\Plugin\Validation\Constraint core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php Count constraint.
EmailDefaultWidget class Drupal\Core\Field\Plugin\Field\FieldWidget core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php Plugin implementation of the 'email_default' widget.
EmailFieldRdfaTest class Drupal\Tests\rdf\Kernel\Field core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php Tests RDFa output by email field formatters.
EmailFieldTest class Drupal\Tests\field\Functional\Email core/modules/field/tests/src/Functional/Email/EmailFieldTest.php Tests email field functionality.
EmailItem class Drupal\Core\Field\Plugin\Field\FieldType core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php Defines the 'email' field type. 1
EmailItemTest class Drupal\Tests\field\Kernel\Email core/modules/field/tests/src/Kernel/Email/EmailItemTest.php Tests the new entity API for the email field type.
EmailTest class Drupal\Tests\system\Functional\Form core/modules/system/tests/src/Functional/Form/EmailTest.php Tests the form API email element.
EmailValidator class Drupal\Component\Utility core/lib/Drupal/Component/Utility/EmailValidator.php Validates email addresses. 1 2
EmailValidatorInterface interface Drupal\Component\Utility core/lib/Drupal/Component/Utility/EmailValidatorInterface.php Validates email addresses. 1 2
EmailValidatorTest class Drupal\Tests\Component\Utility core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php Tests the EmailValidator utility class.
EmailWidgetSizeSettingUpdateTest class Drupal\Tests\field\Functional\Update core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Tests the update for the 'size' setting of the 'email_default' field widget.
Embed class Drupal\views\Plugin\views\display core/modules/views/src/Plugin/views/display/Embed.php The plugin that handles an embed display.
EmbeddedDataSource class Drupal\migrate\Plugin\migrate\source core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Allows source data to be defined in the configuration of the source plugin.
EmbeddedFormWidgetTest class Drupal\Tests\media_library\FunctionalJavascript core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Tests media widget nested inside another widget.
EmptyBlockForm class Drupal\block_test\PluginForm core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Provides a form for a block that is empty. 1
EmptyHelpSection class Drupal\help_page_test\Plugin\HelpSection core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php Provides an empty section for the help page, for testing.
EmptySource class Drupal\migrate\Plugin\migrate\source core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Source returning a row based on the constants provided. 1 1
EmptySource class Drupal\migrate_drupal\Plugin\migrate\source core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Source returning an empty row with Drupal specific config dependencies.
EmptyStatementTest class Drupal\Tests\Core\Database core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests the empty pseudo-statement class.

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.