18 lines
		
	
	
		
			356 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			356 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * Implements hook_theme().
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								function dc_components_theme() {
							 | 
						||
| 
								 | 
							
								  return [
							 | 
						||
| 
								 | 
							
								    'block__inline_block__ping_pong' => [
							 | 
						||
| 
								 | 
							
								      'render element' => 'elements',
							 | 
						||
| 
								 | 
							
								      'base hook' => 'block',
							 | 
						||
| 
								 | 
							
								    ],
							 | 
						||
| 
								 | 
							
								    'field__block_content__field_ping_pong_media_items__ping_pong' => [
							 | 
						||
| 
								 | 
							
								      'render element' => 'elements',
							 | 
						||
| 
								 | 
							
								      'base hook' => 'field'
							 | 
						||
| 
								 | 
							
								    ]
							 | 
						||
| 
								 | 
							
								  ];
							 | 
						||
| 
								 | 
							
								}
							 |