Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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 class core/modules/jsonapi/src/JsonApiResource/OmittedData.php Represents resource data that should be omitted from the JSON:API document.
OmittedData.php file core/modules/jsonapi/src/JsonApiResource/OmittedData.php
OmittedData::__construct function core/modules/jsonapi/src/JsonApiResource/OmittedData.php OmittedData constructor.
OnBehalfOfOtherModuleHook class core/modules/system/tests/modules/hook_collector_on_behalf/src/Hook/OnBehalfOfOtherModuleHook.php Hook implementation on behalf of another module.
OnBehalfOfOtherModuleHook.php file core/modules/system/tests/modules/hook_collector_on_behalf/src/Hook/OnBehalfOfOtherModuleHook.php
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 class core/modules/user/src/OneTimeAuthentication.php Generate and verify one time authentication codes.
OneTimeAuthentication.php file core/modules/user/src/OneTimeAuthentication.php
OneTimeAuthentication::generateCancelConfirmUrl function core/modules/user/src/OneTimeAuthentication.php Generates a URL to confirm an account cancellation request.
OneTimeAuthentication::generateHmac function core/modules/user/src/OneTimeAuthentication.php Create a one time authentication code.
OneTimeAuthentication::generateOneTimeLoginUrl function core/modules/user/src/OneTimeAuthentication.php Generates a unique URL for a user to log in and reset their password.
OneTimeAuthentication::tokens function core/modules/user/src/OneTimeAuthentication.php Token callback to add unsafe tokens for user notifications.
OneTimeAuthentication::verifyHmac function core/modules/user/src/OneTimeAuthentication.php Verify a one time authentication code and its timestamp.
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
OneTimeAuthenticationTest::testUniqueHashNoPasswordValue function core/modules/user/tests/src/Kernel/OneTimeAuthenticationTest.php Tests uniqueness of hashes when no password is set.
oop_hook_theme.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme/oop_hook_theme.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme/oop_hook_theme.info.yml
oop_hook_theme_with_module.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_module/oop_hook_theme_with_module.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_module/oop_hook_theme_with_module.info.yml
oop_hook_theme_with_order.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/oop_hook_theme_with_order.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/oop_hook_theme_with_order.info.yml
oop_hook_theme_with_remove.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_remove/oop_hook_theme_with_remove.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_remove/oop_hook_theme_with_remove.info.yml
oop_hook_theme_with_reorder.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/oop_hook_theme_with_reorder.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/oop_hook_theme_with_reorder.info.yml
OpCodeCache class core/lib/Drupal/Component/Utility/OpCodeCache.php Provides helpers to handle PHP opcode caches.
OpCodeCache.php file core/lib/Drupal/Component/Utility/OpCodeCache.php
OpCodeCache::invalidate function core/lib/Drupal/Component/Utility/OpCodeCache.php Invalidates a PHP file from a possibly active opcode cache.
OpCodeCache::isEnabled function core/lib/Drupal/Component/Utility/OpCodeCache.php Checks if OpCodeCache is enabled.
OpenDialogCommand class core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Defines an AJAX command to open certain content in a dialog.
OpenDialogCommand.php file core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
OpenDialogCommand::$content property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The content for the dialog.
OpenDialogCommand::$dialogOptions property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php Stores dialog-specific options passed directly to jQuery UI dialogs.

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