Deprecation: #79122 - Deprecate method getRecordsByField
See forge#79122
Description
The method
TYPO3\
has been deprecated and should not be used any longer.
Impact
Calling the deprecated
get
method will trigger a deprecation log entry.
Affected Installations
Any installation using the mentioned method
get
.
Migration
Use the
Connection
and the
Query
classes directly to query the database from your code.