Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldHandlerInterface::elementType | function | core/ |
Returns an HTML element based upon the field's element type. |
| FieldHandlerInterface::elementWrapperClasses | function | core/ |
Returns the class of the field's wrapper. |
| FieldHandlerInterface::elementWrapperType | function | core/ |
Returns an HTML element for the wrapper based upon the field's element type. |
| FieldHandlerInterface::getElements | function | core/ |
Provides a list of elements valid for field HTML. |
| FieldHandlerInterface::getEntity | function | core/ |
Gets the entity matching the current row and relationship. |
| FieldHandlerInterface::getRenderTokens | function | core/ |
Gets the 'render' tokens to use for advanced rendering. |
| 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/ |
Passes values to drupal_render() 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 will be available as an option to group the result by in the style settings. |
| FieldHandlersUpdateTest | class | core/ |
Tests the upgrade path for views field handlers. |
| FieldHandlersUpdateTest.php | file | core/ |
|
| FieldHandlersUpdateTest::setDatabaseDumpFiles | function | core/ |
|
| FieldHandlersUpdateTest::testViewsUpdate8004 | function | core/ |
Tests that field handlers are updated properly. |
| 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/ |
|
| FieldHelpTest::$modules | property | core/ |
Modules to enable. |
| FieldHelpTest::$profile | property | core/ |
|
| 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/ |
|
| 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/ |
|
| FieldImportDeleteUninstallUiTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 591
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.