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
SessionManagerInterface::setWriteSafeHandler function core/lib/Drupal/Core/Session/SessionManagerInterface.php Sets the write safe session handler.
SessionTest::sessionReset function core/modules/system/tests/src/Functional/Session/SessionTest.php Reset the cookie file so that it refers to the specified user.
SessionTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
SessionTestController::noSet function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Turns off session saving and then tries to save a value anyway.
SessionTestController::set function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Stores a value in $_SESSION['session_test_value'].
SessionTestController::setMessage function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message to me displayed on the following page.
SessionTestController::setMessageButDoNotSave function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message but call drupal_save_session(FALSE).
SessionTestController::setSession function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a test value on the session.
SessionTestController::setSessionBagFlag function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets the test flag in the session test bag.
SessionWorkspaceNegotiator::setActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Notifies the negotiator that the workspace ID returned has been accepted.
SessionWorkspaceNegotiator::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Unsets the negotiated workspace.
SetCustomize class core/modules/shortcut/src/Form/SetCustomize.php Builds the shortcut set customize form.
SetCustomize.php file core/modules/shortcut/src/Form/SetCustomize.php
SetCustomize::$entity property core/modules/shortcut/src/Form/SetCustomize.php The entity being used by this form.
SetCustomize::actions function core/modules/shortcut/src/Form/SetCustomize.php Returns an array of supported actions for the current entity form.
SetCustomize::form function core/modules/shortcut/src/Form/SetCustomize.php Gets the actual form array to be built.
SetCustomize::save function core/modules/shortcut/src/Form/SetCustomize.php Form submission handler for the 'save' action.
SetDialogOptionCommand class core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php Defines an AJAX command that sets jQuery UI dialog properties.
SetDialogOptionCommand.php file core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php
SetDialogOptionCommand::$optionName property core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php A jQuery UI dialog option name.
SetDialogOptionCommand::$optionValue property core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php A jQuery UI dialog option value.
SetDialogOptionCommand::$selector property core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php A CSS selector string.
SetDialogOptionCommand::render function core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php Return an array to be run through json_encode and sent to the client.
SetDialogOptionCommand::__construct function core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php Constructs a SetDialogOptionCommand object.
SetDialogTitleCommand class core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php Defines an AJAX command that sets jQuery UI dialog properties.
SetDialogTitleCommand.php file core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php
SetDialogTitleCommand::__construct function core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php Constructs a SetDialogTitleCommand object.
SetFormCommand class core/modules/views_ui/src/Ajax/SetFormCommand.php Provides an AJAX command for setting a form submit URL in modal forms.
SetFormCommand.php file core/modules/views_ui/src/Ajax/SetFormCommand.php
SetFormCommand::$url property core/modules/views_ui/src/Ajax/SetFormCommand.php The URL of the form.
SetFormCommand::render function core/modules/views_ui/src/Ajax/SetFormCommand.php Return an array to be run through json_encode and sent to the client.
SetFormCommand::__construct function core/modules/views_ui/src/Ajax/SetFormCommand.php Constructs a SetFormCommand object.
SetInlineBlockDependency class core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php An event subscriber that returns an access dependency for inline blocks.
SetInlineBlockDependency.php file core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::$database property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The database connection.
SetInlineBlockDependency::$entityTypeManager property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The entity type manager.
SetInlineBlockDependency::$usage property core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php The inline block usage service.
SetInlineBlockDependency::getInlineBlockDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Get the access dependency of an inline block.
SetInlineBlockDependency::getSubscribedEvents function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
SetInlineBlockDependency::isBlockRevisionUsedInEntity function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Determines if a block content revision is used in an entity.
SetInlineBlockDependency::onGetDependency function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Handles the BlockContentEvents::INLINE_BLOCK_GET_DEPENDENCY event.
SetInlineBlockDependency::__construct function core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php Constructs SetInlineBlockDependency object.
SetSubtreesCommand class core/modules/toolbar/src/Ajax/SetSubtreesCommand.php Defines an AJAX command that sets the toolbar subtrees.
SetSubtreesCommand.php file core/modules/toolbar/src/Ajax/SetSubtreesCommand.php
SetSubtreesCommand::$subtrees property core/modules/toolbar/src/Ajax/SetSubtreesCommand.php The toolbar subtrees.
SetSubtreesCommand::render function core/modules/toolbar/src/Ajax/SetSubtreesCommand.php Return an array to be run through json_encode and sent to the client.
SetSubtreesCommand::__construct function core/modules/toolbar/src/Ajax/SetSubtreesCommand.php Constructs a SetSubtreesCommand object.
SettableDiscoveryExtensionListTrait trait core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Trait that allows extension discovery to be set.
SettableDiscoveryExtensionListTrait::$extensionDiscovery property core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php The extension discovery for this extension list.
SettableDiscoveryExtensionListTrait::getExtensionDiscovery function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php

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