You are here

search-api-admin-data-type-table.html.twig in Search API 8

Default theme implementation for displaying a data type info table.

Available variables:

  • data_types: The data types.
  • fallback_mapping: The array of fallback data types for unsupported data types.
  • table: The data types table.

File

templates/search-api-admin-data-type-table.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for displaying a data type info table.
  5. *
  6. * Available variables:
  7. * - data_types: The data types.
  8. * - fallback_mapping: The array of fallback data types for unsupported data
  9. * types.
  10. * - table: The data types table.
  11. *
  12. * @see template_preprocess_search_api_admin_data_type_table()
  13. *
  14. * @ingroup themeable
  15. */
  16. #}
  17. {{ table }}