7 calls to field_is_translatable()

CommentLanguageTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
Entity::getTranslationLanguages in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages().
Field::field_langcode in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Return the language code of the language the field should be displayed in, according to the settings.
Field::query in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Called to add the field to a query.
FieldTranslationSynchronizer::synchronizeFields in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/FieldTranslationSynchronizer.php
Performs field column synchronization on the given entity.
field_available_languages in drupal/core/modules/field/field.multilingual.inc
Collects the available language codes for the given entity type and field.
field_populate_default_values in drupal/core/modules/field/field.module
Inserts a default value for each entity field not having one.