Search for set
Title | Object type | File name | Summary |
---|---|---|---|
FieldItemInterface::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
FieldItemInterface::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
FieldItemInterface::fieldSettingsForm | function | core/ |
Returns a form for the field-level settings. |
FieldItemInterface::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
FieldItemInterface::fieldSettingsSummary | function | core/ |
Returns a short summary of the field's field-level settings. |
FieldItemInterface::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
FieldItemInterface::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
FieldItemInterface::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
FieldItemInterface::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
FieldItemInterface::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
FieldItemInterface::__isset | function | core/ |
Magic method: Determines whether a property is set. |
FieldItemInterface::__set | function | core/ |
Magic method: Sets a property value. |
FieldItemInterface::__unset | function | core/ |
Magic method: Unsets a property. |
FieldItemList::getSetting | function | core/ |
Returns the value of a given field setting. |
FieldItemList::getSettings | function | core/ |
Returns the array of field settings. |
FieldItemList::setLangcode | function | core/ |
Sets the langcode of the field values held in the object. |
FieldItemList::setValue | function | core/ |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
FieldItemList::__isset | function | core/ |
Magic method: Determines whether a property of the first field item is set. |
FieldItemList::__set | function | core/ |
Magic method: Sets a property value of the first field item. |
FieldItemList::__unset | function | core/ |
Magic method: Unsets a property of the first field item. |
FieldItemListInterface::getSetting | function | core/ |
Returns the value of a given field setting. |
FieldItemListInterface::getSettings | function | core/ |
Returns the array of field settings. |
FieldItemListInterface::setLangcode | function | core/ |
Sets the langcode of the field values held in the object. |
FieldItemListInterface::__isset | function | core/ |
Magic method: Determines whether a property of the first field item is set. |
FieldItemListInterface::__set | function | core/ |
Magic method: Sets a property value of the first field item. |
FieldItemListInterface::__unset | function | core/ |
Magic method: Unsets a property of the first field item. |
FieldItemTest::setUp | function | core/ |
|
FieldMissingTypeTest::setUp | function | core/ |
|
FieldSelfTokensTest::setUp | function | core/ |
This method is called before each test. |
Fieldset | class | core/ |
Provides a render element for a group of form elements. |
Fieldset.php | file | core/ |
|
Fieldset::getInfo | function | core/ |
Returns the element properties for this element. |
FieldSettingsTest | class | core/ |
Tests field settings methods on field definition structures. |
FieldSettingsTest.php | file | core/ |
|
FieldSettingsTest::$modules | property | core/ |
Modules to install. |
FieldSettingsTest::testBaseFieldSettings | function | core/ |
@covers \Drupal\Core\Field\BaseFieldDefinition::getSettings[[api-linebreak]] @covers \Drupal\Core\Field\BaseFieldDefinition::setSettings[[api-linebreak]] |
FieldSettingsTest::testBaseFieldSettingsOnClone | function | core/ |
Tests the base field settings on a cloned base field definition object. |
FieldSettingsTest::testConfigurableFieldSettings | function | core/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]] @covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]] |
FieldSettingsTest::testConfigurableFieldStorageSettings | function | core/ |
@covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]] @covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]] |
FieldSqlStorageTest::setUp | function | core/ |
|
FieldStorageAddController::resetField | function | core/ |
Deletes stored field data and builds the field selection links. |
FieldStorageConfigValidationTest::setUp | function | core/ |
|
FieldStorageDefinitionInterface::getSetting | function | core/ |
Returns the value of a given storage setting. |
FieldStorageDefinitionInterface::getSettings | function | core/ |
Returns the storage settings. |
FieldStorageDefinitionInterface::setTranslatable | function | core/ |
Sets whether the field supports translation. |
FieldThirdPartyTestHooks::fieldFormatterSettingsSummaryAlter | function | core/ |
Implements hook_field_formatter_settings_summary_alter(). |
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsForm | function | core/ |
Implements hook_field_formatter_third_party_settings_form(). |
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsFormAdditionalImplementation | function | core/ |
Implements hook_field_formatter_third_party_settings_form(). |
FieldThirdPartyTestHooks::fieldWidgetSettingsSummaryAlter | function | core/ |
Implements hook_field_widget_settings_summary_alter(). |
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsForm | function | core/ |
Implements hook_field_widget_third_party_settings_form(). |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.