HIncludeFragmentRenderer

class HIncludeFragmentRenderer extends RoutableFragmentRenderer Implements the Hinclude rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(EngineInterface|Twig_Environment $templating = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8') Constructor. setTemplating(EngineInterface|Twig_Environment|null $templating) Sets the temp

HIncludeFragmentRenderer::hasTemplating()

bool hasTemplating() Checks if a templating engine has been set. Return Value bool true if the templating engine has been set, false otherwise

HiddenType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

HiddenType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

HiddenType

class HiddenType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of th

HelperSet::has()

bool has(string $name) Returns true if the helper if defined. Parameters string $name The helper name Return Value bool true if the helper is defined, false otherwise

HelperSet::setCommand()

setCommand(Command $command = null) Sets the command associated with this helper set. Parameters Command $command A Command instance

HelperSet::getIterator()

Helper[] getIterator() Return Value Helper[]

HelperSet::getCommand()

Command getCommand() Gets the command associated with this helper set. Return Value Command A Command instance

HelperSet

class HelperSet implements IteratorAggregate HelperSet represents a set of helpers to be used with a command. Methods __construct(array $helpers = array()) Constructor. set(HelperInterface $helper, string $alias = null) Sets a helper. bool has(string $name) Returns true if the helper if defined. HelperInterface get(string $name) Gets a helper value. setCommand(Command $command = null) Sets the command associated with this helper set. Command getCommand() Gets the