Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
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.
OffsetPage class core/modules/jsonapi/src/Query/OffsetPage.php Value object for containing the requested offset and page parameters.
OffsetPage.php file core/modules/jsonapi/src/Query/OffsetPage.php
OffsetPage::$offset property core/modules/jsonapi/src/Query/OffsetPage.php The offset for the query.
OffsetPage::$size property core/modules/jsonapi/src/Query/OffsetPage.php The size of the query.
OffsetPage::createFromQueryParameter function core/modules/jsonapi/src/Query/OffsetPage.php Creates an OffsetPage object from a query parameter.
OffsetPage::DEFAULT_OFFSET constant core/modules/jsonapi/src/Query/OffsetPage.php Default offset.
OffsetPage::getOffset function core/modules/jsonapi/src/Query/OffsetPage.php Returns the current offset.
OffsetPage::getSize function core/modules/jsonapi/src/Query/OffsetPage.php Returns the page size.
OffsetPage::KEY_NAME constant core/modules/jsonapi/src/Query/OffsetPage.php The JSON:API pagination key name.
OffsetPage::OFFSET_KEY constant core/modules/jsonapi/src/Query/OffsetPage.php The offset key in the page parameter: page[offset].
OffsetPage::SIZE_KEY constant core/modules/jsonapi/src/Query/OffsetPage.php The size key in the page parameter: page[limit].
OffsetPage::SIZE_MAX constant core/modules/jsonapi/src/Query/OffsetPage.php Max size.
OffsetPage::__construct function core/modules/jsonapi/src/Query/OffsetPage.php Instantiates an OffsetPage object.
OffsetPageTest class core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php @coversDefaultClass \Drupal\jsonapi\Query\OffsetPage[[api-linebreak]]
@group jsonapi
OffsetPageTest.php file core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php
OffsetPageTest::parameterProvider function core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php Data provider for testCreateFromQueryParameter.
OffsetPageTest::setUp function core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php
OffsetPageTest::testCreateFromQueryParameter function core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php @covers ::createFromQueryParameter[[api-linebreak]]
@dataProvider parameterProvider
OffsetPageTest::testCreateFromQueryParameterFail function core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php @covers ::createFromQueryParameter[[api-linebreak]]
off_canvas_test.info.yml file core/modules/system/tests/modules/off_canvas_test/off_canvas_test.info.yml core/modules/system/tests/modules/off_canvas_test/off_canvas_test.info.yml
off_canvas_test.libraries.yml file core/modules/system/tests/modules/off_canvas_test/off_canvas_test.libraries.yml core/modules/system/tests/modules/off_canvas_test/off_canvas_test.libraries.yml
off_canvas_test.module file core/modules/system/tests/modules/off_canvas_test/off_canvas_test.module Contains hook implementations for testing the off-canvas area.
off_canvas_test.routing.yml file core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml
off_canvas_test_page_attachments function core/modules/system/tests/modules/off_canvas_test/off_canvas_test.module Implements hook_page_attachments().
olivero.breakpoints.yml file core/themes/olivero/olivero.breakpoints.yml core/themes/olivero/olivero.breakpoints.yml
olivero.libraries.yml file core/themes/olivero/olivero.libraries.yml core/themes/olivero/olivero.libraries.yml
olivero.schema.yml file core/themes/olivero/config/schema/olivero.schema.yml core/themes/olivero/config/schema/olivero.schema.yml
olivero.settings.yml file core/themes/olivero/config/install/olivero.settings.yml core/themes/olivero/config/install/olivero.settings.yml
OliveroMessagesTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php Runs OliveroMessagesTest in Olivero.
OliveroMessagesTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php
OliveroMessagesTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php The theme to install as the default for testing.
OliveroMessagesTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php Modules to enable.
OliveroMessagesTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php
OliveroMessagesTest::testDataDrupalSelectors function core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php Tests data-drupal-selector="messages" exists.
OliveroPreRender::messagePlaceholder function core/themes/olivero/src/OliveroPreRender.php Prerender callback for status_messages placeholder.
OliveroPreRender::trustedCallbacks function core/themes/olivero/src/OliveroPreRender.php Lists the trusted callbacks provided by the implementing class.
OliveroTest class core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests the Olivero theme.
OliveroTest.php file core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
OliveroTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php The theme to install as the default for testing.
OliveroTest::$modules property core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Modules to enable.
OliveroTest::$profile property core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php The profile to install as a basis for testing.
OliveroTest::testBaseLibraryAvailable function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests that the Olivero theme always adds base library files.

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