| 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. |