Search for entity

  1. Search 7.x for entity
  2. Search 8.9.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 an 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.

All search results

Title Object type File name Summary
FileEntityFormatterTest::testFormatterFileLinkWithQueryString function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter using a query string.
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 The interface or class that this Normalizer supports.
FileEntityNormalizer::getEntityUri function core/modules/hal/src/Normalizer/FileEntityNormalizer.php Constructs the entity URI.
FileEntityNormalizer::hasCacheableSupportsMethod 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/hal/tests/src/Functional/file/FileHalJsonAnonTest.php Returns the expected normalization of the entity.
FileHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/file/FileHalJsonAnonTest.php Returns the normalized POST entity.
FileMigrationSetupTrait::assertEntity function core/modules/file/tests/src/Kernel/Migrate/d7/FileMigrationSetupTrait.php Tests a single file entity.
FileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Uploads files to translated nodes.
FileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The theme to install as the default for testing.
FileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The name of the file field used in the test.
FileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Modules to enable.
FileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::testSyncedFiles function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Tests synced file fields on translated nodes.
FilePathTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the expected number of entities per entity type after migration.
FilePathTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets expected number of entities per entity after incremental migration.
FileRepository::$entityTypeManager property core/modules/file/src/FileRepository.php The entity type manager.
FileRepositoryTest::testEntityStorageException function core/modules/file/tests/src/Kernel/FileRepositoryTest.php Tests for entity storage exception.
FileResourceTestBase::$entity property core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php
FileResourceTestBase::$entityTypeId property core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php The tested entity type.
FileResourceTestBase::createEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Creates the entity to be tested.
FileResourceTestBase::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the expected normalization of the entity.
FileResourceTestBase::getNormalizedPatchEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized PATCH entity.
FileResourceTestBase::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized POST entity.
FileSelection::buildEntityQuery function core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Builds an EntityQuery to get referenceable entities.
FileSelection::createNewEntity function core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Creates a new entity object that can be used as a valid reference.
FileTest::$entity property core/modules/jsonapi/tests/src/Functional/FileTest.php
FileTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FileTest.php The tested entity type.
FileTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/FileTest.php Creates another entity to be tested.
FileTest::createEntity function core/modules/jsonapi/tests/src/Functional/FileTest.php Creates the entity to be tested.
FileUploadForm::buildEntityFormElement function core/modules/media_library/src/Form/FileUploadForm.php Builds the sub-form for setting required fields on a new media item.
FileUploadForm::prepareMediaEntityForSave function core/modules/media_library/src/Form/FileUploadForm.php Prepares a created media item to be permanently saved.
FileUploadHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/file/FileUploadHalJsonTestBase.php Gets the expected file entity.
FileUploadHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/file/FileUploadHalJsonTestBase.php
FileUploadHandler::$entityTypeManager property core/modules/file/src/Upload/FileUploadHandler.php The entity type manager.
FileUploadJsonCookieTest::$entityTypeId property core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php Entity type ID for this storage.
FileUploadResource::$entityFieldManager property core/modules/file/src/Plugin/rest/resource/FileUploadResource.php The entity field manager.
FileUploadResource::$entityTypeManager property core/modules/file/src/Plugin/rest/resource/FileUploadResource.php The entity type manager.
FileUploadResourceTestBase::$entity property core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php The parent entity.
FileUploadResourceTestBase::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Gets the expected file entity.
FileUploadResourceTestBase::getNormalizedPostEntity function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Returns the normalized POST entity referencing the uploaded file.

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