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
shortcut.theme.css file core/themes/stable9/css/shortcut/shortcut.theme.css Styling for the shortcut module.
shortcut.theme.css file core/themes/stable/css/shortcut/shortcut.theme.css Styling for the shortcut module.
Shortcut::baseFieldDefinitions function core/modules/shortcut/src/Entity/Shortcut.php Provides base field definitions for an entity type.
Shortcut::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php Returns available fields on the source.
Shortcut::getCacheTagsToInvalidate function core/modules/shortcut/src/Entity/Shortcut.php Returns the cache tags that should be used to invalidate caches.
Shortcut::getIds function core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php Defines the source fields uniquely identifying a source row.
Shortcut::getTitle function core/modules/shortcut/src/Entity/Shortcut.php Returns the title of this shortcut.
Shortcut::getUrl function core/modules/shortcut/src/Entity/Shortcut.php Returns the URL object pointing to the configured route.
Shortcut::getWeight function core/modules/shortcut/src/Entity/Shortcut.php Returns the weight among shortcuts with the same depth.
Shortcut::postSave function core/modules/shortcut/src/Entity/Shortcut.php Acts on a saved entity before the insert or update hook is invoked.
Shortcut::query function core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php
Shortcut::setTitle function core/modules/shortcut/src/Entity/Shortcut.php Sets the title of this shortcut.
Shortcut::setWeight function core/modules/shortcut/src/Entity/Shortcut.php Sets the weight among shortcuts with the same depth.
Shortcut::sort function core/modules/shortcut/src/Entity/Shortcut.php Sort shortcut objects.
ShortcutAccessControlHandler class core/modules/shortcut/src/ShortcutAccessControlHandler.php Defines the access control handler for the shortcut entity type.
ShortcutAccessControlHandler.php file core/modules/shortcut/src/ShortcutAccessControlHandler.php
ShortcutAccessControlHandler::$shortcutSetStorage property core/modules/shortcut/src/ShortcutAccessControlHandler.php The shortcut_set storage.
ShortcutAccessControlHandler::checkAccess function core/modules/shortcut/src/ShortcutAccessControlHandler.php Performs access checks.
ShortcutAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutAccessControlHandler.php Performs create access checks.
ShortcutAccessControlHandler::createInstance function core/modules/shortcut/src/ShortcutAccessControlHandler.php Instantiates a new instance of this entity handler.
ShortcutAccessControlHandler::__construct function core/modules/shortcut/src/ShortcutAccessControlHandler.php Constructs a ShortcutAccessControlHandler object.
ShortcutCacheTagsTest class core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Tests the Shortcut entity's cache tags.
ShortcutCacheTagsTest.php file core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
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/Functional/ShortcutCacheTagsTest.php Modules to enable.
ShortcutCacheTagsTest::createEntity function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php Creates the entity to be tested.
ShortcutCacheTagsTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
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 enable.
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.
ShortcutHalJsonAnonTest class core/modules/hal/tests/src/Functional/shortcut/ShortcutHalJsonAnonTest.php @group hal
@group legacy
ShortcutHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/shortcut/ShortcutHalJsonAnonTest.php
ShortcutHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/shortcut/ShortcutHalJsonAnonTest.php The theme to install as the default for testing.

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