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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UiHelperTrait::$metaRefreshCount property core/tests/Drupal/Tests/UiHelperTrait.php The number of meta refresh redirects followed during ::drupalGet().
UiHelperTrait::$useOneTimeLoginLinks property core/tests/Drupal/Tests/UiHelperTrait.php Use one-time login links instead of submitting the login form.
UiHelperTrait::assertSession function core/tests/Drupal/Tests/UiHelperTrait.php Returns WebAssert object.
UiHelperTrait::checkForMetaRefresh function core/tests/Drupal/Tests/UiHelperTrait.php Checks for meta refresh tag and if found call drupalGet() recursively.
UiHelperTrait::cssSelect function core/tests/Drupal/Tests/UiHelperTrait.php Searches elements using a CSS selector in the raw content.
UiHelperTrait::cssSelectToXpath function core/tests/Drupal/Tests/UiHelperTrait.php Translates a CSS expression to its XPath equivalent.
UiHelperTrait::drupalResetSession function core/tests/Drupal/Tests/UiHelperTrait.php Resets the current active session back to Anonymous session.
UiHelperTrait::drupalUserIsLoggedIn function core/tests/Drupal/Tests/UiHelperTrait.php Returns whether a given user account is logged in.
UiHelperTrait::getAbsoluteUrl function core/tests/Drupal/Tests/UiHelperTrait.php Takes a path and returns an absolute path.
UiHelperTrait::isTestUsingGuzzleClient function core/tests/Drupal/Tests/UiHelperTrait.php Determines if test is using DrupalTestBrowser.
UiHelperTrait::prepareRequest function core/tests/Drupal/Tests/UiHelperTrait.php Prepare for a request to testing site.
UiHelperTrait::submitForm function core/tests/Drupal/Tests/UiHelperTrait.php Fills and submits a form.
UITestBase class core/modules/views_ui/tests/src/Functional/UITestBase.php Provides a base class for testing the Views UI.
UITestBase.php file core/modules/views_ui/tests/src/Functional/UITestBase.php
UITestBase::$adminUser property core/modules/views_ui/tests/src/Functional/UITestBase.php An admin user with the 'administer views' permission.
UITestBase::$fullAdminUser property core/modules/views_ui/tests/src/Functional/UITestBase.php An admin user with administrative permissions for views, blocks, and nodes.
UITestBase::$modules property core/modules/views_ui/tests/src/Functional/UITestBase.php Modules to install.
UITestBase::drupalGet function core/modules/views_ui/tests/src/Functional/UITestBase.php Retrieves a Drupal path or an absolute path.
UITestBase::randomView function core/modules/views_ui/tests/src/Functional/UITestBase.php A helper method which creates a random view.
UITestBase::setUp function core/modules/views_ui/tests/src/Functional/UITestBase.php Sets up the test.
umami.breakpoints.yml file core/profiles/demo_umami/themes/umami/umami.breakpoints.yml core/profiles/demo_umami/themes/umami/umami.breakpoints.yml
umami.layouts.yml file core/profiles/demo_umami/themes/umami/umami.layouts.yml core/profiles/demo_umami/themes/umami/umami.layouts.yml
umami.libraries.yml file core/profiles/demo_umami/themes/umami/umami.libraries.yml core/profiles/demo_umami/themes/umami/umami.libraries.yml
UmamiMultilingualInstallTest class core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Tests the multilingual installer installing the Umami profile.
UmamiMultilingualInstallTest.php file core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php
UmamiMultilingualInstallTest::$langcode property core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php The language code in which to install Drupal.
UmamiMultilingualInstallTest::$profile property core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php The installation profile to install.
UmamiMultilingualInstallTest::getPo function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Returns the string for the test .po file.
UmamiMultilingualInstallTest::setUpLanguage function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Installer step: Select language.
UmamiMultilingualInstallTest::testUmami function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Ensures that Umami can be installed with Spanish as the default language.
umami_form_search_block_form_alter function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_form_FORM_ID_alter().
umami_preprocess_block function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_block().
umami_preprocess_block__bundle__banner_block function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_umami_preprocess_block__bundle__banner_block().
umami_preprocess_block__bundle__footer_promo_block function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_umami_preprocess_block__bundle__footer_promo_block().
umami_preprocess_breadcrumb function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_breadcrumb().
umami_preprocess_field function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_field().
umami_preprocess_html function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_HOOK() for HTML document templates.
umami_preprocess_image_widget function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_image_widget().
umami_preprocess_links function core/profiles/demo_umami/themes/umami/umami.theme Implements template_preprocess_links().
umami_preprocess_links__media_library_menu function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_links__media_library_menu().
umami_preprocess_menu_local_task function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_menu_local_task().
umami_theme_suggestions_block_alter function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_theme_suggestions_HOOK_alter() for block templates.
UnapprovedComments class core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php Provides a local task that shows the amount of unapproved comments.
UnapprovedComments.php file core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php
UnapprovedComments::$commentStorage property core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php The comment storage service.
UnapprovedComments::create function core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php Creates an instance of the plugin.
UnapprovedComments::getTitle function core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php Returns the localized title to be shown for this tab.
UnapprovedComments::__construct function core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php Construct the UnapprovedComments object.
UnblockUser class core/modules/user/src/Plugin/Action/UnblockUser.php Unblocks a user.
UnblockUser.php file core/modules/user/src/Plugin/Action/UnblockUser.php

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