You are here

public function ImporterInterface::getInfo in Loft Data Grids 7.2

Return info about this class

Return value

array

  • name string The human name of this importer
  • shortname string A more concise human name for ui elements like

option lists

  • description string A further description
  • extension string The file extension used by this class
1 method overrides ImporterInterface::getInfo()
YAMLFrontMatterImporter::getInfo in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/YAMLFrontMatterImporter.php
Return info about this class

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ImporterInterface.php, line 19

Class

ImporterInterface

Namespace

AKlump\LoftDataGrids

Code

public function getInfo();