Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
MigrateSearchPageTest class core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests migration of search page status and settings.
MigrateSearchPageTest.php file core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php
MigrateSearchPageTest.php file core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
MigrateSearchPageTest::$modules property core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php Modules to enable.
MigrateSearchPageTest::$modules property core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php The modules to be enabled during the test.
MigrateSearchPageTest::assertEntity function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Asserts various aspects of a SearchPage entity.
MigrateSearchPageTest::setUp function core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php
MigrateSearchPageTest::testModuleExists function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests that search page is only migrated for modules enabled on D8 site.
MigrateSearchPageTest::testSearchPage function core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php Tests Drupal 6 search settings to Drupal 8 search page entity migration.
MigrateSearchPageTest::testSearchPage function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests migration of search status and settings to search page entity.
MigrateSearchPageTest::testUserSearchCreate function core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php Tests that a search page will be created if it does not exist.
MigrateSkipRowException::getSaveToMap function core/modules/migrate/src/MigrateSkipRowException.php Whether the thrower wants to record this skip in the map table.
MigrateSource::getProvider function core/modules/migrate/src/Annotation/MigrateSource.php Gets the name of the provider of the annotated class.
MigrateSource::getProviders function core/modules/migrate/src/Annotation/MigrateSource.php Gets the provider names of the annotated class.
MigrateSourceInterface::getIds function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Defines the source fields uniquely identifying a source row.
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 by reading the class @covers annotation.
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::testGetMigrationPluginManagerDeprecation function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests deprecation message from Sql::getMigrationPluginManager().
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::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.

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