Search for setStorage

  1. Search 7.x for setStorage
  2. Search 8.9.x for setStorage
  3. Search 10.3.x for setStorage
  4. Search 11.x for setStorage
  5. Other projects
Title Object type File name Summary
BaseFieldDefinition::setStorageRequired function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets whether the field storage is required.
ConfigEntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::setStorageClass
EntityType::setStorageClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the storage class.
EntityTypeInterface::setStorageClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the storage class.
EntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the setStorageClass() method.
FormState::setStorage function core/lib/Drupal/Core/Form/FormState.php Sets the entire set of arbitrary data.
FormStateDecoratorBase::setStorage function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the entire set of arbitrary data.
FormStateDecoratorBaseTest::testSetStorage function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setStorage
FormStateInterface::setStorage function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the entire set of arbitrary data.
ShortcutAccessControlHandler::$shortcutSetStorage property core/modules/shortcut/src/ShortcutAccessControlHandler.php The shortcut_set storage.
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.
ShortcutSetStorage::createInstance function core/modules/shortcut/src/ShortcutSetStorage.php Instantiates a new instance of this entity handler.
ShortcutSetStorage::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorage.php Delete shortcut sets assigned to users.
ShortcutSetStorage::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorage.php Get the name of the set assigned to this user.
ShortcutSetStorage::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorage.php Gets the default shortcut set for a given user account.
ShortcutSetStorage::unassignUser function core/modules/shortcut/src/ShortcutSetStorage.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetStorage::__construct function core/modules/shortcut/src/ShortcutSetStorage.php Constructs a ShortcutSetStorageController object.
ShortcutSetStorageInterface interface core/modules/shortcut/src/ShortcutSetStorageInterface.php Defines an interface for shortcut_set entity storage classes.
ShortcutSetStorageInterface.php file core/modules/shortcut/src/ShortcutSetStorageInterface.php
ShortcutSetStorageInterface::assignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Assigns a user to a particular shortcut set.
ShortcutSetStorageInterface::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the number of users who have this set assigned to them.
ShortcutSetStorageInterface::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorageInterface.php Delete shortcut sets assigned to users.
ShortcutSetStorageInterface::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the name of the set assigned to this user.
ShortcutSetStorageInterface::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorageInterface.php Gets the default shortcut set for a given user account.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetUsers::$shortcutSetStorage property core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php The shortcut set storage handler.
StringBase::setStorage function core/modules/locale/src/StringBase.php Sets the string storage.
StringInterface::setStorage function core/modules/locale/src/StringInterface.php Sets the string storage.
SwitchShortcutSet::$shortcutSetStorage property core/modules/shortcut/src/Form/SwitchShortcutSet.php The shortcut set storage.

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