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/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FieldHelpTest::$adminUser | property | core/ |
The admin user that will be created. |
FieldHelpTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldHelpTest::$modules | property | core/ |
Modules to enable. |
FieldHelpTest::$profile | property | core/ |
The profile to install as a basis for testing. |
FieldHelpTest::setUp | function | core/ |
|
FieldHelpTest::testFieldHelp | function | core/ |
Test the Field module's help page. |
FieldImportChangeTest | class | core/ |
Update field storage and fields during config change method invocation. |
FieldImportChangeTest.php | file | core/ |
|
FieldImportChangeTest::$modules | property | core/ |
Modules to enable. |
FieldImportChangeTest::testImportChange | function | core/ |
Tests importing an updated field. |
FieldImportCreateTest | class | core/ |
Create field storages and fields during config create method invocation. |
FieldImportCreateTest.php | file | core/ |
|
FieldImportCreateTest::testImportCreate | function | core/ |
Tests creating field storages and fields during config import. |
FieldImportCreateTest::testImportCreateDefault | function | core/ |
Tests creating field storages and fields during default config import. |
FieldImportDeleteTest | class | core/ |
Delete field storages and fields during config delete method invocation. |
FieldImportDeleteTest.php | file | core/ |
|
FieldImportDeleteTest::$modules | property | core/ |
Modules to enable. |
FieldImportDeleteTest::testImportDelete | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallTest | class | core/ |
Delete field storages and fields during config synchronization and uninstall module that provides the field type. |
FieldImportDeleteUninstallTest.php | file | core/ |
|
FieldImportDeleteUninstallTest::$modules | property | core/ |
Modules to enable. |
FieldImportDeleteUninstallTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall | function | core/ |
Tests purging already deleted field storages and fields during a config import. |
FieldImportDeleteUninstallTest::testImportDeleteUninstall | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallUiTest | class | core/ |
Delete field storages and fields during config synchronization and uninstall module that provides the field type through the UI. |
FieldImportDeleteUninstallUiTest.php | file | core/ |
|
FieldImportDeleteUninstallUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldImportDeleteUninstallUiTest::$modules | property | core/ |
Modules to enable. |
FieldImportDeleteUninstallUiTest::setUp | function | core/ |
|
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldInputValueNormalizerTrait | trait | core/ |
A trait used to assist in the normalization of raw input field values. |
FieldInputValueNormalizerTrait.php | file | core/ |
|
FieldInputValueNormalizerTrait::normalizeValue | function | core/ |
Ensure a field value is transformed into a format keyed by delta. |
FieldInputValueNormalizerTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\FieldInputValueNormalizerTrait @group Field |
FieldInputValueNormalizerTraitTest.php | file | core/ |
|
FieldInputValueNormalizerTraitTest::keyValueByDeltaTestCases | function | core/ |
Test cases for ::testKeyValueByDelta. |
FieldInputValueNormalizerTraitTest::testKeyValueByDelta | function | core/ |
@dataProvider keyValueByDeltaTestCases @covers ::normalizeValue |
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables | function | core/ |
@covers ::normalizeValue |
FieldInputValueNormalizerTraitTest::testScalarWithNoMainProperty | function | core/ |
@covers ::normalizeValue |
FieldInstance | class | core/ |
Drupal 6 field instances source from database. |
FieldInstance | class | core/ |
Drupal 7 field instances source from database. |
FieldInstance.php | file | core/ |
|
FieldInstance.php | file | core/ |
|
FieldInstance::count | function | core/ |
Gets the source count. |
FieldInstance::fields | function | core/ |
Returns available fields on the source. |
FieldInstance::fields | function | core/ |
Returns available fields on the source. |
FieldInstance::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
FieldInstance::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
FieldInstance::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
FieldInstance::prepareRow | function | core/ |
Adds additional data to the row. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.