Search for Field
- Search 7.x for Field
- Search 9.5.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
| 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 |
|---|---|---|---|
| ContactFormResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| ContactUpdateTest::testPostUpdateContactFormFields | function | core/ |
Tests contact_form updates. |
| contact_entity_extra_field_info | function | core/ |
Implements hook_entity_extra_field_info(). |
| contact_post_update_add_message_redirect_field_to_contact_form | function | core/ |
Initialize 'message' and 'redirect' field values to 'contact_form' entities. |
| contact_storage_test_entity_base_field_info | function | core/ |
Implements hook_entity_base_field_info(). |
| ContentEntity::$entityFieldManager | property | core/ |
The entity field manager. |
| ContentEntity::fields | function | core/ |
Returns available fields on the source. |
| ContentEntityBase::$fieldDefinitions | property | core/ |
Local cache for field definitions. |
| ContentEntityBase::$fields | property | core/ |
The array of fields, each being an instance of FieldItemListInterface. |
| ContentEntityBase::$fieldsToSkipFromTranslationChangesCheck | property | core/ |
Local cache for fields to skip from the checking for translation changes. |
| ContentEntityBase::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| ContentEntityBase::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
| ContentEntityBase::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
| ContentEntityBase::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
| ContentEntityBase::getFields | function | core/ |
Gets an array of all field item lists. |
| ContentEntityBase::getFieldsToSkipFromTranslationChangesCheck | function | core/ |
Returns an array of field names to skip in ::hasTranslationChanges. |
| ContentEntityBase::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
| ContentEntityBase::getTranslatedField | function | core/ |
Gets a translated field. |
| ContentEntityBase::hasField | function | core/ |
Determines whether the entity has a field with the given name. |
| ContentEntityBase::updateFieldLangcodes | function | core/ |
Updates language for already instantiated fields. |
| ContentEntityBaseUnitTest::$entityFieldManager | property | core/ |
The entity field manager used for testing. |
| ContentEntityBaseUnitTest::$fieldDefinitions | property | core/ |
Field definitions. |
| ContentEntityBaseUnitTest::$fieldTypePluginManager | property | core/ |
The field type manager used for testing. |
| ContentEntityBaseUnitTest::providerGetFields | function | core/ |
Data provider for testGetFields(). |
| ContentEntityBaseUnitTest::testGetFields | function | core/ |
@covers ::getFields[[api-linebreak]] @dataProvider providerGetFields |
| ContentEntityCloneTest::testClonedEntityFields | function | core/ |
Tests if the entity fields are properly cloned. |
| ContentEntityCloneTest::testFieldEntityReferenceAfterClone | function | core/ |
Tests if entity references on fields are still correct after cloning. |
| ContentEntityCloneTest::testFieldValuesAfterSerialize | function | core/ |
Tests the field values after serializing an entity and its clone. |
| ContentEntityFieldMethodInvocationOrderTest | class | core/ |
Tests correct field method invocation order. |
| ContentEntityFieldMethodInvocationOrderTest.php | file | core/ |
|
| ContentEntityFieldMethodInvocationOrderTest::$entityTestFieldMethodsStorage | property | core/ |
The EntityTest entity type storage. |
| ContentEntityFieldMethodInvocationOrderTest::$modules | property | core/ |
Modules to enable. |
| ContentEntityFieldMethodInvocationOrderTest::setUp | function | core/ |
|
| ContentEntityFieldMethodInvocationOrderTest::testFieldMethodInvocationOrder | function | core/ |
Tests correct field method invocation order. |
| ContentEntityForm::addRevisionableFormFields | function | core/ |
Add revision form fields if the entity enabled the UI. |
| ContentEntityForm::getEditedFieldNames | function | core/ |
Gets the names of all fields edited in the form. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest | class | core/ |
Tests the correct mapping of user input on the correct field delta elements. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php | file | core/ |
|
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$fieldName | property | core/ |
The field name with multiple properties being test with the entity type. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$modules | property | core/ |
Modules to enable. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp | function | core/ |
|
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::testCorrectUserInputMappingOnComplexFields | function | core/ |
Tests the correct user input mapping on complex fields. |
| ContentEntityFormFieldValidationFilteringTest | class | core/ |
Tests field validation filtering on content entity forms. |
| ContentEntityFormFieldValidationFilteringTest.php | file | core/ |
|
| ContentEntityFormFieldValidationFilteringTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ContentEntityFormFieldValidationFilteringTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameFile | property | core/ |
The name of the file field being tested with the entity type. |
| ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple | property | core/ |
The multi-valued field name being tested with the entity type. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.