Search for __set

  1. Search 7.x for __set
  2. Search 8.9.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
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.
ShortcutAccessControlHandler::$shortcutSetStorage property core/modules/shortcut/src/ShortcutAccessControlHandler.php The shortcut_set storage.
ShortcutCacheTagsTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
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.
ShortcutLinksTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLocalTasksTest::setUp function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
ShortcutResourceTestBase::setUpAuthorization function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Sets up the necessary authorization.
ShortcutSet class core/modules/shortcut/src/Entity/ShortcutSet.php Defines the Shortcut set configuration entity.
ShortcutSet class core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Drupal 7 shortcut_set source from database.
ShortcutSet.php file core/modules/shortcut/src/Entity/ShortcutSet.php
ShortcutSet.php file core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php
ShortcutSet::$id property core/modules/shortcut/src/Entity/ShortcutSet.php The machine name for the configuration entity.
ShortcutSet::$label property core/modules/shortcut/src/Entity/ShortcutSet.php The human-readable name of the configuration entity.
ShortcutSet::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Returns available fields on the source.
ShortcutSet::getIds function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Defines the source fields uniquely identifying a source row.
ShortcutSet::getShortcuts function core/modules/shortcut/src/Entity/ShortcutSet.php Returns all the shortcuts from a shortcut set sorted correctly.
ShortcutSet::postSave function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutSet::preDelete function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on entities before they are deleted and before hooks are invoked.
ShortcutSet::query function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php
ShortcutSet::resetLinkWeights function core/modules/shortcut/src/Entity/ShortcutSet.php Resets the link weights in a shortcut set to match their current order.
ShortcutSetAccessControlHandler class core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Defines the access control handler for the shortcut set entity type.
ShortcutSetAccessControlHandler.php file core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
ShortcutSetAccessControlHandler::checkAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs access checks.
ShortcutSetAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs create access checks.
ShortcutSetController class core/modules/shortcut/src/Controller/ShortcutSetController.php Builds the page for administering shortcut sets.
ShortcutSetController.php file core/modules/shortcut/src/Controller/ShortcutSetController.php
ShortcutSetController::$pathValidator property core/modules/shortcut/src/Controller/ShortcutSetController.php The path validator.
ShortcutSetController::addShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutSetController.php Creates a new link in the provided shortcut set.
ShortcutSetController::create function core/modules/shortcut/src/Controller/ShortcutSetController.php Instantiates a new instance of this class.
ShortcutSetController::__construct function core/modules/shortcut/src/Controller/ShortcutSetController.php Creates a new ShortcutSetController instance.
ShortcutSetDeleteForm class core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Builds the shortcut set deletion form.
ShortcutSetDeleteForm.php file core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php
ShortcutSetDeleteForm::$database property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The database connection.
ShortcutSetDeleteForm::$storage property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The shortcut storage.
ShortcutSetDeleteForm::buildForm function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Form constructor.
ShortcutSetDeleteForm::create function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Instantiates a new instance of this class.
ShortcutSetDeleteForm::__construct function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Constructs a ShortcutSetDeleteForm object.
ShortcutSetForm class core/modules/shortcut/src/ShortcutSetForm.php Form handler for the shortcut set entity edit forms.
ShortcutSetForm.php file core/modules/shortcut/src/ShortcutSetForm.php
ShortcutSetForm::form function core/modules/shortcut/src/ShortcutSetForm.php Gets the actual form array to be built.
ShortcutSetForm::save function core/modules/shortcut/src/ShortcutSetForm.php Form submission handler for the 'save' action.
ShortcutSetHalJsonAnonTest class core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonAnonTest.php @group hal
@group legacy
ShortcutSetHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonAnonTest.php
ShortcutSetHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonAnonTest.php The theme to install as the default for testing.
ShortcutSetHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonAnonTest.php The format to use in this test.
ShortcutSetHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonAnonTest.php The MIME type that corresponds to $format.
ShortcutSetHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonAnonTest.php Modules to install.
ShortcutSetHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/shortcut/ShortcutSetHalJsonBasicAuthTest.php @group hal
@group legacy

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