function FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition

Provides the stub migration definition for a given Drupal core version.

Parameters

string $core: The Drupal core version.

Return value

array The stub migration definition.

Overrides FieldDiscovery::getFieldInstanceStubMigrationDefinition

File

core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php, line 68

Class

FieldDiscoveryTestClass
A test class to expose protected methods.

Namespace

Drupal\field_discovery_test

Code

public function getFieldInstanceStubMigrationDefinition($core) {
  return parent::getFieldInstanceStubMigrationDefinition($core);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.