Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
OEmbedSourceTest::$modules property core/modules/media/tests/src/Kernel/OEmbedSourceTest.php Modules to install.
OEmbedSourceTest::providerThumbnailUri function core/modules/media/tests/src/Kernel/OEmbedSourceTest.php Data provider for ::testThumbnailUri().
OEmbedSourceTest::testGetMetadata function core/modules/media/tests/src/Kernel/OEmbedSourceTest.php Tests get metadata.
OEmbedSourceTest::testThumbnailUri function core/modules/media/tests/src/Kernel/OEmbedSourceTest.php Tests that remote thumbnails are downloaded correctly.
OEmbedTestTrait trait core/modules/media/tests/src/Traits/OEmbedTestTrait.php Contains helper functions for testing oEmbed functionality in isolation.
OEmbedTestTrait.php file core/modules/media/tests/src/Traits/OEmbedTestTrait.php
OEmbedTestTrait::getFixturesDirectory function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Returns the relative path to the oEmbed fixtures directory.
OEmbedTestTrait::getFixturesUrl function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Returns the absolute URL of the oEmbed fixtures directory.
OEmbedTestTrait::hijackProviderEndpoints function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Ensures that oEmbed provider endpoints use the test resource route.
OEmbedTestTrait::lockHttpClientToFixtures function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Configures the HTTP client to always use the fixtures directory.
OEmbedTestTrait::useFixtureProviders function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Forces Media to use the provider database in the fixtures directory.
OEmbedWidget::isApplicable function core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php Returns if the widget can be used for the provided field.
off-canvas-page-wrapper.html.twig file core/themes/stable9/templates/content/off-canvas-page-wrapper.html.twig Theme override for a page wrapper.
off-canvas-page-wrapper.html.twig file core/themes/claro/templates/off-canvas-page-wrapper.html.twig Default theme implementation for a page wrapper.
off-canvas-page-wrapper.html.twig file core/themes/admin/templates/system/off-canvas-page-wrapper.html.twig Default theme implementation for a page wrapper.
off-canvas-page-wrapper.html.twig file core/themes/default_admin/templates/system/off-canvas-page-wrapper.html.twig Default theme implementation for a page wrapper.
off-canvas-page-wrapper.html.twig file core/modules/system/templates/off-canvas-page-wrapper.html.twig Default theme implementation for a page wrapper.
off-canvas.css file core/modules/layout_builder/css/off-canvas.css Layout Builder styling for off-canvas UI.
off-canvas.pcss.css file core/modules/layout_builder/css/off-canvas.pcss.css Layout Builder styling for off-canvas UI.
OffCanvasDialogTest class core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php Performs tests on opening and manipulating dialogs via AJAX commands.
OffCanvasDialogTest.php file core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
OffCanvasDialogTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php The theme to install as the default for testing.
OffCanvasDialogTest::$modules property core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php Modules to install.
OffCanvasDialogTest::dialogPosition function core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php The data provider for potential dialog positions.
OffCanvasDialogTest::testDialog function core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php Tests sending AJAX requests to open and manipulate off-canvas dialog.
OffCanvasRenderer class core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php Default main content renderer for off-canvas dialog requests.
OffCanvasRenderer.php file core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php
OffCanvasRenderer::$position property core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php The position to render the off-canvas dialog.
OffCanvasRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php The renderer.
OffCanvasRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php Renders the main content render array into a response.
OffCanvasRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php Constructs a new OffCanvasRenderer.
OffCanvasTest class core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Tests the off-canvas dialog functionality.
OffCanvasTest.php file core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
OffCanvasTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php The theme to install as the default for testing.
OffCanvasTest::$lastDialogClass property core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Stores to the class that should be on the last dialog.
OffCanvasTest::$modules property core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Modules to install.
OffCanvasTest::assertOffCanvasDialog function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Asserts that the off-canvas dialog opens and renders expected content.
OffCanvasTest::testNarrowWidth function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Tests the body displacement behaves differently at a narrow width.
OffCanvasTest::testOffCanvasLinks function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php Tests that non-contextual links will work with the off-canvas dialog.
OffCanvasTestBase class core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Base class contains common test functionality for the Off-canvas dialog.
OffCanvasTestBase.php file core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
OffCanvasTestBase::$modules property core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Modules to install.
OffCanvasTestBase::assertAllContextualLinksLoaded function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Assert all contextual link areas have be loaded.
OffCanvasTestBase::assertElementVisibleAfterWait function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Asserts the specified selector is visible after a wait.
OffCanvasTestBase::assertPageLoadComplete function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Assert the page is completely loaded.
OffCanvasTestBase::drupalGet function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Retrieves a Drupal path or an absolute path.
OffCanvasTestBase::enableTheme function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Enables a theme.
OffCanvasTestBase::getOffCanvasDialog function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Gets the off-canvas dialog element.
OffCanvasTestBase::getTestThemes function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Get themes to test.
OffCanvasTestBase::themeDataProvider function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Data provider that returns theme name as the sole argument.

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