| 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 |
Views to be enabled. |
| 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 |
Stores additional fields which get added to the query. |
| 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 |
The last rendered value. |
| FieldPluginBase::$last_render_text |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
The last rendered text. |
| FieldPluginBase::$last_tokens |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
The last rendered tokens. |
| FieldPluginBase::$linkGenerator |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
The link generator. |
| FieldPluginBase::$original_value |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
The field value prior to any rewriting. |
| FieldPluginBase::$renderer |
property |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Stores the render API renderer. |
| FieldPluginBase::addAdditionalFields |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Add 'additional' fields to the query. |
| FieldPluginBase::addSelfTokens |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Add any special tokens this field might use for itself. |
| FieldPluginBase::adminLabel |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Return a string representing this handler's name in the UI. |
| FieldPluginBase::adminSummary |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Provide extra data to the administration form. |
| FieldPluginBase::advancedRender |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Renders a field using advanced settings. |
| FieldPluginBase::allowAdvancedRender |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Determine if this field can allow advanced rendering. |
| FieldPluginBase::alterFieldFormatterMigration |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php |
Apply any custom processing to the field formatter migration. |
| FieldPluginBase::alterFieldInstanceMigration |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php |
Apply any custom processing to the field instance migration. |
| FieldPluginBase::alterFieldMigration |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php |
Apply any custom processing to the field migration. |
| FieldPluginBase::alterFieldWidgetMigration |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php |
Apply any custom processing to the field widget migration. |
| FieldPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Default option form that provides label widget that all fields should have. |