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
ShortcutCacheTagsTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
ShortcutCacheTagsTest::testBlock function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Tests visibility and cacheability of shortcuts in the block.
ShortcutCacheTagsTest::testEntityCreation function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Tests that when creating a shortcut, the shortcut set tag is invalidated.
ShortcutCacheTagsTest::testToolbar function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Tests visibility and cacheability of shortcuts in the toolbar.
ShortcutClaroIntegrationTest class core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
ShortcutClaroIntegrationTest.php file core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php
ShortcutClaroIntegrationTest::$modules property core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php Modules to install.
ShortcutClaroIntegrationTest::testInstallUninstall function core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
ShortcutController class core/modules/shortcut/src/Controller/ShortcutController.php Provides route responses for taxonomy.module.
ShortcutController.php file core/modules/shortcut/src/Controller/ShortcutController.php
ShortcutController::addForm function core/modules/shortcut/src/Controller/ShortcutController.php Returns a form to add a new shortcut to a given set.
ShortcutController::deleteShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutController.php Deletes the selected shortcut.
ShortcutDeleteForm class core/modules/shortcut/src/Form/ShortcutDeleteForm.php Builds the shortcut link deletion form.
ShortcutDeleteForm.php file core/modules/shortcut/src/Form/ShortcutDeleteForm.php
ShortcutDeleteForm::getCancelUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the route to go to if the user cancels the action.
ShortcutDeleteForm::getFormId function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns a unique string identifying the form.
ShortcutDeleteForm::getRedirectUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the URL where the user should be redirected after deletion.
ShortcutForm class core/modules/shortcut/src/ShortcutForm.php Form handler for the shortcut entity forms.
ShortcutForm.php file core/modules/shortcut/src/ShortcutForm.php
ShortcutForm::$entity property core/modules/shortcut/src/ShortcutForm.php The entity being used by this form.
ShortcutForm::form function core/modules/shortcut/src/ShortcutForm.php Gets the actual form array to be built.
ShortcutForm::save function core/modules/shortcut/src/ShortcutForm.php Form submission handler for the 'save' action.
ShortcutInterface interface core/modules/shortcut/src/ShortcutInterface.php Provides an interface defining a shortcut entity.
ShortcutInterface.php file core/modules/shortcut/src/ShortcutInterface.php
ShortcutInterface::getTitle function core/modules/shortcut/src/ShortcutInterface.php Returns the title of this shortcut.
ShortcutInterface::getUrl function core/modules/shortcut/src/ShortcutInterface.php Returns the URL object pointing to the configured route.
ShortcutInterface::getWeight function core/modules/shortcut/src/ShortcutInterface.php Returns the weight among shortcuts with the same depth.
ShortcutInterface::setTitle function core/modules/shortcut/src/ShortcutInterface.php Sets the title of this shortcut.
ShortcutInterface::setWeight function core/modules/shortcut/src/ShortcutInterface.php Sets the weight among shortcuts with the same depth.
ShortcutJsonAnonTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php @group rest
ShortcutJsonAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php
ShortcutJsonAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The theme to install as the default for testing.
ShortcutJsonAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The format to use in this test.
ShortcutJsonAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The MIME type that corresponds to $format.
ShortcutJsonBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php @group rest
ShortcutJsonBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutJsonBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php The theme to install as the default for testing.
ShortcutJsonBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php The format to use in this test.
ShortcutJsonBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutJsonBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php Modules to install.
ShortcutJsonCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php @group rest
ShortcutJsonCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php
ShortcutJsonCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php The authentication mechanism to use in this test.
ShortcutJsonCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php The theme to install as the default for testing.
ShortcutJsonCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php The format to use in this test.
ShortcutJsonCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php The MIME type that corresponds to $format.
ShortcutLazyBuilder class core/modules/navigation/src/ShortcutLazyBuilder.php Lazy Builders for Navigation shortcuts links.
ShortcutLazyBuilder.php file core/modules/navigation/src/ShortcutLazyBuilder.php
ShortcutLazyBuilder::lazyLinks function core/modules/navigation/src/ShortcutLazyBuilder.php The #lazy_builder callback; builds shortcut navigation links.

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