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
MigrateNodeCounterTest::getFixtureFilePath function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Gets the path to the fixture file.
MigrateNodeRevisionTest::getFileMigrationInfo function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTest.php Returns information about the file to be migrated.
MigrateNodeTest::getFileMigrationInfo function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php Returns information about the file to be migrated.
MigratePostRowSaveEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Gets the destination ID values.
MigratePostRowSaveEventTest::testGetDestinationIdValues function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getDestinationIdValues method.
MigratePostRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getRow method.
MigratePreRowSaveEvent::getRow function core/modules/migrate/src/Event/MigratePreRowSaveEvent.php Gets the row object.
MigratePreRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests getRow method.
MigratePrivateFileTest::getFileMigrationInfo function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Returns information about the file to be migrated.
MigrateRollbackEvent::getMigration function core/modules/migrate/src/Event/MigrateRollbackEvent.php Gets the migration entity.
MigrateRowDeleteEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the destination ID values.
MigrateRowDeleteEvent::getMigration function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the migration entity.
MigrateSearchPageTest class core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php Upgrade search page variables.
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 install.
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.
MigrateStatisticsConfigsTest::getFixtureFilePath function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php Gets the path to the fixture file.
MigrateStatisticsConfigsTest::getFixtureFilePath function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php Gets the path to the fixture file.
MigrateTaxonomyTermTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php Gets the path to the fixture file.
MigrateTaxonomyTermTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php Gets the path to the fixture file.

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