Search for set

  1. Search 7.x for set
  2. Search 9.5.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_set_edit_access function core/modules/shortcut/shortcut.module Access callback for editing a shortcut set.
shortcut_set_switch_access function core/modules/shortcut/shortcut.module Access callback for switching the shortcut set assigned to a user account.
shortcut_set_title_exists function core/modules/shortcut/shortcut.module Check to see if a shortcut set with the given title already exists.
shortcut_set_unassign_user function core/modules/shortcut/shortcut.module Unassigns a user from any shortcut set they may have been assigned to.
SimpleConfigSectionStorage::setSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Stores the information for all sections.
SimplePageVariant::setMainContent function core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php Sets the main content for the page being rendered.
SimplePageVariant::setTitle function core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php Sets the title for the page being rendered.
simpletest.settings.yml file core/modules/simpletest/config/install/simpletest.settings.yml core/modules/simpletest/config/install/simpletest.settings.yml
SimpleTestBrowserTest::setUp function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Sets up a Drupal site for running functional and integration tests.
SimpletestPhpunitRunCommandTest::setUp function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
SimpletestPhpunitRunCommandTest::setUpBeforeClass function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
SimpletestSettingsForm class core/modules/simpletest/src/Form/SimpletestSettingsForm.php Configure simpletest settings for this site.
SimpletestSettingsForm.php file core/modules/simpletest/src/Form/SimpletestSettingsForm.php
SimpletestSettingsForm::buildForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form constructor.
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
SimpletestSettingsForm::getFormId function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Returns a unique string identifying the form.
SimpletestSettingsForm::submitForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form submission handler.
SimpletestSettingsForm::validateForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form validation handler.
SimpleTestTest::getResultFieldSet function core/modules/simpletest/src/Tests/SimpleTestTest.php Get the details containing the results for group this test is in.
SimpleTestTest::setUp function core/modules/simpletest/src/Tests/SimpleTestTest.php Sets up a Drupal site for running functional and integration tests.
SimpletestUiTest::setUp function core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php
SingleVisibleProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Installer step: Select installation profile.
SiteBrandingConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Set database dump files to be used.
SiteBrandingConvertedIntoBlockUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php Overrides WebTestBase::setUp() for update testing.
SiteMaintenanceTest::setUp function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
SitesDirectoryHardeningTest::settingsFile function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Returns the path to settings.php
SiteSettingsForm class core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Provides a form to configure and rewrite settings.php.
SiteSettingsForm.php file core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::$renderer property core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php The renderer.
SiteSettingsForm::$sitePath property core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php The site path.
SiteSettingsForm::buildForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form constructor.
SiteSettingsForm::create function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Instantiates a new instance of this class.
SiteSettingsForm::createRandomConfigDirectory function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Create a random config sync directory.
SiteSettingsForm::getDatabaseErrors function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Get any database errors and links them to a form element.
SiteSettingsForm::getDatabaseErrorsTemplate function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Gets the inline template render array to display the database errors.
SiteSettingsForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Returns a unique string identifying the form.
SiteSettingsForm::submitForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form submission handler.
SiteSettingsForm::validateForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form validation handler.
SiteSettingsForm::__construct function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Constructs a new SiteSettingsForm.
SkipRowIfNotSet class core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Skips processing the current row when a source value is not set.
SkipRowIfNotSet.php file core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php
SkipRowIfNotSet::transform function core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php Performs the associated process.
SkipRowIfNotSetTest class core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests the skip row if not set process plugin.
SkipRowIfNotSetTest.php file core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php
SkipRowIfNotSetTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception with a message is raised.
SkipRowIfNotSetTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception without a message is raised.
SortDateTest::expectedResultSet function core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
SortDateTimeTest::setUp function core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
SortingTest::setUp function core/modules/views/tests/src/Functional/Wizard/SortingTest.php
SortRandomTest::dataSet function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Add more items to the test set, to make the order tests more robust.

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