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 |
---|---|---|---|
FieldHandlerInterface::getValue | function | core/ |
Gets the value that's supposed to be rendered. |
FieldHandlerInterface::isValueEmpty | function | core/ |
Checks if a field value is empty. |
FieldHandlerInterface::label | function | core/ |
Gets this field's label. |
FieldHandlerInterface::postRender | function | core/ |
Runs after every field has been rendered. |
FieldHandlerInterface::preRender | function | core/ |
Runs before any fields are rendered. |
FieldHandlerInterface::render | function | core/ |
Renders the field. |
FieldHandlerInterface::renderText | function | core/ |
Performs an advanced text render for the item. |
FieldHandlerInterface::theme | function | core/ |
Renders row values using $this->themeFunctions() as #theme. |
FieldHandlerInterface::tokenizeValue | function | core/ |
Replaces a value with tokens from the last field. |
FieldHandlerInterface::useStringGroupBy | function | core/ |
Determines if this field can be grouped in the results. |
FieldHelpTest | class | core/ |
Tests help display for the Field module. |
FieldHelpTest.php | file | core/ |
|
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 install. |
FieldHelpTest::setUp | function | core/ |
|
FieldHelpTest::testFieldHelp | function | core/ |
Tests 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 install. |
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 install. |
FieldImportDeleteTest::testImportDelete | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallTest | class | core/ |
Tests field storages and fields deletion during config synchronization. |
FieldImportDeleteUninstallTest.php | file | core/ |
|
FieldImportDeleteUninstallTest::$modules | property | core/ |
Modules to install. |
FieldImportDeleteUninstallTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall | function | core/ |
Tests purging previously deleted fields and storages in config import. |
FieldImportDeleteUninstallTest::testImportDeleteUninstall | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallUiTest | class | core/ |
Tests deleting field storage when a module in uninstalled 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 install. |
FieldImportDeleteUninstallUiTest::setUp | function | core/ |
|
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall | function | core/ |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallUiTest::testSynchronizeForm | function | core/ |
Tests if the synchronization form is available when the core.extension.yml is missing. |
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[[api-linebreak]] @group Field |
FieldInputValueNormalizerTraitTest.php | file | core/ |
|
FieldInputValueNormalizerTraitTest::keyValueByDeltaTestCases | function | core/ |
Provides test cases for ::testKeyValueByDelta. |
FieldInputValueNormalizerTraitTest::testKeyValueByDelta | function | core/ |
@dataProvider keyValueByDeltaTestCases @covers ::normalizeValue[[api-linebreak]] |
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables | function | core/ |
@covers ::normalizeValue[[api-linebreak]] |
Pagination
- Previous page
- Page 59
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.