You are here

constant AbstractSynonymsBehavior::COLUMN_ENTITY_ID_PLACEHOLDER in Synonyms 7

Constant which denotes placeholder of an entity ID column.

File

includes/SynonymsBehavior.interface.inc, line 121
Interfaces of synonyms behaviors that are shipped with Synonyms module.

Class

AbstractSynonymsBehavior
Starting point for implementing SynonymsBehavior interface.

Code

const COLUMN_ENTITY_ID_PLACEHOLDER = '***ENTITY_ID***';