| 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::create |
function |
core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php |
Instantiates a new instance of the implementing class using autowiring. |
| 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. |
| 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_alter |
function |
core/themes/olivero/olivero.theme |
Implements hook_form_alter() for adding classes and placeholder text to the search forms. |
| olivero_form_node_preview_form_select_alter |
function |
core/themes/olivero/olivero.theme |
Implements hook_form_FORM_ID_alter() for node_preview_form_select. |
| olivero_form_system_theme_settings_alter |
function |
core/themes/olivero/theme-settings.php |
Implements hook_form_FORM_ID_alter() for system_theme_settings. |
| olivero_form_views_exposed_form_alter |
function |
core/themes/olivero/olivero.theme |
Implements hook_form_FORM_ID_alter() for views_exposed_form. |
| olivero_preprocess_field_multiple_value_form |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for field-multiple-value-form. |
| olivero_preprocess_form_element |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for form-element. |
| olivero_preprocess_form_element_label |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for form-element-label. |
| olivero_preprocess_text_format_wrapper |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for text-format-wrapper. |
| olivero_theme_suggestions_form_alter |
function |
core/themes/olivero/olivero.theme |
Implements hook_theme_suggestions_HOOK_alter() for form templates. |
| 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. |