Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
field.info.inc
»
field_info_instances
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
41 calls to field_info_instances()
CommentFieldsTest::testCommentDefaultFields
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
DisplayOverview::buildForm
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
DisplayOverview.php
Implements
\Drupal\Core\Form\FormInterface::buildForm
().
Entity::getTranslationLanguages
in drupal/
core/
lib/
Drupal/
Core/
Entity/
Entity.php
Implements
\Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages
().
EntityFormController::submitEntityLanguage
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormController.php
Handle possible entity language changes.
EntityFormControllerNG::buildEntity
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormControllerNG.php
Overrides EntityFormController::buildEntity().
EntityTranslationController::removeTranslation
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
EntityTranslationController.php
Implements EntityTranslationControllerInterface::removeTranslation().
entity_form_submit_build_entity
in drupal/
core/
includes/
entity.inc
Copies submitted values to entity properties for simple entity forms.
entity_reference_entity_field_info_alter
in drupal/
core/
modules/
entity_reference/
entity_reference.module
Implements
hook_entity_field_info_alter
().
FieldAttachStorageTest::testFieldAttachLoadMultiple
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldAttachStorageTest.php
Test the 'multiple' load feature.
FieldInfoTest::testFieldInfo
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
FieldInfoTest.php
Test that field types and field definitions are correctly cached.
FieldOverview::buildForm
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
FieldOverview.php
Implements
\Drupal\Core\Form\FormInterface::buildForm
().
FieldOverview::getExistingFieldOptions
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
FieldOverview.php
Returns an array of existing fields to be added to a bundle.
FieldTranslationSynchronizer::synchronizeFields
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
FieldTranslationSynchronizer.php
Performs field column synchronization on the given entity.
field_attach_delete
in drupal/
core/
modules/
field/
field.attach.inc
Deletes field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_delete_revision
in drupal/
core/
modules/
field/
field.attach.inc
Delete field data for a single revision of an existing entity. The passed entity must have a revision ID attribute.
field_attach_insert
in drupal/
core/
modules/
field/
field.attach.inc
Save field data for a new entity.
field_attach_load
in drupal/
core/
modules/
field/
field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_preprocess
in drupal/
core/
modules/
field/
field.attach.inc
Populates the template variables with the available field values.
field_attach_update
in drupal/
core/
modules/
field/
field.attach.inc
Saves field data for an existing entity.
field_entity_field_info
in drupal/
core/
modules/
field/
field.module
Implements
hook_entity_field_info
() to define all configured fields.
field_language
in drupal/
core/
modules/
field/
field.multilingual.inc
Returns the display language code for the fields attached to the given entity.
field_populate_default_values
in drupal/
core/
modules/
field/
field.module
Inserts a default value for each entity field not having one.
field_sql_storage_field_storage_delete
in drupal/
core/
modules/
field_sql_storage/
field_sql_storage.module
Implements
hook_field_storage_delete
().
field_test_field_storage_delete
in drupal/
core/
modules/
field/
tests/
modules/
field_test/
field_test.storage.inc
Implements
hook_field_storage_delete
().
field_ui_fields_list
in drupal/
core/
modules/
field_ui/
field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
field_views_field_label
in drupal/
core/
modules/
field/
field.views.inc
Returns the label of a certain field.
file_get_file_references
in drupal/
core/
modules/
file/
file.module
Retrieves a list of references to a file.
hook_field_storage_delete
in drupal/
core/
modules/
field/
field.api.php
Delete all field data for an entity.
Node::buildFilters
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
wizard/
Node.php
Overrides
Drupal\views\Plugin\views\wizard\WizardPluginBase::buildFilters
().
RegisterFormController::form
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
RegisterFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
SelectionBase::settingsForm
in drupal/
core/
modules/
entity_reference/
lib/
Drupal/
entity_reference/
Plugin/
entity_reference/
selection/
SelectionBase.php
Implements SelectionInterface::settingsForm().
taxonomy_build_node_index
in drupal/
core/
modules/
taxonomy/
taxonomy.module
Builds and inserts taxonomy index entries for a given node.
Tid::getArgument
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Plugin/
views/
argument_default/
Tid.php
Return the default argument.
TranslationTest::testFieldDisplayLanguage
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Tests/
TranslationTest.php
Tests display language logic for translatable fields.
translation_entity_field_language_alter
in drupal/
core/
modules/
translation_entity/
translation_entity.module
Implements
hook_field_language_alter
().
translation_entity_form_alter
in drupal/
core/
modules/
translation_entity/
translation_entity.module
Implements
hook_form_alter
().
translation_entity_overview
in drupal/
core/
modules/
translation_entity/
translation_entity.pages.inc
Translations overview page callback.
translation_entity_prepare_translation
in drupal/
core/
modules/
translation_entity/
translation_entity.pages.inc
Populates target values with the source values.
translation_entity_translatable_batch
in drupal/
core/
modules/
translation_entity/
translation_entity.admin.inc
Batch callback: Converts field data to or from
Language::LANGCODE_NOT_SPECIFIED
.
_field_invoke_get_instances
in drupal/
core/
modules/
field/
field.attach.inc
Retrieves a list of instances to operate on.
_translation_entity_form_language_content_settings_form_alter
in drupal/
core/
modules/
translation_entity/
translation_entity.admin.inc
(proxied) Implements
hook_form_FORM_ID_alter
().