Actions
Feature #79387
closedMove access to $nonRelationTables and $nonRelationFields into methods and introduce 2 signals
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2017-01-19
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.0
Tags:
Complexity:
easy
Sprint Focus:
Description
The $nonRelationTables and $nonRelationFields in TYPO3\CMS\Core\Database\ReferenceIndex contains
tables and columns that the ReferenceIndexer should never process.
In order to extend this functionality with additional tables and columns it would be nice to wrap the access
to these 2 arrays in the methods and provided 2 additional signals for extending this behaviour.
This isssue provides a way to fix the 2 related issues.
Actions