Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
ShortcutSetTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Return the expected error message.
ShortcutSetTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Returns the JSON:API POST document.
ShortcutSetTest::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php The data provider.
ShortcutSetTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Sets up the necessary authorization.
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Plugin annotation

@MigrateDestination(
id = "shortcut_set_users"
)
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Drupal 7 shortcut_set_users source from database.
ShortcutSetUsers.php file core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php
ShortcutSetUsers.php file core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php
ShortcutSetUsers::$shortcutSetStorage property core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php The shortcut set storage handler.
ShortcutSetUsers::create function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Creates an instance of the plugin.
ShortcutSetUsers::fields function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Returns an array of destination fields.
ShortcutSetUsers::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Returns available fields on the source.
ShortcutSetUsers::getIds function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Gets the destination IDs.
ShortcutSetUsers::getIds function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Defines the source fields uniquely identifying a source row.
ShortcutSetUsers::import function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Import the row.
ShortcutSetUsers::query function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php
ShortcutSetUsers::__construct function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Constructs an entity destination plugin.
ShortcutSetUsersTest class core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Tests D7 ShortcutSetUsers source plugin.
ShortcutSetUsersTest.php file core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php
ShortcutSetUsersTest::$modules property core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Modules to enable.
ShortcutSetUsersTest::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php The data provider.
ShortcutSetXmlAnonTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php @group rest
ShortcutSetXmlAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php
ShortcutSetXmlAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The theme to install as the default for testing.
ShortcutSetXmlAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The format to use in this test.
ShortcutSetXmlAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The MIME type that corresponds to $format.
ShortcutSetXmlBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php @group rest
ShortcutSetXmlBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php
ShortcutSetXmlBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutSetXmlBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The theme to install as the default for testing.
ShortcutSetXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The format to use in this test.
ShortcutSetXmlBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutSetXmlBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php Modules to install.
ShortcutSetXmlCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php @group rest
ShortcutSetXmlCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php
ShortcutSetXmlCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The authentication mechanism to use in this test.
ShortcutSetXmlCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The theme to install as the default for testing.
ShortcutSetXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The format to use in this test.
ShortcutSetXmlCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The MIME type that corresponds to $format.
ShortcutTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ShortcutTest.php Sets up the necessary authorization.
ShortcutTestBase::$set property core/modules/shortcut/src/Tests/ShortcutTestBase.php Site-wide default shortcut set.
ShortcutTestBase::$set property core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php Site-wide default shortcut set.
ShortcutTestBase::generateShortcutSet function core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php Creates a generic shortcut set.
ShortcutTestBase::generateShortcutSet function core/modules/shortcut/src/Tests/ShortcutTestBase.php Creates a generic shortcut set.
ShortcutTestBase::setUp function core/modules/shortcut/src/Tests/ShortcutTestBase.php Sets up a Drupal site for running functional and integration tests.
ShortcutTestBase::setUp function core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php
ShortcutTranslationUITest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
shortcut_current_displayed_set function core/modules/shortcut/shortcut.module Returns the current displayed shortcut set for the provided user account.
shortcut_default_set function core/modules/shortcut/shortcut.module Returns the default shortcut set for a given user account.
shortcut_set_assign_user function core/modules/shortcut/shortcut.module Assigns a user to a particular shortcut set.

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