SecondTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value

SecondTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

SecondTransformer deprecated

class SecondTransformer extends SecondTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\SecondTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\SecondTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from SecondTransformer string getReverseMatchingRegExp(int $length) Returns a reverse matc

SecondTransformer

class SecondTransformer extends Transformer Parser and formatter for the second format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching r

SearchType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

SearchType::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

SearchType

class SearchType 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. from AbstractType string getBlockPrefix() Returns

SearchAndRenderBlockNode

class SearchAndRenderBlockNode extends Twig_Node_Expression_Function Methods compile(Twig_Compiler $compiler) Details compile(Twig_Compiler $compiler) Parameters Twig_Compiler $compiler

ScriptDataProvider::getScripts()

getScripts()

ScriptDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale