Search for field_
- Search 7.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Search main for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ResourceObjectNormalizationCacher::RESOURCE_CACHE_SUBSET_FIELDS | constant | core/ |
Key for the fields subset. |
| ResourceTestBase::$labelFieldName | property | core/ |
Specify which field is the 'label' field for testing a POST edge case. |
| ResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| ResourceTestBase::$uniqueFieldNames | property | core/ |
Fields that need unique values. |
| ResourceTestBase::decorateExpectedResponseForIncludedFields | function | core/ |
Decorates the expected response with included data and cache metadata. |
| ResourceTestBase::doTestSparseFieldSets | function | core/ |
Tests sparse field sets. |
| ResourceTestBase::entityFieldAccess | function | core/ |
Checks access for the given field operation on the given entity. |
| ResourceTestBase::getRelationshipFieldNames | function | core/ |
Gets a list of public relationship names for the resource type under test. |
| ResourceTestBase::getSparseFieldSets | function | core/ |
Returns an array of sparse fields sets to test. |
| ResourceTestBase::isReferenceFieldDefinition | function | core/ |
Determines if a given field definition is a reference field. |
| ResourceTestBase::setUpFields | function | core/ |
Sets up additional fields for testing. |
| ResourceType::$fieldMapping | property | core/ |
The mapping for field aliases: keys=public names, values=internal names. |
| ResourceType::$fields | property | core/ |
The list of fields on the underlying entity type + bundle. |
| ResourceType::getFieldByInternalName | function | core/ |
Gets a particular attribute or relationship field by internal field name. |
| ResourceType::getFieldByPublicName | function | core/ |
Gets a particular attribute or relationship field by public field name. |
| ResourceType::getFields | function | core/ |
Gets the attribute and relationship fields of this resource type. |
| ResourceType::isFieldEnabled | function | core/ |
Checks if a field is enabled or not. |
| ResourceTypeBuildEvent::$fields | property | core/ |
The fields of the resource type to be built. |
| ResourceTypeBuildEvent::getFields | function | core/ |
Gets the current fields of the resource type to be built. |
| ResourceTypeBuildEvent::setPublicFieldName | function | core/ |
Sets the public name of the given field on the resource type to be built. |
| ResourceTypeBuildEventSubscriber::aliasResourceTypeFields | function | core/ |
Aliases any resource type fields that have been aliased by a test. |
| ResourceTypeBuildEventSubscriber::disableResourceTypeFields | function | core/ |
Disables any resource type fields that have been aliased by a test. |
| ResourceTypeField.php | file | core/ |
|
| ResourceTypeField::$enabled | property | core/ |
Whether the field is disabled. |
| ResourceTypeField::$hasOne | property | core/ |
Whether the field can only have one value. |
| ResourceTypeField::$internalName | property | core/ |
The internal field name. |
| ResourceTypeField::$publicName | property | core/ |
The public field name. |
| ResourceTypeField::disabled | function | core/ |
Gets a new instance of the field that is disabled. |
| ResourceTypeField::getInternalName | function | core/ |
Gets the internal name of the field. |
| ResourceTypeField::getPublicName | function | core/ |
Gets the public name of the field. |
| ResourceTypeField::hasMany | function | core/ |
Whether the field can have many values. |
| ResourceTypeField::hasOne | function | core/ |
Whether the field can only have one value. |
| ResourceTypeField::isFieldEnabled | function | core/ |
Whether the field is enabled. |
| ResourceTypeField::withPublicName | function | core/ |
Establishes a new public name for the field. |
| ResourceTypeField::__construct | function | core/ |
ResourceTypeField constructor. |
| ResourceTypeRepository::$entityFieldManager | property | core/ |
The entity field manager. |
| ResourceTypeRepository::getAllFieldNames | function | core/ |
Gets all field names for a given entity type and bundle. |
| ResourceTypeRepository::getFields | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
| ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition | function | core/ |
Get relatable resource types from a field definition. |
| ResourceTypeRepository::isReferenceFieldDefinition | function | core/ |
Determines if a given field definition is a reference field. |
| ResourceTypeRepositoryTest::getFieldsProvider | function | core/ |
Data provider for testMappingNameConflictCheck. |
| ResourceTypeRepositoryTest::testResourceTypeFieldAliasing | function | core/ |
Tests that resource type fields can be aliased per resource type. |
| ResourceTypeRepositoryTest::testResourceTypeFieldDisabling | function | core/ |
Tests that resource type fields can be disabled per resource type. |
| ResponsiveImageFieldDisplayTest | class | core/ |
Tests responsive image display formatter. |
| ResponsiveImageFieldDisplayTest.php | file | core/ |
|
| ResponsiveImageFieldDisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ResponsiveImageFieldDisplayTest::$fileUrlGenerator | property | core/ |
The file URL generator. |
| ResponsiveImageFieldDisplayTest::$modules | property | core/ |
Modules to enable. |
| ResponsiveImageFieldDisplayTest::$responsiveImgStyle | property | core/ |
Responsive image style entity instance we test with. |
| ResponsiveImageFieldDisplayTest::addTestImageStyleMappings | function | core/ |
Add image style mappings to the responsive image style entity. |
Pagination
- Previous page
- Page 119
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.