public function SupportTicketReference::bundleMigrationRequired in Support Ticketing System 8
File
- modules/
support_ticket/ src/ Plugin/ migrate/ source/ d6/ SupportTicketReference.php, line 86 - Contains \Drupal\support_ticket\Plugin\migrate\source\d6\SupportTicketReference.
Class
- SupportTicketReference
- Drupal 6 support ticket source from database.
Namespace
Drupal\support_ticket\Plugin\migrate\source\d6Code
public function bundleMigrationRequired() {
return FALSE;
}