14 calls to field_available_languages()

field_invoke_method in drupal/core/modules/field/field.attach.inc
Invokes a method on all the fields of a given entity.
field_invoke_method_multiple in drupal/core/modules/field/field.attach.inc
Invokes a method across fields on multiple entities.
field_sql_storage_field_storage_write in drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_write().
field_test_field_storage_load in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_load().
field_test_field_storage_write in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_write().
hook_field_storage_write in drupal/core/modules/field/field.api.php
Write field data for an entity.
taxonomy_build_node_index in drupal/core/modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
TranslationTest::testFieldAvailableLanguages in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Ensures that only valid values are returned by field_available_languages().
TranslationTest::testFieldFormTranslationRevisions in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Tests field translations when creating a new revision.
TranslationTest::testFieldInvoke in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test the multilanguage logic of _field_invoke().
TranslationTest::testFieldInvokeMultiple in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test the multilanguage logic of _field_invoke_multiple().
TranslationTest::testTranslatableFieldSaveLoad in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
_field_invoke in drupal/core/modules/field/field.attach.inc
Invoke a field hook.
_field_invoke_multiple in drupal/core/modules/field/field.attach.inc
Invokes a field hook across fields on multiple entities.