11 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
use Drupal\Core\Entity\EntityInterface;
 | 
						|
 | 
						|
/**
 | 
						|
 * Implements hook_entity_presave().
 | 
						|
 */
 | 
						|
function video_compressor_entity_presave(EntityInterface $entity) {
 | 
						|
  /* dump($entity); */
 | 
						|
}
 |