function.content_manager_alias.php
Table of Contents
- _executeContentManagerAliasQuery() : array<string|int, mixed>|bool|mixed
- Helper function that generates the query and executes it on the database
- _getContentManagerAliasFallbackId() : int|null
- Helper function that calculates the fallback language id if possible
- smarty_function_content_manager_alias() : string
- Smarty plugin that gets content manager elements from the database
Functions
_executeContentManagerAliasQuery()
Helper function that generates the query and executes it on the database
_executeContentManagerAliasQuery(mixed $alias, mixed $language) : array<string|int, mixed>|bool|mixed
Parameters
- $alias : mixed
- $language : mixed
_getContentManagerAliasFallbackId()
Helper function that calculates the fallback language id if possible
_getContentManagerAliasFallbackId(mixed $source, mixed $language) : int|null
Parameters
- $source : mixed
- $language : mixed
smarty_function_content_manager_alias()
Smarty plugin that gets content manager elements from the database
smarty_function_content_manager_alias(mixed $params, mixed &$smarty) : string
Parameters
- $params : mixed
- $smarty : mixed