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 11.x for __set
  5. Other projects
Title Object type File name Summary
PluginSettingsBase::mergeDefaults function core/lib/Drupal/Core/Field/PluginSettingsBase.php Merges default settings values into $settings.
PluginSettingsBase::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsBase.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsBase::setSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the value of a setting for the plugin.
PluginSettingsBase::setSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the settings for the plugin.
PluginSettingsBase::setThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Sets the value of a third-party setting.
PluginSettingsBase::unsetThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Unsets a third-party setting.
PluginSettingsBaseTest class core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php @coversDefaultClass \Drupal\Core\Field\PluginSettingsBase[[api-linebreak]]
@group Field
PluginSettingsBaseTest.php file core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
PluginSettingsBaseTest::testGetThirdPartySettings function core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php @covers ::getThirdPartySettings[[api-linebreak]]
PluginSettingsInterface interface core/lib/Drupal/Core/Field/PluginSettingsInterface.php Interface definition for plugin with settings.
PluginSettingsInterface.php file core/lib/Drupal/Core/Field/PluginSettingsInterface.php
PluginSettingsInterface::defaultSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Defines the default settings for this plugin.
PluginSettingsInterface::getSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the value of a setting, or its default value if absent.
PluginSettingsInterface::getSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the array of settings, including defaults for missing settings.
PluginSettingsInterface::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsInterface::setSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Sets the value of a setting for the plugin.
PluginSettingsInterface::setSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Sets the settings for the plugin.
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::setClass[[api-linebreak]]
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @covers ::setClass[[api-linebreak]]
@covers ::getClass[[api-linebreak]]
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @covers ::setProvider[[api-linebreak]]
@covers ::getProvider[[api-linebreak]]
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::setProvider[[api-linebreak]]
PluginTestBase::setUp function core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluralFormula::reset function core/modules/locale/src/PluralFormula.php Resets the static formulae cache.
PluralFormula::setPluralFormula function core/modules/locale/src/PluralFormula.php
PluralFormulaInterface::reset function core/modules/locale/src/PluralFormulaInterface.php Resets the static formulae cache.
PluralFormulaInterface::setPluralFormula function core/modules/locale/src/PluralFormulaInterface.php
PluralVariants::setConfig function core/modules/config_translation/src/FormElement/PluralVariants.php Sets configuration based on a nested form value array.
PoDatabaseReader::setHeader function core/modules/locale/src/PoDatabaseReader.php Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().
PoDatabaseReader::setLangcode function core/modules/locale/src/PoDatabaseReader.php Set language code.
PoDatabaseReader::setOptions function core/modules/locale/src/PoDatabaseReader.php Set the options for the current reader.
PoDatabaseWriter::setHeader function core/modules/locale/src/PoDatabaseWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().
PoDatabaseWriter::setLangcode function core/modules/locale/src/PoDatabaseWriter.php Set language code.
PoDatabaseWriter::setOptions function core/modules/locale/src/PoDatabaseWriter.php Set the options for the current writer.
PoDatabaseWriter::setReport function core/modules/locale/src/PoDatabaseWriter.php Set the report array of write operations.
PoHeader::setFromString function core/lib/Drupal/Component/Gettext/PoHeader.php Populate internal values from a string.
PoHeader::setLanguageName function core/lib/Drupal/Component/Gettext/PoHeader.php Set the human readable language name.
PoHeader::setProjectName function core/lib/Drupal/Component/Gettext/PoHeader.php Set the project name.
PoItem::setComment function core/lib/Drupal/Component/Gettext/PoItem.php Set the comment of this translation.
PoItem::setContext function core/lib/Drupal/Component/Gettext/PoItem.php Set the context this translation belongs to.
PoItem::setFromArray function core/lib/Drupal/Component/Gettext/PoItem.php Create the PoItem from a structured array.
PoItem::setLangcode function core/lib/Drupal/Component/Gettext/PoItem.php Set the language code of the current language.
PoItem::setPlural function core/lib/Drupal/Component/Gettext/PoItem.php Set if the translation has plural values.
PoItem::setSource function core/lib/Drupal/Component/Gettext/PoItem.php Sets the source string(s) if the translation has plurals.
PoItem::setTranslation function core/lib/Drupal/Component/Gettext/PoItem.php Sets the translation string(s) if the translation has plurals.
PoMemoryWriter::setHeader function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader().
PoMemoryWriter::setLangcode function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:setLangcode().
PoMetadataInterface::setHeader function core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Set header metadata.
PoMetadataInterface::setLangcode function core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Set language code.
PostgresqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php Applies the given offset to the given field.
PostgresqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php Set the database to the given timezone.

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