CRM_Core_Resources_Strings
class CRM_Core_Resources_Strings
Manage translatable strings on behalf of resource files.
Methods
flush()
Flush the cache of translated strings.
array
get(string $bucket, string $file, string $format)
Get the strings from a file, using a cache if available.
array
extract(string $file, string $format)
Extract a list of strings from a file.
Details
at line 47
__construct(CRM_Utils_Cache_Interface $cache)
at line 54
flush()
Flush the cache of translated strings.
at line 73
array
get(string $bucket, string $file, string $format)
Get the strings from a file, using a cache if available.
at line 103
array
extract(string $file, string $format)
Extract a list of strings from a file.