33 calls to field_update_field()

CommentLanguageTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CommentTranslationUITest::setupTestFields in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupTestFields().
CrudTest::testUpdateField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test updating a field.
CrudTest::testUpdateFieldForbid in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test field type modules forbidding an update.
CrudTest::testUpdateFieldType in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
DatetimeFieldTest::testDatelistWidget in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests Date List Widget functionality.
DatetimeFieldTest::testDatetimeField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date and time field.
DatetimeFieldTest::testDefaultValue in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Test default value functionality.
DatetimeFieldTest::testInvalidField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Test that invalid values are caught and marked as invalid.
EditIntegrationTest::testEditorSelection in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests editor selection when the Editor module is present.
EditorSelectionTest::testNumber in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, without/with text processing, with cardinality 1 and >1, always without a WYSIWYG editor present.
EditorSelectionTest::testTextWysiwyg in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, with text processing, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text processing, but with varying text format compatibility.
EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldSqlStorageTest::testUpdateFieldSchemaWithData in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test trying to update a field with data.
ImageFieldDefaultImagesTest::testDefaultImages in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields instances with default images.
NodeFieldMultilingualTestCase::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
Sets up a Drupal site for running functional and integration tests.
OptionsFieldTest::testUpdateAllowedValues in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
OptionsWidgetsTest::testCheckBoxes in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
OptionsWidgetsTest::testRadioButtons in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
SearchMultilingualEntityTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldTest::testTaxonomyTermFieldChangeMachineName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Tests that vocabulary machine name changes are mirrored in field definitions.
TranslationTest::testFieldAvailableLanguages in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Ensures that only valid values are returned by field_available_languages().
translation_entity_translatable_switch in drupal/core/modules/translation_entity/translation_entity.admin.inc
Toggles translatability of the given field.
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
VocabularyStorageController::postDelete in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php
Overrides Drupal\Core\Config\Entity\ConfigStorageController::postDelete().
VocabularyStorageController::postSave in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php
Overrides Drupal\Core\Config\Entity\ConfigStorageController::postSave().