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 11.x for %s
  6. Other projects
Title Object type File name Summary
ShortcutCacheTagsTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php The theme to install as the default for testing.
ShortcutCacheTagsTest::$modules property core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php Modules to install.
ShortcutCacheTagsTest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Modules to install.
ShortcutCacheTagsTest::$shortcutSet property core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php The default shortcut set.
ShortcutCacheTagsTest::createEntity function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Creates the entity to be tested.
ShortcutCacheTagsTest::createShortcutEntity function core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php Creates a shortcut entity in the default shortcut set.
ShortcutCacheTagsTest::setUp function core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php
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/Kernel/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::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.
ShortcutEntityLinksTest class core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php Tests the entity_links filter with shortcut entities.
ShortcutEntityLinksTest.php file core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php
ShortcutEntityLinksTest::$filter property core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php The entity_links filter.
ShortcutEntityLinksTest::$modules property core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php Modules to install.
ShortcutEntityLinksTest::setUp function core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php
ShortcutEntityLinksTest::testShortcutEntity function core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php @legacy-covers ::getUrl
@legacy-covers \Drupal\shortcut\Entity\ShortcutLinkTarget
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.
ShortcutHooks class core/modules/shortcut/src/Hook/ShortcutHooks.php Hook implementations for shortcut.
ShortcutHooks.php file core/modules/shortcut/src/Hook/ShortcutHooks.php
ShortcutHooks::help function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_help().
ShortcutHooks::jsonapiShortcutFilterAccess function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'shortcut'.
ShortcutHooks::queryShortcutAccessAlter function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_query_TAG_alter() for 'shortcut_access'.
ShortcutHooks::themesInstalled function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_themes_installed().
ShortcutHooks::toolbar function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_toolbar().
ShortcutHooks::userDelete function core/modules/shortcut/src/Hook/ShortcutHooks.php Implements hook_ENTITY_TYPE_delete().
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 Tests Shortcut Json Anon.

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