73 calls to entity_get_info()

Bundle::init in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Bundle.php
Overrides \Drupal\views\Plugin\views\filter\InOperator::init().
ConfigEntityUnitTest::testStorageControllerMethods in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php
Tests storage controller methods.
config_get_entity_type_by_name in drupal/core/includes/config.inc
Returns the entity type of a configuration object.
config_get_module_config_entities in drupal/core/includes/config.inc
Return a list of all config entity types provided by a module.
DisplayOverview::submitForm in drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php
Overrides \Drupal\field_ui\OverviewBase::submitForm().
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
DrupalUnitTestBaseTest::testEnableModulesFixedList in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling modules.
EditController::metadata in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns the metadata for a set of fields.
EditEntityFieldAccessCheck::validateAndUpcastRequestAttributes in drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheck.php
Validates and upcasts request attributes.
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().
EntityTranslationTestBase::createEntity in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php
Creates the entity to be translated.
EntityTranslationTestBase::getTranslatePermission in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php
Returns the translate permissions for the current entity and bundle.
entity_cache_test_watchdog in drupal/core/modules/system/tests/modules/entity_cache_test/entity_cache_test.module
Implements hook_watchdog().
entity_entity_bundle_delete in drupal/core/modules/entity/entity.module
Implements hook_entity_bundle_delete().
entity_entity_bundle_rename in drupal/core/modules/entity/entity.module
Implements hook_entity_bundle_rename().
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 entity bundle info.
entity_load_by_uuid in drupal/core/includes/entity.inc
Loads an entity by UUID.
entity_reference_field_settings_form in drupal/core/modules/entity_reference/entity_reference.module
Implements hook_field_settings_form().
entity_test_entity_bundle_info_alter in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_bundle_info_alter().
entity_test_entity_view_mode_info_alter in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_view_mode_info_alter().
FieldInfo::getBundleInstances in drupal/core/modules/field/lib/Drupal/field/FieldInfo.php
Retrieves the instances for a bundle.
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 correctly cached.
field_attach_load in drupal/core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_extract_bundle in drupal/core/modules/field/field.module
Extracts the bundle name from a bundle object.
field_has_data in drupal/core/modules/field/field.module
Determines whether a field has any data.
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_purge_batch in drupal/core/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
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_entity_bundle_info_alter in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Implements hook_entity_bundle_info_alter().
field_test_entity_view_mode_info_alter in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Implements hook_entity_view_mode_info_alter().
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_ui_permission in drupal/core/modules/field_ui/field_ui.module
Implements hook_permission().
field_views_field_default_views_data in drupal/core/modules/field/field.views.inc
Default views data implementation for a field.
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.
image_field_views_data_views_data_alter in drupal/core/modules/image/image.views.inc
Implements hook_field_views_data_views_data_alter().
language_content_settings_form in drupal/core/modules/language/language.admin.inc
Form constructor for the content language settings form.
language_entity_supported in drupal/core/modules/language/language.module
Returns a list of supported entity types.
SelectionBase::buildEntityQuery in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php
Builds an EntityQuery to get referencable entities.
SelectionBase::getDerivativeDefinitions in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Derivative/SelectionBase.php
Implements DerivativeInterface::getDerivativeDefinitions().
SelectionBase::settingsForm in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php
Implements SelectionInterface::settingsForm().
SelectionBase::validateReferencableEntities in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php
Implements SelectionInterface::validateReferencableEntities().
SiteSchemaManager::writeCache in drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchemaManager.php
Writes the cache of site schema types.
Sql::getEntityTables 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::loadEntities 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_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
taxonomy_field_views_data_views_data_alter in drupal/core/modules/taxonomy/taxonomy.views.inc
Implements hook_field_views_data_views_data_alter().
TextPlainUnitTest::createEntity in drupal/core/modules/text/lib/Drupal/text/Tests/Formatter/TextPlainUnitTest.php
Creates an entity of type $this->entity_type and bundle $this->bundle.
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_enabled in drupal/core/modules/translation_entity/translation_entity.module
Determines whether the given entity type is translatable.
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::LANGCODE_NOT_SPECIFIED.
translation_entity_types_translatable in drupal/core/modules/translation_entity/translation_entity.module
Returns all the translatable entity types.
TypeLinkManager::writeCache in drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManager.php
Writes the cache of type links.
ViewsSelection::settingsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php
Implements \Drupal\entity_reference\Plugin\Type\Selection\SelectionInterface::settingsForm().
ViewStorageTest::testConfigurationEntityCRUD in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests CRUD operations.
views_views_data in drupal/core/modules/views/views.views.inc
Implements hook_views_data().
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.
_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().