Back to Text class

Method getScriptStrings

public static array
getScriptStrings
()
Get the strings that have been loaded to the JavaScript language store.
Returns
  • array
Since
  • 3.7.0
Class: Text
Project: Joomla

Method getScriptStrings - Source code

/**
 * Get the strings that have been loaded to the JavaScript language store.
 *
 * @return  array
 *
 * @since   3.7.0
 */
public static function getScriptStrings()
{
    return static::$strings;
}