
| Current Path : /var/www/html/rocksensor/web/modules/contrib/entity_export_csv/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor/web/modules/contrib/entity_export_csv/entity_export_csv.install |
<?php
/**
* @file
* Entity Export Csv installation file.
*/
/**
* Install the new entity export csv config entity.
*/
function entity_export_csv_update_8101() {
\Drupal::entityTypeManager()->clearCachedDefinitions();
$entity_type = \Drupal::entityTypeManager()->getDefinition('entity_export_csv');
\Drupal::entityDefinitionUpdateManager()->installEntityType($entity_type);
}