Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldHandlerInterface::elementWrapperType | function | core/ |
Returns a wrapper HTML element for the field. |
| 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/ |
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. |
| FieldHooks | class | core/ |
Hook implementations for field. |
| FieldHooks.php | file | core/ |
|
| FieldHooks::configImportStepsAlter | function | core/ |
Implements hook_config_import_steps_alter(). |
| FieldHooks::entityBundleDelete | function | core/ |
Implements hook_entity_bundle_delete(). |
| FieldHooks::entityBundleFieldInfo | function | core/ |
Implements hook_entity_bundle_field_info(). |
| FieldHooks::entityFieldStorageInfo | function | core/ |
Implements hook_entity_field_storage_info(). |
| FieldHooks::fieldConfigCreate | function | core/ |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
| FieldHooks::fieldConfigInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
| FieldHooks::fieldConfigPresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
| FieldHooks::fieldStorageConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| FieldHooks::formConfigAdminImportFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| FieldHooks::help | function | core/ |
Implements hook_help(). |
| FieldHooks::__construct | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 651
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.