Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SwitchShortcutSet::validateForm function core/modules/shortcut/src/Form/SwitchShortcutSet.php Form validation handler.
SwitchShortcutSet::__construct function core/modules/shortcut/src/Form/SwitchShortcutSet.php Constructs a SwitchShortcutSet object.
SwitchToLiveForm class core/modules/workspaces/src/Form/SwitchToLiveForm.php Provides a form that switches to the live version of the site.
SwitchToLiveForm.php file core/modules/workspaces/src/Form/SwitchToLiveForm.php
SwitchToLiveForm::$workspaceManager property core/modules/workspaces/src/Form/SwitchToLiveForm.php The workspace manager.
SwitchToLiveForm::create function core/modules/workspaces/src/Form/SwitchToLiveForm.php Instantiates a new instance of this class.
SwitchToLiveForm::getCancelUrl function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the route to go to if the user cancels the action.
SwitchToLiveForm::getDescription function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
SwitchToLiveForm::getFormId function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns a unique string identifying the form.
SwitchToLiveForm::getQuestion function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the question to ask the user.
SwitchToLiveForm::submitForm function core/modules/workspaces/src/Form/SwitchToLiveForm.php Form submission handler.
SwitchToLiveForm::__construct function core/modules/workspaces/src/Form/SwitchToLiveForm.php Constructs a new SwitchToLiveForm.
SymfonyInheritedEvent class core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
SynchronizableEntityTrait trait core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php Provides a trait for accessing synchronization information.
SynchronizableEntityTrait.php file core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableEntityTrait::$isSyncing property core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php Is entity being created updated or deleted through synchronization process.
SynchronizableEntityTrait::isSyncing function core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableEntityTrait::setSyncing function core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
SynchronizableInterface interface core/lib/Drupal/Core/Entity/SynchronizableInterface.php Defines methods for an entity that supports synchronization.
SynchronizableInterface.php file core/lib/Drupal/Core/Entity/SynchronizableInterface.php
SynchronizableInterface::isSyncing function core/lib/Drupal/Core/Entity/SynchronizableInterface.php Returns whether this entity is being changed as part of a synchronization.
SynchronizableInterface::setSyncing function core/lib/Drupal/Core/Entity/SynchronizableInterface.php Sets the status of the synchronization flag.
SynchronizeCsrfTokenSeedTrait trait core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php Synchronizes the child site's CSRF token seed back to the test runner.
SynchronizeCsrfTokenSeedTrait.php file core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::drupalLogin function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::drupalLogout function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SynchronizeCsrfTokenSeedTrait::rebuildContainer function core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
SyndicateBlock class core/modules/node/src/Plugin/Block/SyndicateBlock.php Provides a 'Syndicate' block that links to the site's RSS feed.
SyndicateBlock.php file core/modules/node/src/Plugin/Block/SyndicateBlock.php
SyndicateBlock::$configFactory property core/modules/node/src/Plugin/Block/SyndicateBlock.php The config factory.
SyndicateBlock::blockAccess function core/modules/node/src/Plugin/Block/SyndicateBlock.php Indicates whether the block should be shown.
SyndicateBlock::build function core/modules/node/src/Plugin/Block/SyndicateBlock.php Builds and returns the renderable array for this block plugin.
SyndicateBlock::create function core/modules/node/src/Plugin/Block/SyndicateBlock.php Creates an instance of the plugin.
SyndicateBlock::defaultConfiguration function core/modules/node/src/Plugin/Block/SyndicateBlock.php
SyndicateBlock::__construct function core/modules/node/src/Plugin/Block/SyndicateBlock.php Constructs a SyndicateBlock object.
SysLog class core/modules/syslog/src/Logger/SysLog.php Redirects logging messages to syslog.
syslog.info.yml file core/modules/syslog/syslog.info.yml core/modules/syslog/syslog.info.yml
syslog.install file core/modules/syslog/syslog.install Install, update and uninstall functions for the syslog module.
syslog.migrate_drupal.yml file core/modules/syslog/migrations/state/syslog.migrate_drupal.yml core/modules/syslog/migrations/state/syslog.migrate_drupal.yml
syslog.module file core/modules/syslog/syslog.module Redirects logging messages to syslog.
SysLog.php file core/modules/syslog/src/Logger/SysLog.php
syslog.schema.yml file core/modules/syslog/config/schema/syslog.schema.yml core/modules/syslog/config/schema/syslog.schema.yml
syslog.services.yml file core/modules/syslog/syslog.services.yml core/modules/syslog/syslog.services.yml
syslog.settings.yml file core/modules/syslog/config/install/syslog.settings.yml core/modules/syslog/config/install/syslog.settings.yml
SysLog::$config property core/modules/syslog/src/Logger/SysLog.php A configuration object containing syslog settings.
SysLog::$connectionOpened property core/modules/syslog/src/Logger/SysLog.php Stores whether there is a system logger connection opened or not.
SysLog::$parser property core/modules/syslog/src/Logger/SysLog.php The message's placeholders parser.
SysLog::log function core/modules/syslog/src/Logger/SysLog.php
SysLog::openConnection function core/modules/syslog/src/Logger/SysLog.php Opens a connection to the system logger.
SysLog::syslogWrapper function core/modules/syslog/src/Logger/SysLog.php A syslog wrapper to make syslog functionality testable.

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