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 11.x for __get
  5. Other projects
Title Object type File name Summary
MigrateTaxonomyTermTest::getParentIDs function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php Retrieves the parent term IDs for a given term.
MigrateTaxonomyTermTranslationTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTranslationTest.php Gets the path to the fixture file.
MigrateTaxonomyVocabularyTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php Gets the path to the fixture file.
MigrateTaxonomyVocabularyTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php Gets the path to the fixture file.
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.
MigrateTestTrait::getParentIDs function core/modules/forum/tests/src/Kernel/Migrate/MigrateTestTrait.php Retrieves the parent term IDs for a given term.
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::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.
MigrateVocabularyEntityDisplayTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Gets the path to the fixture file.
MigrateVocabularyEntityFormDisplayTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Gets the path to the fixture file.
MigrateVocabularyFieldInstanceTest::assertTargetBundles function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Asserts the settings of an entity reference field config entity.
MigrateVocabularyFieldInstanceTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Gets the path to the fixture file.
MigrateVocabularyFieldTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php Gets the path to the fixture file.
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.
Migration::getStatus function core/modules/migrate/src/Plugin/Migration.php Get the current migration status.
Migration::getStatusLabel function core/modules/migrate/src/Plugin/Migration.php Retrieve a label for the current status.
Migration::getTrackLastImported function core/modules/migrate/src/Plugin/Migration.php If true, track time of last import.
MigrationConfigurationTrait::getConfigFactory function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the config factory service.
MigrationConfigurationTrait::getConnection function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the database connection for the source Drupal database.
MigrationConfigurationTrait::getFollowUpMigrationTags function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Returns the follow-up migration tags.
MigrationConfigurationTrait::getLegacyDrupalVersion function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Determines what version of Drupal the source database contains.
MigrationConfigurationTrait::getMigrationPluginManager function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the migration plugin manager service.
MigrationConfigurationTrait::getMigrations function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the migrations for import.
MigrationConfigurationTrait::getState function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the state service.
MigrationConfigurationTrait::getSystemData function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the system data from the system table of the source Drupal database.

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