14 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @file
							 | 
						||
| 
								 | 
							
								 * Contains install and update functions for Migrate.
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * Implements hook_update_last_removed().
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								function migrate_update_last_removed(): int {
							 | 
						||
| 
								 | 
							
								  return 10100;
							 | 
						||
| 
								 | 
							
								}
							 |