Class CMSExtensions.MapEntriesFunction

  • All Implemented Interfaces:
    com.mitchellbosecke.pebble.extension.Function, com.mitchellbosecke.pebble.extension.NamedArguments
    Enclosing class:
    CMSExtensions

    public class CMSExtensions.MapEntriesFunction
    extends Object
    implements com.mitchellbosecke.pebble.extension.Function
    • Constructor Detail

      • MapEntriesFunction

        public MapEntriesFunction()
    • Method Detail

      • getArgumentNames

        public List<String> getArgumentNames()
        Specified by:
        getArgumentNames in interface com.mitchellbosecke.pebble.extension.NamedArguments
      • execute

        public Object execute​(Map<String,​Object> args)
        Specified by:
        execute in interface com.mitchellbosecke.pebble.extension.Function