Search for Field
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
EntityReferenceFieldItemNormalizer::__construct | function | core/ |
Constructs an EntityReferenceFieldItemNormalizer object. |
EntityReferenceFieldItemNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer @group serialization |
EntityReferenceFieldItemNormalizerTest.php | file | core/ |
|
EntityReferenceFieldItemNormalizerTest::$entityRepository | property | core/ |
The mock entity repository. |
EntityReferenceFieldItemNormalizerTest::$fieldDefinition | property | core/ |
The mock field definition. |
EntityReferenceFieldItemNormalizerTest::$fieldItem | property | core/ |
The mock field item. |
EntityReferenceFieldItemNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
EntityReferenceFieldItemNormalizerTest::$serializer | property | core/ |
The mock serializer. |
EntityReferenceFieldItemNormalizerTest::assertDenormalize | function | core/ |
Asserts denormalization process is correct for give data. |
EntityReferenceFieldItemNormalizerTest::setUp | function | core/ |
|
EntityReferenceFieldItemNormalizerTest::testConstructValueProperties | function | core/ |
@covers ::constructValue |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithEmptyUuid | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithId | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeAndUuid | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithoutType | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testNormalize | function | core/ |
@covers ::normalize |
EntityReferenceFieldItemNormalizerTest::testNormalizeWithEmptyTaxonomyTermReference | function | core/ |
@covers ::normalize |
EntityReferenceFieldItemNormalizerTest::testNormalizeWithNewEntityReference | function | core/ |
|
EntityReferenceFieldItemNormalizerTest::testNormalizeWithNoEntity | function | core/ |
@covers ::normalize |
EntityReferenceFieldItemNormalizerTest::testSupportsDenormalization | function | core/ |
@covers ::supportsDenormalization |
EntityReferenceFieldItemNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::supportsNormalization |
EntityReferenceFieldItemNormalizerTrait | trait | core/ |
Converts empty reference values for entity reference items. |
EntityReferenceFieldItemNormalizerTrait.php | file | core/ |
|
EntityReferenceFieldItemNormalizerTrait::fieldItemReferencesTaxonomyTerm | function | core/ |
Determines if a field item references a taxonomy term. |
EntityReferenceFieldItemNormalizerTrait::normalizeRootReferenceValue | function | core/ |
|
EntityReferenceFieldNormalizer | class | core/ |
Normalizer class specific for entity reference field objects. |
EntityReferenceFieldNormalizer.php | file | core/ |
|
EntityReferenceFieldNormalizer::getRelationshipLinks | function | core/ |
Gets the links for the relationship. |
EntityReferenceFieldNormalizer::getSupportedTypes | function | core/ |
|
EntityReferenceFieldNormalizer::hasNonInternalResourceType | function | core/ |
Determines if a given list of resource types contains a non-internal type. |
EntityReferenceFieldNormalizer::normalize | function | core/ |
|
EntityReferenceFieldTest | class | core/ |
Tests for the entity reference field. |
EntityReferenceFieldTest.php | file | core/ |
|
EntityReferenceFieldTest::$bundle | property | core/ |
The bundle used in this test. |
EntityReferenceFieldTest::$entityType | property | core/ |
The entity type used in this test. |
EntityReferenceFieldTest::$fieldName | property | core/ |
The name of the field used in this test. |
EntityReferenceFieldTest::$modules | property | core/ |
Modules to install. |
EntityReferenceFieldTest::$referencedEntityType | property | core/ |
The entity type that is being referenced. |
EntityReferenceFieldTest::assertUserAutocreate | function | core/ |
Asserts that the setter callback performs autocreation for users. |
EntityReferenceFieldTest::assertUserRoleAutocreate | function | core/ |
Asserts that the setter callback performs autocreation for user roles. |
EntityReferenceFieldTest::setUp | function | core/ |
|
EntityReferenceFieldTest::testAutocreateApi | function | core/ |
Tests all the possible ways to autocreate an entity via the API. |
EntityReferenceFieldTest::testEntityReferenceFieldDependencies | function | core/ |
Tests the dependencies entity reference fields are created with. |
EntityReferenceFieldTest::testEntityReferenceFieldValidation | function | core/ |
Tests reference field validation. |
EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad | function | core/ |
Tests the multiple target entities loader. |
EntityReferenceFieldTest::testReferencedEntitiesStringId | function | core/ |
Tests referencing entities with string IDs. |
EntityReferenceFieldTest::testTargetEntityNoLoad | function | core/ |
Tests that the target entity is not unnecessarily loaded. |
EntityReferenceFieldTest::testTargetEntityTypeMissing | function | core/ |
Tests exception thrown with a missing target entity type. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.