PlatformHelper
FinalYes
not part of public core API.
Table of Contents
Methods
- getIdentifierQuoteCharacter() : string
- Doctrine DBAL 4 removed the `getIdentifierQuoteCharacter()` method from the platform classes and suggest to use `Platform::quoteIdentifier()` instead. As this invoke the need to provide a fake identifier and extract the character, this helper method is used throughout the core.
Methods
getIdentifierQuoteCharacter()
Doctrine DBAL 4 removed the `getIdentifierQuoteCharacter()` method from the platform classes and suggest to use `Platform::quoteIdentifier()` instead. As this invoke the need to provide a fake identifier and extract the character, this helper method is used throughout the core.
public
getIdentifierQuoteCharacter(AbstractPlatform $platform) : string
Parameters
- $platform : AbstractPlatform
Used in capsuled code and should not be needed to called by extension code. Not part of public API.