Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldHandlerInterface::advancedRender | function | core/ |
Renders a field using advanced settings. |
| FieldHandlerInterface::clickSort | function | core/ |
Adds an ORDER BY clause to the query for click sort columns. |
| FieldHandlerInterface::clickSortable | function | core/ |
Determines if this field is click sortable. |
| FieldHandlerInterface::elementClasses | function | core/ |
Returns the class of the field. |
| FieldHandlerInterface::elementLabelClasses | function | core/ |
Returns the class of the field's label. |
| FieldHandlerInterface::elementLabelType | function | core/ |
Returns an HTML element for the label based upon the field's element type. |
| 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 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. |
Pagination
- Previous page
- Page 637
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.