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 |
---|---|---|---|---|---|---|---|---|
AdvisoryTestClientMiddleware | class | Drupal\advisory_feed_test | core/ |
Overrides the User-Agent HTTP header for outbound HTTP requests. | 1 | 2 | ||
AdvisoryTestController | class | Drupal\advisory_feed_test\Controller | core/ |
Defines a controller to return JSON for security advisory tests. | ||||
AfterCommand | class | Drupal\Core\Ajax | core/ |
An AJAX command for calling the jQuery after() method. | 2 | |||
Ajax | in drupal:10.1.0 and is removed from drupal:11.0.0. Return an \Drupal\Core\Ajax\AjaxResponse instead. |
class | Drupal\Core\Render\Element | core/ |
Provides a render element for adding Ajax to a render element. | |||
AjaxBasePageNegotiator | class | Drupal\Core\Theme | core/ |
Defines a theme negotiator that deals with the active theme on ajax requests. | 1 | |||
AjaxBasePageNegotiatorTest | class | Drupal\Tests\Core\Theme | core/ |
@coversDefaultClass \Drupal\Core\Theme\AjaxBasePageNegotiator @group Theme | ||||
AjaxBlockTest | class | Drupal\Tests\layout_builder\FunctionalJavascript | core/ |
Ajax blocks tests. | ||||
AjaxCallbacksTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests Ajax callbacks on FAPI elements. | ||||
AjaxCommandsTest | class | Drupal\Tests\Core\Ajax | core/ |
Test coverage for various classes in the \Drupal\Core\Ajax namespace. | ||||
AjaxFileManagedMultipleTest | class | Drupal\Tests\file\FunctionalJavascript | core/ |
Tests ajax upload to managed files. | ||||
AjaxFormBlock | class | Drupal\ajax_forms_test\Plugin\Block | core/ |
Provides an AJAX form block. | ||||
AjaxFormCacheTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests the usage of form caching for AJAX forms. | ||||
AjaxFormHelperTrait | trait | Drupal\Core\Ajax | core/ |
Provides a helper to for submitting an AJAX form. | 5 | |||
AjaxFormImageButtonTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests the Ajax image buttons work with key press events. | ||||
AjaxFormPageCacheTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Performs tests on AJAX forms in cached pages. | ||||
AjaxFormsTestAjaxElementsForm | class | Drupal\ajax_forms_test\Form | core/ |
Builds a form where each Form API element triggers a simple Ajax callback. | 1 | |||
AjaxFormsTestCommandsForm | class | Drupal\ajax_forms_test\Form | core/ |
Form constructor for the Ajax Command display form. | 1 | |||
AjaxFormsTestImageButtonForm | class | Drupal\ajax_forms_test\Form | core/ |
Form builder: Builds a form that has image button with an ajax callback. | 1 | |||
AjaxFormsTestLazyLoadForm | class | Drupal\ajax_forms_test\Form | core/ |
Form builder: Builds a form that triggers a simple AJAX callback. | 1 | |||
AjaxFormsTestSimpleForm | class | Drupal\ajax_forms_test\Form | core/ |
Form builder: Builds a form that triggers a simple AJAX callback. | 1 | |||
AjaxFormsTestValidationForm | class | Drupal\ajax_forms_test\Form | core/ |
Form builder: Builds a form that triggers a simple AJAX callback. | 1 | |||
AjaxHelperTrait | trait | Drupal\Core\Ajax | core/ |
Provides a helper to determine if the current request is via AJAX. | 5 | |||
AjaxInGroupTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests that form elements in groups work correctly with AJAX. | ||||
AjaxMaintenanceModeTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests maintenance message during an AJAX call. | ||||
AjaxPageState | class | Drupal\Core\StackMiddleware | core/ |
Expands the compressed ajax_page_state query parameter into an array. | ||||
AjaxPageStateTest | class | Drupal\Tests\system\Functional\Render | core/ |
Performs tests for the effects of the ajax_page_state query parameter. | ||||
AjaxRenderer | class | Drupal\Core\Render\MainContent | core/ |
Default main content renderer for Ajax requests. | 1 | |||
AjaxRendererTest | class | Drupal\Tests\Core\Controller | core/ |
@coversDefaultClass \Drupal\Core\Render\MainContent\AjaxRenderer @group Ajax | ||||
AjaxResponse | class | Drupal\Core\Ajax | core/ |
JSON response object for AJAX requests. | 2 | 45 | ||
AjaxResponseAttachmentsProcessor | class | Drupal\Core\Ajax | core/ |
Processes attachments of AJAX responses. | ||||
AjaxResponseSubscriber | class | Drupal\Core\EventSubscriber | core/ |
Response subscriber to handle AJAX responses. | 4 | |||
AjaxResponseTest | class | Drupal\Tests\Core\Ajax | core/ |
@coversDefaultClass \Drupal\Core\Ajax\AjaxResponse @group Ajax | ||||
AjaxTest | class | Drupal\FunctionalJavascriptTests\Ajax | core/ |
Tests AJAX responses. | ||||
AjaxTestCommandReturnPromise | class | Drupal\ajax_test\Ajax | core/ |
Test Ajax command. | 1 | |||
AjaxTestController | class | Drupal\ajax_test\Controller | core/ |
Provides content for dialog tests. | 3 | |||
AjaxTestDialogForm | class | Drupal\ajax_test\Form | core/ |
Dummy form for testing DialogRenderer with _form routes. | ||||
AjaxTestFocusFirstForm | class | Drupal\ajax_test\Form | core/ |
Form for testing AJAX FocusFirstCommand. | 1 | |||
AjaxTestForm | class | Drupal\ajax_test\Form | core/ |
Dummy form for testing DialogRenderer with _form routes. | 1 | |||
AjaxTestFormPromise | class | Drupal\ajax_test\Form | core/ |
Test form for ajax_test_form_promise. | 1 | |||
AjaxTestImageEffect | class | Drupal\image_module_test\Plugin\ImageEffect | core/ |
Provides a test effect using Ajax in the configuration form. | ||||
AjaxTestMessageCommandForm | class | Drupal\ajax_test\Form | core/ |
Form for testing AJAX MessageCommand. | 1 | |||
AjaxWaitTest | class | Drupal\FunctionalJavascriptTests | core/ |
Tests that unnecessary or untracked XHRs will cause a test failure. | ||||
AlertCommand | class | Drupal\Core\Ajax | core/ |
AJAX command for a javascript alert box. | 6 | |||
AlertsJsonFeedTest | class | Drupal\Tests\announcements_feed\FunctionalJavascript | core/ |
Test the access announcement according to json feed changes. | ||||
AliasingResourceTypeRepository | class | Drupal\jsonapi_test_field_aliasing\ResourceType | core/ |
Provides a repository of resource types with field names that can be aliased. | 2 | |||
AliasManager | class | Drupal\path_alias | core/ |
The default alias manager implementation. | 3 | 2 | ||
AliasManagerInterface | interface | Drupal\path_alias | core/ |
Find an alias for a path and vice versa. | 3 | 10 | ||
AliasManagerTest | class | Drupal\Tests\path_alias\Unit | core/ |
@coversDefaultClass \Drupal\path_alias\AliasManager @group path_alias | ||||
AliasPathProcessor | class | Drupal\path_alias\PathProcessor | core/ |
Processes the inbound path using path alias lookups. | 3 | 2 | ||
AliasPathProcessorTest | class | Drupal\Tests\path_alias\Unit\PathProcessor | core/ |
@coversDefaultClass \Drupal\path_alias\PathProcessor\AliasPathProcessor @group PathProcessor @group path_alias |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.