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
FieldItemBase::storageSettingsSummary function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a short summary of the field's storage-level settings.
FieldItemBase::storageSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array that can be stored as a configuration value.
FieldItemBase::__isset function core/lib/Drupal/Core/Field/FieldItemBase.php Magic method: Determines whether a property is set.
FieldItemBase::__set function core/lib/Drupal/Core/Field/FieldItemBase.php Magic method: Sets a property value.
FieldItemBase::__unset function core/lib/Drupal/Core/Field/FieldItemBase.php Magic method: Unsets a property.
FieldItemDataDefinition::setFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Sets the field item's field definition.
FieldItemDataDefinitionInterface::setFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php Sets the field item's field definition.
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.
FieldItemNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
FieldItemSerializationTest::setUp function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldKernelTestBase::setUp function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Set the default field storage backend for fields created during tests.
FieldLayoutBuilderTest::setUp function core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
FieldLayoutEntityDisplayFormTrait::settingsAjax function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Ajax callback for the field layout settings form.
FieldLayoutEntityDisplayFormTrait::settingsAjaxSubmit function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Submit handler for the non-JS case.
FieldLayoutEntityDisplayTrait::getLayoutSettings function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings().
FieldLayoutEntityDisplayTrait::setLayout function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayout().
FieldLayoutEntityDisplayTrait::setLayoutId function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::setLayoutId().
FieldLayoutTest::setUp function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
FieldLayoutTest::setUp function core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php
FieldMissingTypeTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
FieldOrLanguageJoinTest::setUp function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\FieldPluginBase
@group views
FieldPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldPluginBaseTest::$configuration property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The configuration of the plugin under test.

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