Search for set
Title | Object type | File name | Summary |
---|---|---|---|
PluginSettingsBase::getSetting | function | core/ |
Returns the value of a setting, or its default value if absent. |
PluginSettingsBase::getSettings | function | core/ |
Returns the array of settings, including defaults for missing settings. |
PluginSettingsBase::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
PluginSettingsBase::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
PluginSettingsBase::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
PluginSettingsBase::mergeDefaults | function | core/ |
Merges default settings values into $settings. |
PluginSettingsBase::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
PluginSettingsBase::setSetting | function | core/ |
Sets the value of a setting for the plugin. |
PluginSettingsBase::setSettings | function | core/ |
Sets the settings for the plugin. |
PluginSettingsBase::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
PluginSettingsBase::unsetThirdPartySetting | function | core/ |
Unsets a third-party setting. |
PluginSettingsBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\PluginSettingsBase[[api-linebreak]] @group Field |
PluginSettingsBaseTest.php | file | core/ |
|
PluginSettingsBaseTest::testGetThirdPartySettings | function | core/ |
@covers ::getThirdPartySettings[[api-linebreak]] |
PluginSettingsInterface | interface | core/ |
Interface definition for plugin with settings. |
PluginSettingsInterface.php | file | core/ |
|
PluginSettingsInterface::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
PluginSettingsInterface::getSetting | function | core/ |
Returns the value of a setting, or its default value if absent. |
PluginSettingsInterface::getSettings | function | core/ |
Returns the array of settings, including defaults for missing settings. |
PluginSettingsInterface::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
PluginSettingsInterface::setSetting | function | core/ |
Sets the value of a setting for the plugin. |
PluginSettingsInterface::setSettings | function | core/ |
Sets the settings for the plugin. |
PluginTest::testSetClass | function | core/ |
@legacy-covers ::setClass |
PluginTest::testSetClass | function | core/ |
@legacy-covers ::setClass @legacy-covers ::getClass |
PluginTest::testSetProvider | function | core/ |
@legacy-covers ::setProvider |
PluginTest::testSetProvider | function | core/ |
@legacy-covers ::setProvider @legacy-covers ::getProvider |
PluginTestBase::setUp | function | core/ |
|
PluralFormula::reset | function | core/ |
Resets the static formulae cache. |
PluralFormula::setPluralFormula | function | core/ |
|
PluralFormulaInterface::reset | function | core/ |
Resets the static formulae cache. |
PluralFormulaInterface::setPluralFormula | function | core/ |
|
PluralVariants::setConfig | function | core/ |
Sets configuration based on a nested form value array. |
PoDatabaseReader::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoDatabaseReader::setLangcode | function | core/ |
Set language code. |
PoDatabaseReader::setOptions | function | core/ |
Set the options for the current reader. |
PoDatabaseWriter::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoDatabaseWriter::setLangcode | function | core/ |
Set language code. |
PoDatabaseWriter::setOptions | function | core/ |
Set the options for the current writer. |
PoDatabaseWriter::setReport | function | core/ |
Set the report array of write operations. |
PoHeader::setFromString | function | core/ |
Populate internal values from a string. |
PoHeader::setLanguageName | function | core/ |
Set the human readable language name. |
PoHeader::setProjectName | function | core/ |
Set the project name. |
PoItem::setComment | function | core/ |
Set the comment of this translation. |
PoItem::setContext | function | core/ |
Set the context this translation belongs to. |
PoItem::setFromArray | function | core/ |
Create the PoItem from a structured array. |
PoItem::setLangcode | function | core/ |
Set the language code of the current language. |
PoItem::setPlural | function | core/ |
Set if the translation has plural values. |
PoItem::setSource | function | core/ |
Sets the source string(s) if the translation has plurals. |
PoItem::setTranslation | function | core/ |
Sets the translation string(s) if the translation has plurals. |
PoMemoryWriter::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader(). |
Pagination
- Previous page
- Page 113
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.