27 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
CrudTest::testUpdateNonExistentField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
FieldSqlStorageTest::testFieldUpdateFailure in drupal/core/modules/field/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/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/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test trying to update a field with data.
field_ui_field_edit_form_submit in drupal/core/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_edit_form().
field_ui_field_settings_form_submit in drupal/core/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_settings_form().
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/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
OptionsWidgetsTest::testCheckBoxes in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
OptionsWidgetsTest::testRadioButtons in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in drupal/core/modules/field/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.
taxonomy_taxonomy_vocabulary_update in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_taxonomy_vocabulary_update().
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\Entity\DatabaseStorageController::postDelete().