CRM_Core_I18n_SchemaStructure
in package
Tags
Table of Contents
Methods
- columns() : array<string|int, mixed>
- Get translatable columns.
- indices() : array<string|int, mixed>
- Get a table indexed array of the indices for translatable fields.
- tables() : array<string|int, mixed>
- Get tables with translatable fields.
- widgets() : array<string|int, mixed>
- Get a list of widgets for editing translatable fields.
Methods
columns()
Get translatable columns.
public
static & columns() : array<string|int, mixed>
Return values
array<string|int, mixed> —A table-indexed array of translatable columns.
indices()
Get a table indexed array of the indices for translatable fields.
public
static & indices() : array<string|int, mixed>
Return values
array<string|int, mixed> —Indices for translatable fields.
tables()
Get tables with translatable fields.
public
static & tables() : array<string|int, mixed>
Return values
array<string|int, mixed> —Array of names of tables with fields that can be translated.
widgets()
Get a list of widgets for editing translatable fields.
public
static & widgets() : array<string|int, mixed>
Return values
array<string|int, mixed> —Array of the widgets for editing translatable fields.