Méthode | Description | |
---|---|---|
__construct ( $shortcodeFiles ) | ||
getAllShortcodeNames ( ) : string[] | Returns all supported shortcode names - keys from the shortcodes array in the YAML file. | |
getShortcodeInfo ( string $shortcodeName ) : array | Returns description of a single shortcode as a map between shortcode attributes and entity names, e.g.: | |
getShortcodeLocations ( ) : array | Returns a list of entities and their fields where shortcodes are supported. |
public getAllShortcodeNames ( ) : string[] | ||
Résultat | string[] |
public getShortcodeInfo ( string $shortcodeName ) : array | ||
$shortcodeName | string | |
Résultat | array |
public getShortcodeLocations ( ) : array | ||
Résultat | array |