FieldDiscovery::$fieldPluginCache |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
An array of already discovered field plugin information. |
FieldDiscovery::$fieldPluginManager |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
The field plugin manager. |
FieldDiscovery::$migrationPluginManager |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
The migration plugin manager. |
FieldDiscovery::$sourcePluginIds |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
An array of source plugin ids, keyed by Drupal core version. |
FieldDiscovery::getFieldPlugin |
function |
core/modules/migrate_drupal/src/FieldDiscovery.php |
Returns the appropriate field plugin for a given field type. |
FieldDiscovery::getSourcePlugin |
function |
core/modules/migrate_drupal/src/FieldDiscovery.php |
Gets the source plugin to use to gather field information. |
FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A MigrateFieldPluginManager prophecy. |
FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The field plugin manager. |
FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The field plugin manager. |
FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A MigrationPluginManager prophecy. |
FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The migration plugin manager. |
FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The migration plugin manager. |
FieldDiscoveryTest::testGetSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the getSourcePlugin method. |
FieldDiscoveryTest::testGetSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Tests the getSourcePlugin method. |
FieldDiscoveryTestClass::getFieldPlugin |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Returns the appropriate field plugin for a given field type. |
FieldDiscoveryTestClass::getSourcePlugin |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets the source plugin to use to gather field information. |
FieldDiscoveryTestTrait::assertSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php |
Asserts a migrate source plugin. |
FieldItemDeriver::$basePluginId |
property |
core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php |
The base plugin ID this derivative is for. |
FieldItemDeriver::$fieldTypePluginManager |
property |
core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php |
The field type plugin manager. |
FieldLayoutBuilder::$layoutPluginManager |
property |
core/modules/field_layout/src/FieldLayoutBuilder.php |
The layout plugin manager. |
FieldLayoutBuilderTest::$layoutPlugin |
property |
core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php |
|
FieldLayoutBuilderTest::$layoutPluginManager |
property |
core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php |
|
FieldLayoutBuilderTest::$pluginDefinition |
property |
core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php |
|
FieldLayoutEntityDisplayFormTrait::$layoutPluginManager |
property |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php |
The field layout plugin manager. |
FieldOrLanguageJoinTest::$pluginId |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
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::$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. |
FieldPluginBase::clickSort |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Adds an ORDER BY clause to the query for click sort columns. |
FieldPluginBase::clickSortable |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Determines if this field is click sortable. |
FieldPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Information about options for all kinds of purposes will be held here. |