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 |
---|---|---|---|
fieldgroup.module.css | file | core/ |
Fieldgroup border reset. |
Fieldgroup.php | file | core/ |
|
Fieldgroup::getInfo | function | core/ |
Returns the element properties for this element. |
FieldGroupRowsTest | class | core/ |
Tests the "Display all values in the same row" setting. |
FieldGroupRowsTest.php | file | core/ |
|
FieldGroupRowsTest::$modules | property | core/ |
Modules to enable. |
FieldGroupRowsTest::$testViews | property | core/ |
Views to be enabled. |
FieldGroupRowsTest::testGroupRows | function | core/ |
Testing the "Grouped rows" functionality. |
FieldGroupRowsWebTest | class | core/ |
Tests the "Display all values in the same row" setting. |
FieldGroupRowsWebTest.php | file | core/ |
|
FieldGroupRowsWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldGroupRowsWebTest::$field | property | core/ |
The field config. |
FieldGroupRowsWebTest::$fieldName | property | core/ |
The used field name in the test. |
FieldGroupRowsWebTest::$fieldStorage | property | core/ |
The field storage. |
FieldGroupRowsWebTest::$modules | property | core/ |
Modules to enable. |
FieldGroupRowsWebTest::$nodeType | property | core/ |
The page node type. |
FieldGroupRowsWebTest::$testViews | property | core/ |
Views used by this test. |
FieldGroupRowsWebTest::setUp | function | core/ |
|
FieldGroupRowsWebTest::testGroupRows | function | core/ |
Testing when "Display all values in the same row" is checked. |
FieldGroupRowsWebTest::testUngroupedRows | function | core/ |
Testing when "Display all values in the same row" is unchecked. |
FieldHandlerInterface | interface | core/ |
Base field handler that has no options and renders an unformatted field. |
FieldHandlerInterface.php | file | core/ |
|
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 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/ |
Set database dump files to be used. |
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/ |
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.