Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search main for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::enabled | function | core/ |
Gets a new instance of the field that is enabled. |
| 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. |
| ResourceTypeRepositoryTest::testResourceTypeFieldEnabling | function | core/ |
Tests that resource type fields can be re-enabled 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 install. |
| 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. |
| ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink | function | core/ |
Tests responsive image formatters linked to the file or node. |
| ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters | function | core/ |
Tests responsive image formatters on node display. |
| ResponsiveImageFieldDisplayTest::setUp | function | core/ |
|
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormatterAttributesInRenderArray | function | core/ |
Tests formatter passes down any attributes in the render array. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormatterDeprecatedProperty | function | core/ |
Test the deprecated item_attributes property. |
| ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery | function | core/ |
Tests responsive image formatter on node display with an empty media query. |
Pagination
- Previous page
- Page 126
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.