Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
MigrateSourceInterface::getSourceModule function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Gets the source module providing the source data.
MigrateSourcePluginManager::getDiscovery function core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php Gets the plugin discovery.
MigrateSourceTest::getMigrateExecutable function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Gets a mock executable for the test.
MigrateSourceTest::getSource function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Gets the source plugin to test.
MigrateSourceTestBase::getPlugin function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Instantiates the source plugin under test.
MigrateSourceTestBase::getPluginClass function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Determines the plugin to be tested.
MigrateSourceWithAnnotations::getIds function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Defines the source fields uniquely identifying a source row.
MigrateSqlIdMapTest::getHighestIdDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for getHighestId().
MigrateSqlIdMapTest::getHighestIdInvalidDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testGetHighestIdInvalid().
MigrateSqlIdMapTest::getIdMap function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Creates a test SQL ID map plugin.
MigrateSqlIdMapTest::getIdMapContents function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Retrieves the contents of an ID map.
MigrateSqlIdMapTest::testGetHighestId function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests getHighestId method.
MigrateSqlIdMapTest::testGetHighestIdInvalid function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests getHighestId method with invalid data.
MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getQualifiedMapTable method with a prefixed database.
MigrateSqlIdMapTest::testGetRowByDestination function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowByDestination method.
MigrateSqlIdMapTest::testGetRowBySource function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowBySource method.
MigrateSqlIdMapTest::testGetRowsNeedingUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowsNeedingUpdate method for rows that need an update.
MigrateSqlSourceTestBase::getDatabase function core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php Builds an in-memory SQLite database from a set of source data.
MigrateTaxonomyTermTest::getParentIDs function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php Retrieves the parent term IDs for a given term.
MigrateTestBase::getMigration function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Gets the migration plugin.
MigrateTestCase::getDatabase function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Gets an SQLite database connection object for use in tests.
MigrateTestCase::getMigration function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Retrieves a mocked migration.
MigrateTestCase::getValue function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Gets the value on a row for a given key.
MigrateUpgradeFormBase::getConfirmText function core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php Returns a caption for the button that confirms the action.
MigrateUpgradeFormStepsTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
MigrateUpgradeTestBase::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the available upgrade paths.
MigrateUpgradeTestBase::getCredentials function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Creates an array of credentials for the Credential form.
MigrateUpgradeTestBase::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the expected number of entities per entity type after migration.
MigrateUpgradeTestBase::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets expected number of entities per entity after incremental migration.
MigrateUpgradeTestBase::getManagedFiles function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the file data.
MigrateUpgradeTestBase::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the missing upgrade paths.
MigrateUpgradeTestBase::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the source base path for the concrete test.
MigrateUpgradeTestBase::getSourcePrivateBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Provides the source base path for private files for the credential form.
MigrateVocabularyFieldInstanceTest::assertTargetBundles function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Asserts the settings of an entity reference field config entity.
Migration::getDestinationConfiguration function core/modules/migrate/src/Plugin/Migration.php Get the destination configuration, with at least a 'plugin' key.
Migration::getDestinationIds function core/modules/migrate/src/Plugin/Migration.php The destination identifiers.
Migration::getDestinationPlugin function core/modules/migrate/src/Plugin/Migration.php Returns the initialized destination plugin.
Migration::getIdMap function core/modules/migrate/src/Plugin/Migration.php Returns the initialized id_map plugin.
Migration::getIdMapPlugin function core/modules/migrate/src/Plugin/Migration.php Retrieves the ID map plugin.
Migration::getInterruptionResult function core/modules/migrate/src/Plugin/Migration.php Get the result to return upon interruption.
Migration::getMigrationDependencies function core/modules/migrate/src/Plugin/Migration.php Get the dependencies for this migration.
Migration::getMigrationPluginManager function core/modules/migrate/src/Plugin/Migration.php Gets the migration plugin manager.
Migration::getMigrationTags function core/modules/migrate/src/Plugin/Migration.php The migration tags.
Migration::getPluginDefinition function core/modules/migrate/src/Plugin/Migration.php Gets the definition of the plugin implementation.
Migration::getProcess function core/modules/migrate/src/Plugin/Migration.php Gets the normalized process plugin configuration.
Migration::getProcessNormalized function core/modules/migrate/src/Plugin/Migration.php Resolve shorthands into a list of plugin configurations.
Migration::getProcessPlugins function core/modules/migrate/src/Plugin/Migration.php Returns the process plugins.
Migration::getRequirements function core/modules/migrate/src/Plugin/Migration.php Get a list of required plugin IDs.
Migration::getSourceConfiguration function core/modules/migrate/src/Plugin/Migration.php Get the source configuration, with at least a 'plugin' key.
Migration::getSourcePlugin function core/modules/migrate/src/Plugin/Migration.php Returns the initialized source plugin.

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