Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Search 11.x for form
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
OEmbedFormatter::$messenger property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The messenger service.
OEmbedFormatter::$resourceFetcher property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed resource fetcher.
OEmbedFormatter::$urlResolver property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed URL resolver service.
OEmbedFormatter::defaultSettings function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Defines the default settings for this plugin.
OEmbedFormatter::isApplicable function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns if the formatter can be used for the provided field.
OEmbedFormatter::settingsForm function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a form to configure settings for the formatter.
OEmbedFormatter::settingsSummary function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a short summary for the current formatter settings.
OEmbedFormatter::viewElements function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Builds a renderable array for a field value.
OEmbedFormatter::__construct function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Constructs an OEmbedFormatter instance.
OEmbedFormatterTest class core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests OEmbed Formatter.
OEmbedFormatterTest.php file core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
OEmbedFormatterTest::$defaultTheme property core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php The theme to install as the default for testing.
OEmbedFormatterTest::$modules property core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Modules to install.
OEmbedFormatterTest::providerRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Data provider for testRender().
OEmbedFormatterTest::setUp function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
OEmbedFormatterTest::testDisplayConfiguration function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests that oEmbed media types' display can be configured correctly.
OEmbedFormatterTest::testRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests the oEmbed field formatter.
OEmbedWidget::formElement function core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php Returns the form for a single field widget.
OliveroHooks::formAlter function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_form_alter() for adding classes and placeholder text to the search forms.
OliveroHooks::formNodePreviewFormSelectAlter function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_form_FORM_ID_alter() for node_preview_form_select.
OliveroHooks::formViewsExposedFormAlter function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_form_FORM_ID_alter() for views_exposed_form.
OliveroHooks::preprocessFieldMultipleValueForm function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for field-multiple-value-form.
OliveroHooks::preprocessFormElement function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for form-element.
OliveroHooks::preprocessFormElementLabel function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for form-element-label.
OliveroHooks::preprocessTextFormatWrapper function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for text-format-wrapper.
OliveroHooks::themeSuggestionsFormAlter function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_theme_suggestions_HOOK_alter() for form templates.
OliveroPreRender::textFormat function core/themes/olivero/src/OliveroPreRender.php Prerender callback for text_format elements.
OliveroTestThemeHooks::preprocessFieldMultipleValueForm function core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php Implements hook_preprocess_field_multiple_value_form().
olivero_form_system_theme_settings_alter function core/themes/olivero/theme-settings.php Implements hook_form_FORM_ID_alter() for system_theme_settings.
OpenTelemetryAuthenticatedPerformanceTest class core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php Tests demo_umami profile performance.
OpenTelemetryAuthenticatedPerformanceTest.php file core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
OpenTelemetryAuthenticatedPerformanceTest::$profile property core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php The profile to install as a basis for testing.
OpenTelemetryAuthenticatedPerformanceTest::clearCaches function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php Clear caches.
OpenTelemetryAuthenticatedPerformanceTest::doTestFrontPageAuthenticatedWarmCache function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php Logs front page tracing data with an authenticated user and warm cache.
OpenTelemetryAuthenticatedPerformanceTest::doTestNodePageAdministrator function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php Logs node page performance with an administrator.
OpenTelemetryAuthenticatedPerformanceTest::testAuthenticatedPerformance function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php Logs authenticated tracing data.
OpenTelemetryFrontPagePerformanceTest class core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php Tests demo_umami profile performance.
OpenTelemetryFrontPagePerformanceTest.php file core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php
OpenTelemetryFrontPagePerformanceTest::$profile property core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php The profile to install as a basis for testing.
OpenTelemetryFrontPagePerformanceTest::clearCaches function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php Clear caches.
OpenTelemetryFrontPagePerformanceTest::testFrontPageColdCache function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php Logs front page tracing data with a cold cache.
OpenTelemetryFrontPagePerformanceTest::testFrontPageCoolCache function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php Logs front page tracing data with a lukewarm cache.
OpenTelemetryFrontPagePerformanceTest::testFrontPageHotCache function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php Logs front page tracing data with a hot cache.
OpenTelemetryFrontPagePerformanceTest::testFrontPagePerformance function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php Tests performance of the Umami demo front page.
OpenTelemetryNodePagePerformanceTest class core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php Tests demo_umami profile performance.
OpenTelemetryNodePagePerformanceTest.php file core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php
OpenTelemetryNodePagePerformanceTest::$profile property core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php The profile to install as a basis for testing.
OpenTelemetryNodePagePerformanceTest::clearCaches function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php Clear caches.
OpenTelemetryNodePagePerformanceTest::testNodePage function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php Test canonical node page performance with various cache permutations.
OpenTelemetryNodePagePerformanceTest::testNodePageColdCache function core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php Logs node page tracing data with a cold cache.

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