‪TYPO3CMS  11.5
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 26 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.

Parameters
AlterTableDefinitionStatementsEvent$event

Definition at line 34 of file DatabaseSchemaService.php.

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