Search for __set

  1. Search 7.x for __set
  2. Search 8.9.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
StringBaseTest.php file core/modules/locale/tests/src/Unit/StringBaseTest.php
StringBaseTest::testDeleteWithoutStorage function core/modules/locale/tests/src/Unit/StringBaseTest.php @covers ::delete[[api-linebreak]]
StringBaseTest::testSaveWithoutStorage function core/modules/locale/tests/src/Unit/StringBaseTest.php @covers ::save[[api-linebreak]]
StringFieldRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php Set the default field storage backend for fields created during tests.
StringFieldTest::setUp function core/modules/field/tests/src/Functional/String/StringFieldTest.php
StringFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Defines the default settings for this plugin.
StringFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Returns a form to configure settings for the formatter.
StringFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Returns a short summary for the current formatter settings.
StringFormatterTest::setUp function core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
StringInterface::setId function core/modules/locale/src/StringInterface.php Sets the string unique identifier.
StringInterface::setPlurals function core/modules/locale/src/StringInterface.php Sets this string using array of plural values.
StringInterface::setStorage function core/modules/locale/src/StringInterface.php Sets the string storage.
StringInterface::setString function core/modules/locale/src/StringInterface.php Sets the string contained in this object.
StringInterface::setValues function core/modules/locale/src/StringInterface.php Sets an array of values as object properties.
StringInterface::setVersion function core/modules/locale/src/StringInterface.php Sets the string version.
StringItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Defines the storage-level settings for this plugin.
StringItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Returns a form for the storage-level settings.
StringItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php Defines the storage-level settings for this plugin.
StringTextareaWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Defines the default settings for this plugin.
StringTextareaWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns a form to configure settings for the widget.
StringTextareaWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns a short summary for the current widget settings.
StringTextfieldWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Defines the default settings for this plugin.
StringTextfieldWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a form to configure settings for the widget.
StringTextfieldWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a short summary for the current widget settings.
StringTranslationTrait::setStringTranslation function core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php Sets the string translation service to use.
StringTranslationTraitTest::setUp function core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php
StubConnection::databaseType function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Returns the name of the database engine accessed by this driver.
StubSourcePlugin::setModuleHandler function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Helper for setting internal module handler implementation.
Style::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Returns a configured subset of the elements supported by this plugin.
StyleOpmlTest::setUp function core/modules/aggregator/tests/src/Functional/Views/Plugin/StyleOpmlTest.php Sets up the test.
StylePluginBase::renderGroupingSets function core/modules/views/src/Plugin/views/style/StylePluginBase.php Render the grouping sets.
StylesCombo::generateStylesSetSetting function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Builds the "stylesSet" configuration part of the CKEditor JS settings.
StylesCombo::settingsForm function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Returns a settings form to configure this CKEditor plugin.
StyleSerializerKernelTest::setUp function core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerTest::setUp function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Sets up the test.
StyleSerializerTest::setUp function core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php Sets up the test.
StyleSummaryTest::setUp function core/modules/views/tests/src/Functional/Plugin/StyleSummaryTest.php Sets up the test.
StyleTableTest::setUp function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Sets up the test.
StyleTableTest::testAccessibilitySettings function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table caption/summary/description.
StyleTest::setOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Sets the output property.
StyleTest::setUsesRowPlugin function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Sets the usesRowPlugin property.
StyleTest::testStyleSettingsForm function core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style::buildConfigurationForm[[api-linebreak]]
SubformState::setErrorByName function core/lib/Drupal/Core/Form/SubformState.php Files an error against a form element.
SubformState::setLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php Sets the limited validation error sections.
SubformStateTest::providerTestSetValues function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValues().
SubformStateTest::providerTestSetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValuesBroken().
SubformStateTest::testSetErrorByName function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::setErrorByName[[api-linebreak]]
SubformStateTest::testSetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::setLimitValidationErrors[[api-linebreak]]
SubformStateTest::testSetValues function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php @covers ::setValues[[api-linebreak]]

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