You are here

64 methods override MigrateSourceInterface::getIds() in Zircon Profile 8

Action::getIds in core/modules/action/src/Plugin/migrate/source/d6/Action.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
AggregatorFeed::getIds in core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
AggregatorItem::getIds in core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Block::getIds in core/modules/block/src/Plugin/migrate/source/Block.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
BlockCustom::getIds in core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
BlockedIps::getIds in core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Book::getIds in core/modules/book/src/Plugin/migrate/source/d6/Book.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Box::getIds in core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Comment::getIds in core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Comment::getIds in core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
CommentType::getIds in core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
CommentVariable::getIds in core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ContactCategory::getIds in core/modules/contact/src/Plugin/migrate/source/ContactCategory.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
EmbeddedDataSource::getIds in core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
EmptySource::getIds in core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Field::getIds in core/modules/field/src/Plugin/migrate/source/d6/Field.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Field::getIds in core/modules/field/src/Plugin/migrate/source/d7/Field.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FieldInstance::getIds in core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FieldInstance::getIds in core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FieldInstancePerFormDisplay::getIds in core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FieldInstancePerFormDisplay::getIds in core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FieldInstancePerViewMode::getIds in core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FieldInstancePerViewMode::getIds in core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
File::getIds in core/modules/file/src/Plugin/migrate/source/d6/File.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
File::getIds in core/modules/file/src/Plugin/migrate/source/d7/File.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FilterFormat::getIds in core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
FilterFormat::getIds in core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ImageCachePreset::getIds in core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ImageStyles::getIds in core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Language::getIds in core/modules/language/src/Plugin/migrate/source/Language.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Menu::getIds in core/modules/system/src/Plugin/migrate/source/Menu.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
MenuLink::getIds in core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Node::getIds in core/modules/node/src/Plugin/migrate/source/d6/Node.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Node::getIds in core/modules/node/src/Plugin/migrate/source/d7/Node.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
NodeType::getIds in core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
NodeType::getIds in core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ProfileField::getIds in core/modules/user/src/Plugin/migrate/source/ProfileField.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ProfileFieldValues::getIds in core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Role::getIds in core/modules/user/src/Plugin/migrate/source/d6/Role.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Role::getIds in core/modules/user/src/Plugin/migrate/source/d7/Role.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Shortcut::getIds in core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ShortcutSet::getIds in core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ShortcutSetUsers::getIds in core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
StubSourcePlugin::getIds in core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
Defines the source fields uniquely identifying a source row.
Term::getIds in core/modules/taxonomy/src/Plugin/migrate/source/Term.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
TermNode::getIds in core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
TestDrupal6SqlBase::getIds in core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
TestSqlBase::getIds in core/modules/migrate/tests/src/Unit/SqlBaseTest.php
Defines the source fields uniquely identifying a source row.
TrackerNode::getIds in core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
TrackerUser::getIds in core/modules/tracker/src/Plugin/migrate/source/d7/TrackerUser.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Upload::getIds in core/modules/file/src/Plugin/migrate/source/d6/Upload.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
UploadInstance::getIds in core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
UrlAliasBase::getIds in core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
User::getIds in core/modules/user/src/Plugin/migrate/source/d6/User.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
User::getIds in core/modules/user/src/Plugin/migrate/source/d7/User.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
UserPicture::getIds in core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
UserPictureFile::getIds in core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
UserPictureInstance::getIds in core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Variable::getIds in core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
VariableMultiRow::getIds in core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ViewMode::getIds in core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
ViewMode::getIds in core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Vocabulary::getIds in core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).
Vocabulary::getIds in core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
Defines the source fields uniquely identifying a source row. None of these fields should contain a NULL value - if necessary, use prepareRow() or hook_migrate_prepare_row() to rewrite NULL values to appropriate empty values (such as '' or 0).