Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
ShortcutSetJsonBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutSetJsonBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php The theme to install as the default for testing.
ShortcutSetJsonBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php The format to use in this test.
ShortcutSetJsonBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutSetJsonBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php Modules to install.
ShortcutSetJsonCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php Tests Shortcut Set Json Cookie.
ShortcutSetJsonCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php
ShortcutSetJsonCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php The authentication mechanism to use in this test.
ShortcutSetJsonCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php The theme to install as the default for testing.
ShortcutSetJsonCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php The format to use in this test.
ShortcutSetJsonCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php The MIME type that corresponds to $format.
ShortcutSetListBuilder class core/modules/shortcut/src/ShortcutSetListBuilder.php Defines a class to build a listing of shortcut set entities.
ShortcutSetListBuilder.php file core/modules/shortcut/src/ShortcutSetListBuilder.php
ShortcutSetListBuilder::buildHeader function core/modules/shortcut/src/ShortcutSetListBuilder.php Builds the header row for the entity listing.
ShortcutSetListBuilder::buildRow function core/modules/shortcut/src/ShortcutSetListBuilder.php Builds a row for an entity in the entity listing.
ShortcutSetListBuilder::getDefaultOperations function core/modules/shortcut/src/ShortcutSetListBuilder.php Gets this list's default operations.
ShortcutSetResourceTestBase class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Resource test base for ShortcutSet entity.
ShortcutSetResourceTestBase.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php
ShortcutSetResourceTestBase::$entity property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The ShortcutSet entity.
ShortcutSetResourceTestBase::$entityTypeId property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The tested entity type.
ShortcutSetResourceTestBase::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Modules to install.
ShortcutSetResourceTestBase::$patchProtectedFieldNames property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php The fields that are protected against modification during PATCH requests.
ShortcutSetResourceTestBase::createEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Creates the entity to be tested.
ShortcutSetResourceTestBase::getExpectedNormalizedEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Returns the expected normalization of the entity.
ShortcutSetResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Return the expected error message.
ShortcutSetResourceTestBase::getNormalizedPostEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Returns the normalized POST entity.
ShortcutSetResourceTestBase::setUpAuthorization function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Sets up the necessary authorization.
ShortcutSetsTest class core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Create, view, edit, delete, and change shortcut sets.
ShortcutSetsTest.php file core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
ShortcutSetsTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php The theme to install as the default for testing.
ShortcutSetsTest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Modules to install.
ShortcutSetsTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
ShortcutSetsTest::testShortcutSetAdd function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetAssign function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching another user's shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetDelete function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetDeleteDefault function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting the default shortcut set.
ShortcutSetsTest::testShortcutSetEdit function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests renaming a shortcut set.
ShortcutSetsTest::testShortcutSetSwitchCreate function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTest::testShortcutSetSwitchOwn function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's own shortcut set.
ShortcutSetsTest::testShortcutSetUnassign function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests un-assigning a shortcut set.
ShortcutSetsTest::testShortcutSetUnassignOnUserRemoval function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests assign clearing on user removal.
ShortcutSetStorage class core/modules/shortcut/src/ShortcutSetStorage.php Defines a storage for shortcut_set entities.
ShortcutSetStorage.php file core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::$connection property core/modules/shortcut/src/ShortcutSetStorage.php The database connection.
ShortcutSetStorage::$moduleHandler property core/modules/shortcut/src/ShortcutSetStorage.php The module handler.
ShortcutSetStorage::assignUser function core/modules/shortcut/src/ShortcutSetStorage.php Assigns a user to a particular shortcut set.
ShortcutSetStorage::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorage.php Get the number of users who have this set assigned to them.

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