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
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_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_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
UnblockUser::access function core/modules/user/src/Plugin/Action/UnblockUser.php Checks object access.
UnblockUser::execute function core/modules/user/src/Plugin/Action/UnblockUser.php Executes the plugin.
UncacheableDependencyTrait::getCacheContexts function core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php
UncacheableDependencyTrait::getCacheTags function core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php
UncacheableFieldHandlerTrait::postRender function core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php
UncacheableTestAccessResult class core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
UncacheableTestAccessResult::$value property core/tests/Drupal/Tests/Core/Access/AccessResultTest.php The access result value. 'ALLOWED', 'FORBIDDEN' or 'NEUTRAL'.
UncacheableTestAccessResult::andIf function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Combine this access result with another using AND.
UncacheableTestAccessResult::isAllowed function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is explicitly allowed.
UncacheableTestAccessResult::isForbidden function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is explicitly forbidden.
UncacheableTestAccessResult::isNeutral function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Checks whether this access result indicates access is not yet determined.
UncacheableTestAccessResult::orIf function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Combine this access result with another using OR.
UncacheableTestAccessResult::__construct function core/tests/Drupal/Tests/Core/Access/AccessResultTest.php Constructs a new UncacheableTestAccessResult object.
UncaughtExceptionTest class core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests kernel panic when things are really messed up.
UncaughtExceptionTest.php file core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php The theme to install as the default for testing.
UncaughtExceptionTest::$expectedExceptionMessage property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Exceptions thrown by site under test that contain this text are ignored.
UncaughtExceptionTest::$modules property core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Modules to enable.
UncaughtExceptionTest::assertErrorLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that a specific error has been logged to the PHP error log.
UncaughtExceptionTest::assertNoErrorsLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that no errors have been logged to the PHP error.log thus far.
UncaughtExceptionTest::setUp function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
UncaughtExceptionTest::testErrorContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests fallback to PHP error log when an exception is thrown while logging.

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