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 10.3.x for set
  5. Other projects
Title Object type File name Summary
FieldItemInterface::defaultFieldSettings function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines the field-level settings for this plugin.
FieldItemInterface::defaultStorageSettings function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines the storage-level settings for this plugin.
FieldItemInterface::fieldSettingsForm function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a form for the field-level settings.
FieldItemInterface::fieldSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array in the field type's canonical representation.
FieldItemInterface::fieldSettingsSummary function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a short summary of the field's field-level settings.
FieldItemInterface::fieldSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array that can be stored as a configuration value.
FieldItemInterface::storageSettingsForm function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a form for the storage-level settings.
FieldItemInterface::storageSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array in the field type's canonical representation.
FieldItemInterface::storageSettingsSummary function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a short summary of the field's storage-level settings.
FieldItemInterface::storageSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array that can be stored as a configuration value.
FieldItemInterface::__isset function core/lib/Drupal/Core/Field/FieldItemInterface.php Magic method: Determines whether a property is set.
FieldItemInterface::__set function core/lib/Drupal/Core/Field/FieldItemInterface.php Magic method: Sets a property value.
FieldItemInterface::__unset function core/lib/Drupal/Core/Field/FieldItemInterface.php Magic method: Unsets a property.
FieldItemList::getSetting function core/lib/Drupal/Core/Field/FieldItemList.php Returns the value of a given field setting.
FieldItemList::getSettings function core/lib/Drupal/Core/Field/FieldItemList.php Returns the array of field settings.
FieldItemList::setLangcode function core/lib/Drupal/Core/Field/FieldItemList.php Sets the langcode of the field values held in the object.
FieldItemList::setValue function core/lib/Drupal/Core/Field/FieldItemList.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
FieldItemList::__isset function core/lib/Drupal/Core/Field/FieldItemList.php Magic method: Determines whether a property of the first field item is set.
FieldItemList::__set function core/lib/Drupal/Core/Field/FieldItemList.php Magic method: Sets a property value of the first field item.
FieldItemList::__unset function core/lib/Drupal/Core/Field/FieldItemList.php Magic method: Unsets a property of the first field item.
FieldItemListInterface::getSetting function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns the value of a given field setting.
FieldItemListInterface::getSettings function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns the array of field settings.
FieldItemListInterface::setLangcode function core/lib/Drupal/Core/Field/FieldItemListInterface.php Sets the langcode of the field values held in the object.
FieldItemListInterface::__isset function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Determines whether a property of the first field item is set.
FieldItemListInterface::__set function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Sets a property value of the first field item.
FieldItemListInterface::__unset function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Unsets a property of the first field item.
FieldItemTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldMissingTypeTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
FieldSelfTokensTest::setUp function core/modules/views/tests/src/Kernel/Handler/FieldSelfTokensTest.php This method is called before each test.
Fieldset class core/lib/Drupal/Core/Render/Element/Fieldset.php Provides a render element for a group of form elements.
Fieldset.php file core/lib/Drupal/Core/Render/Element/Fieldset.php
Fieldset::getInfo function core/lib/Drupal/Core/Render/Element/Fieldset.php Returns the element properties for this element.
FieldSettingsTest class core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Tests field settings methods on field definition structures.
FieldSettingsTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
FieldSettingsTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Modules to install.
FieldSettingsTest::testBaseFieldSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\Core\Field\BaseFieldDefinition::getSettings[[api-linebreak]]
@covers \Drupal\Core\Field\BaseFieldDefinition::setSettings[[api-linebreak]]
FieldSettingsTest::testBaseFieldSettingsOnClone function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Tests the base field settings on a cloned base field definition object.
FieldSettingsTest::testConfigurableFieldSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]]
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]]
FieldSettingsTest::testConfigurableFieldStorageSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]]
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]]
FieldSqlStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldStorageAddController::resetField function core/modules/field_ui/src/Controller/FieldStorageAddController.php Deletes stored field data and builds the field selection links.
FieldStorageConfigValidationTest::setUp function core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php
FieldStorageDefinitionInterface::getSetting function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the value of a given storage setting.
FieldStorageDefinitionInterface::getSettings function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the storage settings.
FieldStorageDefinitionInterface::setTranslatable function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Sets whether the field supports translation.
FieldThirdPartyTestHooks::fieldFormatterSettingsSummaryAlter function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_settings_summary_alter().
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsForm function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_third_party_settings_form().
FieldThirdPartyTestHooks::fieldFormatterThirdPartySettingsFormAdditionalImplementation function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_formatter_third_party_settings_form().
FieldThirdPartyTestHooks::fieldWidgetSettingsSummaryAlter function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_settings_summary_alter().
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsForm function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_third_party_settings_form().

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