| OEmbedResourceConstraintValidatorTest::setUp |
function |
core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php |
|
| OEmbedResourceConstraintValidatorTest::testValidateEmptySource |
function |
core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php |
Tests validate empty source. |
| OEmbedResourceConstraintValidatorTest::testValidateUrlResolverInvoked |
function |
core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php |
Tests validate url resolver invoked. |
| OEmbedSourceTest |
class |
core/modules/media/tests/src/Kernel/OEmbedSourceTest.php |
Tests Drupal\media\Plugin\media\Source\OEmbed. |
| OEmbedSourceTest.php |
file |
core/modules/media/tests/src/Kernel/OEmbedSourceTest.php |
|
| 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. |
| 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. |
| 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. |
| OffCanvasTestBase::waitForOffCanvasToClose |
function |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php |
Waits for off-canvas dialog to close. |
| OffCanvasTestBase::waitForOffCanvasToOpen |
function |
core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php |
Waits for off-canvas dialog to open. |
| OffCanvasTestHooks |
class |
core/modules/system/tests/modules/off_canvas_test/src/Hook/OffCanvasTestHooks.php |
Hook implementations for off_canvas_test. |
| OffCanvasTestHooks.php |
file |
core/modules/system/tests/modules/off_canvas_test/src/Hook/OffCanvasTestHooks.php |
|
| OffCanvasTestHooks::pageAttachments |
function |
core/modules/system/tests/modules/off_canvas_test/src/Hook/OffCanvasTestHooks.php |
Implements hook_page_attachments(). |
| OffCanvasTestTrait |
trait |
core/modules/system/tests/src/Traits/OffCanvasTestTrait.php |
Provides helper methods for interacting with the off-canvas area. |
| OffCanvasTestTrait.php |
file |
core/modules/system/tests/src/Traits/OffCanvasTestTrait.php |
|
| OffCanvasTestTrait::waitForOffCanvasArea |
function |
core/modules/system/tests/src/Traits/OffCanvasTestTrait.php |
Waits for the off-canvas area to appear, resized and visible. |
| OffsetPageTest |
class |
core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php |
Tests Drupal\jsonapi\Query\OffsetPage. |