function EntityContentBase::isTranslationDestination
Same name and namespace in other branches
- 11.x core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php \Drupal\migrate\Plugin\migrate\destination\EntityContentBase::isTranslationDestination()
- 10 core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php \Drupal\migrate\Plugin\migrate\destination\EntityContentBase::isTranslationDestination()
- 8.9.x core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php \Drupal\migrate\Plugin\migrate\destination\EntityContentBase::isTranslationDestination()
1 call to EntityContentBase::isTranslationDestination()
- EntityRevision::getIds in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityRevision.php - Gets the destination IDs.
File
-
core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php, line 247
Class
- EntityContentBase
- Provides destination class for all content entities lacking a specific class.
Namespace
Drupal\migrate\Plugin\migrate\destinationCode
public function isTranslationDestination() {
return !empty($this->configuration['translations']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.