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 a wrapper HTML element for the field.. |
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 install. |
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. |
FieldHooks |
class |
core/modules/field/src/Hook/FieldHooks.php |
Hook implementations for field. |
FieldHooks.php |
file |
core/modules/field/src/Hook/FieldHooks.php |
|
FieldHooks::configImportStepsAlter |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_config_import_steps_alter(). |
FieldHooks::cron |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_cron(). |
FieldHooks::entityBundleDelete |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_bundle_delete(). |
FieldHooks::entityBundleFieldInfo |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_bundle_field_info(). |
FieldHooks::entityFieldStorageInfo |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_field_storage_info(). |
FieldHooks::fieldConfigCreate |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
FieldHooks::fieldConfigInsert |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_config'. |
FieldHooks::fieldConfigPresave |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_presave() for 'field_config'. |
FieldHooks::fieldStorageConfigUpdate |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
FieldHooks::formConfigAdminImportFormAlter |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_form_FORM_ID_alter(). |
FieldHooks::help |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_help(). |
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 install. |
FieldImportChangeTest::testImportChange |
function |
core/modules/field/tests/src/Kernel/FieldImportChangeTest.php |
Tests importing an updated field. |
FieldImportCreateTest |
class |
core/modules/field/tests/src/Kernel/FieldImportCreateTest.php |
Create field storages and fields during config create method invocation. |
FieldImportCreateTest.php |
file |
core/modules/field/tests/src/Kernel/FieldImportCreateTest.php |
|
FieldImportCreateTest::testImportCreate |
function |
core/modules/field/tests/src/Kernel/FieldImportCreateTest.php |
Tests creating field storages and fields during config import. |
FieldImportCreateTest::testImportCreateDefault |
function |
core/modules/field/tests/src/Kernel/FieldImportCreateTest.php |
Tests creating field storages and fields during default config import. |
FieldImportDeleteTest |
class |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
Delete field storages and fields during config delete method invocation. |
FieldImportDeleteTest.php |
file |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
|