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
ShortcutSetUsers::__construct function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Constructs an entity destination plugin.
ShortcutSetUsersTest class core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Tests D7 ShortcutSetUsers source plugin.
ShortcutSetUsersTest.php file core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php
ShortcutSetUsersTest::$modules property core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Modules to install.
ShortcutSetUsersTest::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php Provides source data for ::testSource.
ShortcutSetValidationTest class core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php Tests validation of shortcut_set entities.
ShortcutSetValidationTest.php file core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php
ShortcutSetValidationTest::$modules property core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php Modules to install.
ShortcutSetValidationTest::providerInvalidMachineNameCharacters function core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php Shortcut set IDs are atypical: they allow dashes and disallow underscores.
ShortcutSetValidationTest::setUp function core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php
ShortcutSetXmlAnonTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php Tests Shortcut Set Xml Anon.
ShortcutSetXmlAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php
ShortcutSetXmlAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The theme to install as the default for testing.
ShortcutSetXmlAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The format to use in this test.
ShortcutSetXmlAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The MIME type that corresponds to $format.
ShortcutSetXmlBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php Tests Shortcut Set Xml Basic Auth.
ShortcutSetXmlBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php
ShortcutSetXmlBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutSetXmlBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The theme to install as the default for testing.
ShortcutSetXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The format to use in this test.
ShortcutSetXmlBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutSetXmlBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php Modules to install.
ShortcutSetXmlCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php Tests Shortcut Set Xml Cookie.
ShortcutSetXmlCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php
ShortcutSetXmlCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The authentication mechanism to use in this test.
ShortcutSetXmlCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The theme to install as the default for testing.
ShortcutSetXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The format to use in this test.
ShortcutSetXmlCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The MIME type that corresponds to $format.
ShortcutTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ShortcutTest.php Sets up the necessary authorization.
ShortcutTestBase::$set property core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php Site-wide default shortcut set.
ShortcutTestBase::generateShortcutSet function core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php Creates a generic shortcut set.
ShortcutTestBase::setUp function core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php
ShortcutTranslationUITest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
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.
SimpleConfigSectionStorage::setSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Stores the information for all sections.
SimpleConfigValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Config/SimpleConfigValidationTest.php
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.
SimplePageVariantTest::setUpDisplayVariant function core/tests/Drupal/Tests/Core/Render/Plugin/DisplayVariant/SimplePageVariantTest.php Sets up a display variant plugin for testing.
SimpletestTestRunResultsStorage::setDatabasePrefix function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Sets the test database prefix of a test run in storage.
SimpletestTestRunResultsStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
SingleVisibleProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Installer step: Select installation profile.
SiteFilesExcluderTest::testInvalidFileSettings function core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteFilesExcluderTest.php Tests that invalid file settings do not cause errors.
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::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.

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