Classes, traits, and interfaces - 9.5.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 1523

Name Deprecated Object type Namespace File name Summary Direct uses Use statements Strings
FormTestArgumentsObject class Drupal\form_test core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Provides a test form object that needs arguments. 1
FormTestAutocompleteForm class Drupal\form_test core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php Defines a test form using autocomplete textfields. 1
FormTestBase abstract class Drupal\Tests\Core\Form core/tests/Drupal/Tests/Core/Form/FormTestBase.php Provides a base class for testing form functionality. 1
FormTestButtonClassForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php Builds a simple form to test form button classes. 1
FormTestCheckboxesRadiosForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor to test expansion of #type checkboxes and radios. 1
FormTestCheckboxesZeroForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Tests checkboxes zero. 1
FormTestCheckboxForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form for testing checkbox. 1
FormTestCheckboxTypeJugglingForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Builds a form to test return values for checkboxes.
FormTestClickedButtonForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form builder to test button click detection. 1
FormTestColorForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php Form constructor for testing #type 'color' elements. 1
FormTestController class Drupal\form_test\Controller core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php Controller routines for form_test routes.
FormTestControllerObject class Drupal\form_test core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Provides a test form object. 1
FormTestDescriptionForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Defines a form for testing form element description display options. 1
FormTestDetailsForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php Builds a simple form to test the #group property on #type 'container'. 1
FormTestDisabledElementsForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Builds a form to test disabled elements. 1 1
FormTestEmailForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php Form constructor for testing #type 'email' elements. 1
FormTestEmptySelectForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Builds a form to test select elements when #options is not an array. 1
FormTestEventSubscriber class Drupal\form_test\EventSubscriber core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Test event subscriber to add new attributes to the request. 2
FormTestFileForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php Form constructor for testing #type 'file' elements. 1
FormTestFormStateValuesCleanAdvancedForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form builder for \Drupal\Core\Form\FormState::cleanValues() test. 1
FormTestFormStateValuesCleanForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form builder for \Drupal\Core\Form\FormState::cleanValues() test. 1
FormTestGetForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php Form to test whether GET forms have a CSRF token. 1
FormTestGroupContainerForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Builds a simple form to test the #group property on #type 'container'. 1
FormTestGroupDetailsForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Builds a simple form to test the #group property on #type 'details'. 1
FormTestGroupFieldsetForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Builds a simple form to test the #group property on #type 'fieldset'. 1
FormTestGroupVerticalTabsForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Builds a simple form to test the #group property on #type 'vertical_tabs'. 1
FormTestInputForgeryForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php Form to test input forgery. 1
FormTestLabelForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php A form for testing form labels and required marks. 1 1
FormTestLanguageSelectForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php Builds a form to test the language select form element. 1
FormTestLimitValidationErrorsForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php Builds a simple form with a button triggering partial validation. 1
FormTestMachineNameForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Form constructor for testing #type 'machine_name' elements. 1
FormTestMachineNameValidationForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Form to test whether machine name validation works with ajax requests. 1
FormTestMiddleware class Drupal\form_test\StackMiddleware core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php Provides a test middleware which sets a custom response header. 2
FormTestNumberForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php Builds a form to test #type 'number' and 'range' validation. 1
FormTestObject class Drupal\form_test core/modules/system/tests/modules/form_test/src/FormTestObject.php Provides a test form object. 1 1
FormTestOptionalContainerForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php Builds a simple form to test the #optional property on #type 'container'. 1
FormTestPatternForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php Builds a simple form using the FAPI #pattern property. 1
FormTestPlaceholderForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php Builds a form to test the placeholder attribute. 1
FormTestProgrammaticForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form builder to test programmatic form submissions.
FormTestRadiosCheckedForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form constructor to test #default_value settings of radios. 1
FormTestRangeForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Form constructor for testing #type 'range' elements. 1
FormTestRangeInvalidForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Form constructor for testing invalid #type 'range' elements. 1
FormTestRebuildPreserveValuesForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form builder for testing preservation of values during a rebuild. 1
FormTestRedirectForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php Form builder to detect form redirect. 1
FormTestRequiredAttributeForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php Builds a form to test the required attribute. 1
FormTestResponseForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php Form constructor for testing #type 'url' elements. 1
FormTestSelectForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php Builds a form to test #type 'select' validation. 1
FormTestServiceObject class Drupal\form_test core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php Provides a test form object. 2
FormTestStatePersistForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php Form constructor for testing form state persistence. 1
FormTestStorageForm class Drupal\form_test\Form core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php A multistep form for testing the form storage. 1

Other projects


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