ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
class.ilGlossaryDeleteLOMOfDefinitionsMigration.php
Go to the documentation of this file.
1 <?php
2 
20 declare(strict_types=1);
21 
23 
25 {
26  protected function objectType(): string
27  {
28  return 'gdf';
29  }
30 
31  public function getLabel(): string
32  {
33  return 'Remove remnants of Learning Object Metadata sets for Glossary Definitions from the database';
34  }
35 }
This migration deletes all LOM sets for a given type, for (sub-)objects that have dropped LOM support...