Method | Description | |
---|---|---|
scan ( ) : void | Helper method for scanForMessages() | |
scanForMessages ( ) : void | Scans theme templates and config for messages. | |
scanThemeConfigForMessages ( ) : void | Scans the theme configuration for defined messages | |
scanThemeTemplatesForMessages ( ) : void | Scans the theme templates for message references. |
Method | Description | |
---|---|---|
parseContent ( string $content ) : array | Parse the known language tag types in to messages. | |
processStandardTags ( string $content ) : array | Process standard language filter tag (_|) |
protected parseContent ( string $content ) : array | ||
$content | string | |
return | array |
protected processStandardTags ( string $content ) : array | ||
$content | string | |
return | array |
public scanForMessages ( ) : void | ||
return | void |
public scanThemeConfigForMessages ( ) : void | ||
return | void |
public scanThemeTemplatesForMessages ( ) : void | ||
return | void |