FieldGroupRowsTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php |
|
FieldGroupRowsTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php |
Modules to enable. |
FieldGroupRowsTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php |
Views to be enabled. |
FieldGroupRowsTest::testGroupRows |
function |
core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php |
Testing the "Grouped rows" functionality. |
FieldGroupRowsWebTest |
class |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
Tests the "Display all values in the same row" setting. |
FieldGroupRowsWebTest.php |
file |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
|
FieldGroupRowsWebTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
The theme to install as the default for testing. |
FieldGroupRowsWebTest::$field |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
The field config. |
FieldGroupRowsWebTest::$fieldName |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
The used field name in the test. |
FieldGroupRowsWebTest::$fieldStorage |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
The field storage. |
FieldGroupRowsWebTest::$modules |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
Modules to enable. |
FieldGroupRowsWebTest::$nodeType |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
The page node type. |
FieldGroupRowsWebTest::$testViews |
property |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
Views used by this test. |
FieldGroupRowsWebTest::setUp |
function |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
Sets up the test. |
FieldGroupRowsWebTest::testGroupRows |
function |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
Testing when "Display all values in the same row" is checked. |
FieldGroupRowsWebTest::testUngroupedRows |
function |
core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php |
Testing when "Display all values in the same row" is unchecked. |
FieldHandlerInterface |
interface |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Base field handler that has no options and renders an unformatted field. |
FieldHandlerInterface.php |
file |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
|
FieldHandlerInterface::advancedRender |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Renders a field using advanced settings. |
FieldHandlerInterface::clickSort |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Adds an ORDER BY clause to the query for click sort columns. |
FieldHandlerInterface::clickSortable |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Determines if this field is click sortable. |
FieldHandlerInterface::elementClasses |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Returns the class of the field. |
FieldHandlerInterface::elementLabelClasses |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Returns the class of the field's label. |
FieldHandlerInterface::elementLabelType |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Returns an HTML element for the label based upon the field's element type. |
FieldHandlerInterface::elementType |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Returns an HTML element based upon the field's element type. |
FieldHandlerInterface::elementWrapperClasses |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Returns the class of the field's wrapper. |
FieldHandlerInterface::elementWrapperType |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Returns an HTML element for the wrapper based upon the field's element type. |
FieldHandlerInterface::getElements |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Provides a list of elements valid for field HTML. |
FieldHandlerInterface::getEntity |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Gets the entity matching the current row and relationship. |
FieldHandlerInterface::getRenderTokens |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Gets the 'render' tokens to use for advanced rendering. |
FieldHandlerInterface::getValue |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Gets the value that's supposed to be rendered. |
FieldHandlerInterface::isValueEmpty |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Checks if a field value is empty. |
FieldHandlerInterface::label |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Gets this field's label. |
FieldHandlerInterface::postRender |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Runs after every field has been rendered. |
FieldHandlerInterface::preRender |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Runs before any fields are rendered. |
FieldHandlerInterface::render |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Renders the field. |
FieldHandlerInterface::renderText |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Performs an advanced text render for the item. |
FieldHandlerInterface::theme |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Renders row values using $this->themeFunctions() as #theme. |
FieldHandlerInterface::tokenizeValue |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Replaces a value with tokens from the last field. |
FieldHandlerInterface::useStringGroupBy |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Determines if this field can be grouped in the results. |
FieldHelpTest |
class |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
Tests help display for the Field module. |
FieldHelpTest.php |
file |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
|
FieldHelpTest::$adminUser |
property |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
The admin user that will be created. |
FieldHelpTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
The theme to install as the default for testing. |
FieldHelpTest::$modules |
property |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
Modules to enable. |
FieldHelpTest::setUp |
function |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
|
FieldHelpTest::testFieldHelp |
function |
core/modules/field/tests/src/Functional/FieldHelpTest.php |
Tests the Field module's help page. |
FieldImportChangeTest |
class |
core/modules/field/tests/src/Kernel/FieldImportChangeTest.php |
Update field storage and fields during config change method invocation. |
FieldImportChangeTest.php |
file |
core/modules/field/tests/src/Kernel/FieldImportChangeTest.php |
|
FieldImportChangeTest::$modules |
property |
core/modules/field/tests/src/Kernel/FieldImportChangeTest.php |
Modules to enable. |