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
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 install.
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.
OliveroTest::testConfigSchema function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Test Olivero's configuration schema.
OliveroTest::testIsUninstallable function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests that the Olivero theme can be uninstalled.
OliveroTest::testPagerAttribute function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests pager attribute is present using pager_test.
OliveroTest::testPreprocessBlock function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests that olivero_preprocess_block is functioning as expected.
OliveroTest::testSystemSiteBrandingSlogan function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests slogan of system branding block.
OliveroTestThemeHooks class core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php Hook implementations for olivero_test.
OliveroTestThemeHooks.php file core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php
OliveroTestThemeHooks::preprocessFieldMultipleValueForm function core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php Implements hook_preprocess_field_multiple_value_form().
OliveroTestThemeHooks::preprocessHtml function core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php Implements hook_preprocess_html().
olivero_form_system_theme_settings_alter function core/themes/olivero/theme-settings.php Implements hook_form_FORM_ID_alter() for system_theme_settings.
olivero_post_update_remove_shortcut_settings_if_not_installed function core/themes/olivero/olivero.post_update.php Remove shortcut settings if shortcut module is not installed.
olivero_removed_post_updates function core/themes/olivero/olivero.post_update.php Implements hook_removed_post_updates().
olivero_test.info.yml file core/modules/system/tests/modules/olivero_test/olivero_test.info.yml core/modules/system/tests/modules/olivero_test/olivero_test.info.yml
olivero_test.libraries.yml file core/modules/system/tests/modules/olivero_test/olivero_test.libraries.yml core/modules/system/tests/modules/olivero_test/olivero_test.libraries.yml
olivero_test.links.menu.yml file core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml core/modules/system/tests/modules/olivero_test/olivero_test.links.menu.yml
OmittedData::__construct function core/modules/jsonapi/src/JsonApiResource/OmittedData.php OmittedData constructor.
OnBehalfOfOtherModuleHook::flush function core/modules/system/tests/modules/hook_collector_on_behalf/src/Hook/OnBehalfOfOtherModuleHook.php Implements hook_module_preinstall().
onecol.css file core/modules/layout_discovery/layouts/onecol/onecol.css /*
* @file
* Provides the layout styles for layout_onecol.
*/
.layout--onecol .layout__region {
width: 100%;
}
onecol.css file core/themes/stable9/layouts/layout_discovery/onecol/onecol.css /*
* @file
* Provides the layout styles for layout_onecol.
*/
.layout--onecol .layout__region {
width: 100%;
}
oneplusfourgrid_section.css file core/profiles/demo_umami/themes/umami/layouts/oneplusfourgrid_section/oneplusfourgrid_section.css /*
* @file
* Provides the layout styles for two-column layout section.
*/

.layout--oneplusfourgrid-section {
display: flex;
flex-wrap: wrap;
}

.layout--oneplusfourgrid-section > .layout__region {
flex: 0 1…
OneTimeAuthentication::tokens function core/modules/user/src/OneTimeAuthentication.php Token callback to add unsafe tokens for user notifications.
OneTimeAuthentication::__construct function core/modules/user/src/OneTimeAuthentication.php
OneTimeAuthenticationTest class core/modules/user/tests/src/Kernel/OneTimeAuthenticationTest.php Tests OneTimeAuthentication service.
OneTimeAuthenticationTest.php file core/modules/user/tests/src/Kernel/OneTimeAuthenticationTest.php
OneTimeAuthenticationTest::$modules property core/modules/user/tests/src/Kernel/OneTimeAuthenticationTest.php Modules to install.
OneTimeAuthenticationTest::testUniqueHashNoPasswordValue function core/modules/user/tests/src/Kernel/OneTimeAuthenticationTest.php Tests uniqueness of hashes when no password is set.
OpCodeCache::isEnabled function core/lib/Drupal/Component/Utility/OpCodeCache.php Checks if OpCodeCache is enabled.
OpenDialogCommand::$dialogOptions property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Stores dialog-specific options passed directly to jQuery UI dialogs.
OpenDialogCommand::$selector property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The selector of the dialog.
OpenDialogCommand::$settings property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Custom settings passed to Drupal behaviors on the content of the dialog.
OpenDialogCommand::getDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Returns the dialog options.
OpenDialogCommand::setDialogOption function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets a single dialog option value.
OpenDialogCommand::setDialogOptions function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog options array.
OpenDialogCommand::setDialogTitle function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Sets the dialog title (an alias of setDialogOptions).
OpenDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Constructs an OpenDialogCommand object.
OpenerResolver class core/modules/media_library/src/OpenerResolver.php Defines a class to resolve media library openers.
OpenerResolver.php file core/modules/media_library/src/OpenerResolver.php
OpenerResolver::$openers property core/modules/media_library/src/OpenerResolver.php
OpenerResolver::addOpener function core/modules/media_library/src/OpenerResolver.php Registers an opener.
OpenerResolver::get function core/modules/media_library/src/OpenerResolver.php Gets a media library opener service from the container.
OpenerResolverInterface interface core/modules/media_library/src/OpenerResolverInterface.php Defines an interface to get a media library opener from the container.
OpenerResolverInterface.php file core/modules/media_library/src/OpenerResolverInterface.php
OpenerResolverInterface::get function core/modules/media_library/src/OpenerResolverInterface.php Gets a media library opener service from the container.
OpenModalDialogCommand::__construct function core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php Constructs an OpenModalDialog object.
OpenModalDialogWithUrl::getBaseUrl function core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php Gets the complete base URL.
OpenModalDialogWithUrl::__construct function core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php Constructs a OpenModalDialogWithUrl object.

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