Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
Settings::get function core/themes/default_admin/src/Settings.php Get the setting for the current user.
Settings::get function core/lib/Drupal/Core/Site/Settings.php Returns a setting.
Settings::getAdminTheme function core/themes/admin/src/Settings.php Return the active administration theme.
Settings::getAdminTheme function core/themes/default_admin/src/Settings.php Return the active administration theme.
Settings::getAll function core/lib/Drupal/Core/Site/Settings.php Returns all the settings. This is only used for testing purposes.
Settings::getApcuPrefix function core/lib/Drupal/Core/Site/Settings.php Generates a prefix for APCu user cache keys.
Settings::getDefault function core/themes/admin/src/Settings.php Get the default setting from theme.
Settings::getDefault function core/themes/default_admin/src/Settings.php Get the default setting from theme.
Settings::getHashSalt function core/lib/Drupal/Core/Site/Settings.php Gets a salt useful for hardening against SQL injection.
Settings::getInstance function core/lib/Drupal/Core/Site/Settings.php Returns the settings instance.
Settings::getInstance function core/themes/admin/src/Settings.php Gets the admin settings.
Settings::getInstance function core/themes/default_admin/src/Settings.php Gets the admin settings.
Settings::getSettingsForm function core/themes/admin/src/Settings.php Build the settings form for the theme.
Settings::getSettingsForm function core/themes/default_admin/src/Settings.php Build the settings form for the theme.
SettingsForm::getEditableConfigNames function core/modules/media_library/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getEditableConfigNames function core/modules/navigation/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getFormId function core/modules/navigation/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsForm::getFormId function core/modules/media_library/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsTest::providerTestGetHashSaltEmpty function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Data provider for testGetHashSaltEmpty.
SettingsTest::testGet function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests get.
SettingsTest::testGetAll function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests get all.
SettingsTest::testGetApcuPrefix function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests Settings::getApcuPrefix().
SettingsTest::testGetHashSalt function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests Settings::getHashSalt().
SettingsTest::testGetHashSaltEmpty function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests Settings::getHashSalt() with no hash salt value.
SettingsTest::testGetInstance function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests get instance.
SettingsTest::testGetInstanceReflection function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests that an exception is thrown when settings are not initialized yet.
SettingsTrayBlockFormTest::getBlockTests function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Creates tests for ::testBlocks().
SettingsTrayTest::getBlockSelector function core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php Gets the block CSS selector.
SettingsTrayTestBase::getBlockSelector function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Gets the block CSS selector.
SettingsTrayTestBase::getTestThemes function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Get themes to test.
SettingsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/SettingsValidator.php
ShapeOnlyColorEditableWidget class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php Plugin implementation of the 'shape_only_color_editable_widget' widget.
ShapeOnlyColorEditableWidget.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php
ShapeOnlyColorEditableWidget::formElement function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php Returns the form for a single field widget.
SharedTempStore::get function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getMetadata function core/lib/Drupal/Core/TempStore/SharedTempStore.php Returns the metadata associated with a particular key/value pair.
SharedTempStoreFactory::get function core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php Creates a SharedTempStore for the current user or anonymous session.
SharedTempStoreTest::testGet function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests get.
SharedTempStoreTest::testGetIfOwner function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the getIfOwner() method.
SharedTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the getMetadata() method.
Shortcut::getCacheTagsToInvalidate function core/modules/shortcut/src/Entity/Shortcut.php Returns the cache tags that should be used to invalidate caches.
Shortcut::getIds function core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php Defines the source fields uniquely identifying a source row.
Shortcut::getTitle function core/modules/shortcut/src/Entity/Shortcut.php Returns the title of this shortcut.
Shortcut::getUrl function core/modules/shortcut/src/Entity/Shortcut.php Returns the URL object pointing to the configured route.
Shortcut::getWeight function core/modules/shortcut/src/Entity/Shortcut.php Returns the weight among shortcuts with the same depth.
ShortcutDeleteForm::getCancelUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the route to go to if the user cancels the action.
ShortcutDeleteForm::getFormId function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns a unique string identifying the form.
ShortcutDeleteForm::getRedirectUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the URL where the user should be redirected after deletion.
ShortcutInterface::getTitle function core/modules/shortcut/src/ShortcutInterface.php Returns the title of this shortcut.

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