Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines a argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
FieldValidationTest::$entity property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$entityType property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldWidgetConstraintValidatorTest::getErrorsForEntity function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Gets the form errors for a given entity.
FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests entity level constraint validation.
field_entity_bundle_delete function core/modules/field/field.module Implements hook_entity_bundle_delete().
field_entity_bundle_field_info function core/modules/field/field.module Implements hook_entity_bundle_field_info().
field_entity_field_storage_info function core/modules/field/field.module Implements hook_entity_field_storage_info().
field_layout_entity_type_alter function core/modules/field_layout/field_layout.module Implements hook_entity_type_alter().
field_layout_entity_view_alter function core/modules/field_layout/field_layout.module Implements hook_entity_view_alter().
field_post_update_entity_reference_handler_setting function core/modules/field/field.post_update.php Fixes the &#039;handler&#039; setting for entity reference fields.
field_test.entity.inc file core/modules/field/tests/modules/field_test/field_test.entity.inc Defines an entity type.
field_test_boolean_access_denied_entity_field_access function core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.module Implements hook_entity_field_access().
field_test_entity_bundle_field_info_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_bundle_field_info_alter().
field_test_entity_display_build_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_display_build_alter().
field_test_entity_extra_field_info_alter function core/modules/field/tests/modules/field_test/field_test.module Implements hook_entity_extra_field_info_alter().
field_test_entity_field_access function core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_entity_field_access().
field_test_entity_info_translatable function core/modules/field/tests/modules/field_test/field_test.entity.inc Helper function to enable entity translations.
field_test_entity_type_alter function core/modules/field/tests/modules/field_test/field_test.entity.inc Implements hook_entity_type_alter().
field_ui_entity_bundle_create function core/modules/field_ui/field_ui.module Implements hook_entity_bundle_create().
field_ui_entity_form_mode_delete function core/modules/field_ui/field_ui.module Implements hook_entity_form_mode_delete().
field_ui_entity_form_mode_presave function core/modules/field_ui/field_ui.module Implements hook_entity_form_mode_presave().
field_ui_entity_operation function core/modules/field_ui/field_ui.module Implements hook_entity_operation().
field_ui_entity_type_build function core/modules/field_ui/field_ui.module Implements hook_entity_type_build().
field_ui_entity_view_mode_delete function core/modules/field_ui/field_ui.module Implements hook_entity_view_mode_delete().
field_ui_entity_view_mode_presave function core/modules/field_ui/field_ui.module Implements hook_entity_view_mode_presave().
field_ui_test_form_entity_view_display_edit_form_alter function core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module Implements hook_form_FORM_BASE_ID_alter().
File::getDefaultEntityOwner function core/modules/file/src/Entity/File.php Default value callback for &#039;owner&#039; base field.
FileEntityFormatterTest class core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the default file formatter.
FileEntityFormatterTest.php file core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
FileEntityFormatterTest::$files property core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php The files.
FileEntityFormatterTest::$modules property core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Modules to enable.
FileEntityFormatterTest::setUp function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
FileEntityFormatterTest::testFormatterFileExtension function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileLink function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter.
FileEntityFormatterTest::testFormatterFileMime function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileSize function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_size field formatter.
FileEntityFormatterTest::testFormatterFileUri function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter.
FileEntityNormalizer class core/modules/hal/src/Normalizer/FileEntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
FileEntityNormalizer.php file core/modules/hal/src/Normalizer/FileEntityNormalizer.php
FileEntityNormalizer::$halSettings property core/modules/hal/src/Normalizer/FileEntityNormalizer.php The HAL settings config.
FileEntityNormalizer::$httpClient property core/modules/hal/src/Normalizer/FileEntityNormalizer.php The HTTP client.
FileEntityNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/FileEntityNormalizer.php
FileEntityNormalizer::getEntityUri function core/modules/hal/src/Normalizer/FileEntityNormalizer.php
FileEntityNormalizer::normalize function core/modules/hal/src/Normalizer/FileEntityNormalizer.php
FileEntityNormalizer::__construct function core/modules/hal/src/Normalizer/FileEntityNormalizer.php Constructs a FileEntityNormalizer object.
FileFormatterBase::needsEntityLoad function core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php Returns whether the entity referenced by an item needs to be loaded.
FileHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php Returns the expected normalization of the entity.
FileHalJsonAnonTest::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php Returns the normalized POST entity.
FileLegacyTest::testEntityLegacyCode function core/modules/file/tests/src/Kernel/FileLegacyTest.php @expectedDeprecation file_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\file\Entity\File::loadMultiple(). See https://www.drupal.org/node/2266845
@expectedDeprecation file_load() is deprecated in…
FileMigrationSetupTrait::assertEntity function core/modules/file/tests/src/Kernel/Migrate/d7/FileMigrationSetupTrait.php Tests a single file entity.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.