Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
SettingsForm::getFormId function core/modules/aggregator/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 @covers ::get[[api-linebreak]]
SettingsTest::testGetAll function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::getAll[[api-linebreak]]
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 @covers ::getInstance[[api-linebreak]]
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().
SettingsTrayBlockFormTest::getTestThemes function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Get themes to test.
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.
seven_preprocess_fieldset__media_library_widget function core/themes/seven/seven.theme @todo Remove this when https://www.drupal.org/project/drupal/issues/2999549
lands.
seven_preprocess_media_library_item__widget function core/themes/seven/seven.theme Implements hook_preprocess_media_library_item__widget().
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.
SharedTempStoreFactory::get function core/modules/user/src/SharedTempStoreFactory.php Creates a SharedTempStore for the current user or anonymous session.
SharedTempStoreTest::testGet function core/modules/user/tests/src/Unit/SharedTempStoreTest.php @covers ::get[[api-linebreak]]
@expectedDeprecation \Drupal\user\SharedTempStore is scheduled for removal in Drupal 9.0.0. Use \Drupal\Core\TempStore\SharedTempStore instead. See https://www.drupal.org/node/2935639.
SharedTempStoreTest::testGet function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php @covers ::get[[api-linebreak]]
SharedTempStoreTest::testGetIfOwner function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the getIfOwner() method.
SharedTempStoreTest::testGetIfOwner function core/modules/user/tests/src/Unit/SharedTempStoreTest.php Tests the getIfOwner() method.
SharedTempStoreTest::testGetMetadata function core/modules/user/tests/src/Unit/SharedTempStoreTest.php Tests the getMetadata() method.
SharedTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the getMetadata() method.
SharedTempStoreTest::testGetMetadataOwner function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php @covers ::getMetadata[[api-linebreak]]
@expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead.…
SharedTempStoreTest::testGetMetadataUpdated function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php @covers ::getMetadata[[api-linebreak]]
@expectedDeprecation Using the "updated" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getUpdated() instead.…
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.
ShortcutHalJsonAnonTest::getExpectedCacheContexts function core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php The expected cache contexts for the GET/HEAD response of the test entity.
ShortcutHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php Returns the expected normalization of the entity.
ShortcutHalJsonAnonTest::getNormalizedPostEntity function core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php Returns the normalized POST entity.
ShortcutInterface::getTitle function core/modules/shortcut/src/ShortcutInterface.php Returns the title of this shortcut.
ShortcutInterface::getUrl function core/modules/shortcut/src/ShortcutInterface.php Returns the URL object pointing to the configured route.
ShortcutInterface::getWeight function core/modules/shortcut/src/ShortcutInterface.php Returns the weight among shortcuts with the same depth.
ShortcutLocalTasksTest::getShortcutPageRoutes function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php Provides a list of routes to test.
ShortcutResourceTestBase::getExpectedNormalizedEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Returns the expected normalization of the entity.
ShortcutResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Return the expected error message.

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