69 calls to entity_get_info()

ConfigStorageController::__construct in drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php
Implements Drupal\Core\Entity\EntityStorageControllerInterface::__construct().
config_get_module_config_entities in drupal/core/includes/config.inc
Return a list of all config entity types provided by a module.
DatabaseStorageController::__construct in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Constructs a DatabaseStorageController object.
DisplayOverview::form in drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php
Overrides Drupal\field_ui\OverviewBase::form().
DisplayOverview::submit in drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php
Overrides Drupal\field_ui\OverviewBase::submit().
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
Entity::entityInfo in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements EntityInterface::entityInfo().
EntityApiInfoTest::testEntityInfoChanges in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php
Ensures entity info cache is updated after changes.
EntityDerivative::getDerivativeDefinitions in drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php
Implements DerivativeInterface::getDerivativeDefinitions().
EntityFormControllerNG::buildEntity in drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php
Overrides EntityFormController::buildEntity().
EntityListController::__construct in drupal/core/lib/Drupal/Core/Entity/EntityListController.php
Constructs a new EntityListController object.
EntityRow::init in drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::init().
EntityTranslationUITest::createEntity in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Creates the entity to be translated.
entity_access_controller in drupal/core/includes/entity.inc
Returns the entity access controller for the given entity type.
entity_cache_test_watchdog in drupal/core/modules/system/tests/modules/entity_cache_test/entity_cache_test.module
Implements hook_watchdog().
entity_form_controller in drupal/core/includes/entity.inc
Returns an entity form controller for the given operation.
entity_form_submit_build_entity in drupal/core/includes/entity.inc
Copies submitted values to entity properties for simple entity forms.
entity_get_bundles in drupal/core/includes/entity.inc
Returns the defined bundles for the given entity type.
entity_get_controller in drupal/core/includes/entity.inc
Gets the entity controller class for an entity type.
entity_list_controller in drupal/core/includes/entity.inc
Returns an entity list controller for a given entity type.
entity_load_by_uuid in drupal/core/includes/entity.inc
Loads an entity by UUID.
entity_render_controller in drupal/core/includes/entity.inc
Returns an entity render controller for a given entity type.
FieldInfo::prepareExtraFields in drupal/core/modules/field/lib/Drupal/field/FieldInfo.php
Prepares 'extra fields' for the current run-time context.
FieldInfoTest::testFieldInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that field types and field definitions are correcly cached.
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_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_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.
field_create_field in drupal/core/modules/field/field.crud.inc
Creates a field.
field_extract_bundle in drupal/core/modules/field/field.module
Extracts the bundle name from a bundle object.
field_has_translation_handler in drupal/core/modules/field/field.multilingual.inc
Checks if a module is registered as a translation handler for a given entity.
field_info_bundles in drupal/core/modules/field/field.info.inc
Returns information about existing bundles.
field_purge_batch in drupal/core/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
field_read_instances in drupal/core/modules/field/field.crud.inc
Reads in field instances that match an array of conditions.
field_test_create_bundle in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Creates a new bundle for test_entity entities.
field_test_delete_bundle in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Deletes a bundle for test_entity objects.
field_test_field_storage_query in drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc
Implements hook_field_storage_query().
field_test_rename_bundle in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Renames a bundle for test_entity entities.
field_ui_menu in drupal/core/modules/field_ui/field_ui.module
Implements hook_menu().
field_views_field_default_views_data in drupal/core/modules/field/field.views.inc
Default views data implementation for a field.
field_view_mode_settings in drupal/core/modules/field/field.module
Returns view mode settings in a given bundle.
file_field_views_data_views_data_alter in drupal/core/modules/file/file.views.inc
Implements hook_field_views_data_views_data_alter().
file_get_file_references in drupal/core/modules/file/file.module
Retrieves a list of references to a file.
hook_config_import_change in drupal/core/modules/config/config.api.php
Update configuration upon synchronizing configuration changes.
hook_config_import_delete in drupal/core/modules/config/config.api.php
Delete configuration upon synchronizing configuration changes.
image_field_views_data_views_data_alter in drupal/core/modules/image/image.views.inc
Implements hook_field_views_data_views_data_alter().
Query::execute in drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php
Implements Drupal\Core\Entity\Query\QueryInterface::execute().
rdf_mapping_load in drupal/core/modules/rdf/rdf.module
Returns the mapping for attributes of a given entity type/bundle pair.
Rss::buildOptionsForm_summary_options in drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php
Return the main options, which are shown in the summary title.
Rss::options_form_summary_options in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php
Return the main options, which are shown in the summary title
Sql::get_entity_tables in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Returns an array of all tables from the query that map to an entity type.
Sql::load_entities in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Loads all entities contained in the passed-in $results. . If the entity belongs to the base table, then it gets stored in $result->_entity. Otherwise, it gets stored in $result->_relationship_entities[$relationship_id];
Sql::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Generate a query and a countquery from all of the information supplied to the object.
Tables::addField in drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
taxonomy_field_extra_fields in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_field_extra_fields().
taxonomy_field_views_data_views_data_alter in drupal/core/modules/taxonomy/taxonomy.views.inc
Implements hook_field_views_data_views_data_alter().
TranslationTest::testTranslatableFieldSaveLoad in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
translation_entity_controller in drupal/core/modules/translation_entity/translation_entity.module
Entity translation controller factory.
translation_entity_field_extra_fields in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_field_extra_fields().
translation_entity_menu in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_menu().
translation_entity_menu_alter in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_menu_alter().
translation_entity_permission in drupal/core/modules/translation_entity/translation_entity.module
Implements hook_permission().
translation_entity_translatable_batch in drupal/core/modules/translation_entity/translation_entity.admin.inc
Batch callback: Converts field data to or from LANGUAGE_NOT_SPECIFIED.
ViewStorageTest::testConfigurationEntityCRUD in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests CRUD operations.
views_ui_ajax_callback in drupal/core/modules/views/views_ui/views_ui.module
Page callback: Calls a method on a view and reloads the listing page.
VocabularyUnitTest::testTaxonomyVocabularyChangeMachineName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Tests that machine name changes are properly reflected.
WizardPluginBase::__construct in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Constructs a WizardPluginBase object.
_breakpoint_delete_breakpoints in drupal/core/modules/breakpoint/breakpoint.module
Remove breakpoints from all disabled themes or uninstalled modules.
_field_create_entity_from_ids in drupal/core/modules/field/field.module
Assembles a partial entity structure with initial IDs.