FieldNumericTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
|
FieldNumericTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Views used by this test. |
FieldNumericTest::providerTestFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Data provider for testFieldNumeric. |
FieldNumericTest::testFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the Numeric handler with different settings. |
FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Drupal 6 i18n field option labels source from database. |
FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Drupal 7 i18n field option label source from database. |
FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
Determines the allowed values translation for select lists. |
FieldOptionTranslation |
class |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
Determines the allowed values translation for select lists. |
FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
|
FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
|
FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
|
FieldOptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
|
FieldOptionTranslation::fields |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Returns available fields on the source. |
FieldOptionTranslation::fields |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Returns available fields on the source. |
FieldOptionTranslation::getIds |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
Defines the source fields uniquely identifying a source row. |
FieldOptionTranslation::getIds |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
Defines the source fields uniquely identifying a source row. |
FieldOptionTranslation::query |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php |
|
FieldOptionTranslation::query |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php |
|
FieldOptionTranslation::transform |
function |
core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php |
Get the field default/mapped settings. |
FieldOptionTranslation::transform |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php |
Get the field default/mapped settings. |
FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
|
FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
|
FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Modules to install. |
FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Modules to install. |
FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
|
FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
|
FieldOrLanguageJoin |
class |
core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php |
Implementation for the "field OR language" join. |
FieldOrLanguageJoin.php |
file |
core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php |
|
FieldOrLanguageJoin::joinAddExtra |
function |
core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php |
Adds the extras to the join condition. |
FieldOrLanguageJoinTest |
class |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests the "field OR language" join plugin. |
FieldOrLanguageJoinTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
FieldOrLanguageJoinTest::$manager |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
A plugin manager which handlers the instances of joins. |
FieldOrLanguageJoinTest::$pluginId |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
FieldOrLanguageJoinTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
FieldOrLanguageJoinTest::buildJoin |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Builds a join using the given configuration. |
FieldOrLanguageJoinTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
FieldOrLanguageJoinTest::testBase |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests base join functionality. |
FieldOrLanguageJoinTest::testLanguageBundleConditions |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests the adding of conditions by the join plugin. |
FieldPluginBase |
class |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Base class for views fields. |
FieldPluginBase |
class |
core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php |
The base class for all field plugins. |
FieldPluginBase.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php |
|
FieldPluginBase.php |
file |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
|
FieldPluginBase::$additional_fields |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
|
FieldPluginBase::$aliases |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
|
FieldPluginBase::$field_alias |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
|
FieldPluginBase::$lastRenderIndex |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Keeps track of the last render index. |
FieldPluginBase::$last_render |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
|
FieldPluginBase::$last_render_text |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
|