‪TYPO3CMS  ‪main
TYPO3\CMS\IndexedSearch\Service\DatabaseSchemaService Class Reference

Public Member Functions

 addMysqlFulltextIndex (AlterTableDefinitionStatementsEvent $event)
 

Detailed Description

This service provides the mysql specific changes of the schema definition

this is a TYPO3-internal hook implementation and not part of TYPO3's Core API.

Definition at line 27 of file DatabaseSchemaService.php.

Member Function Documentation

◆ addMysqlFulltextIndex()

TYPO3\CMS\IndexedSearch\Service\DatabaseSchemaService::addMysqlFulltextIndex ( AlterTableDefinitionStatementsEvent  $event)

An event listener to inject the required mysql fulltext definition to schema migration.

Definition at line 34 of file DatabaseSchemaService.php.

References TYPO3\CMS\Core\Database\Event\AlterTableDefinitionStatementsEvent\addSqlData().