Package::getUrl()

string getUrl(string $path) Returns an absolute or root-relative public path. Parameters string $path A path Return Value string The public path

ButtonBuilder::getAction()

string getAction() Unsupported method. Return Value string The target URL of the form

AbstractObjectNormalizer::supportsNormalization()

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Parameters mixed $data Data to normalize string $format The format being (de-)serialized from or into Return Value bool

SelectorNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

RouterDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

ResolvedFormTypeInterface::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes a form view for the type hierarchy. It is called after the children of the view have been built. Parameters FormView $view The form view to configure FormInterface $form The form corresponding to the view array $options The options used for the configuration

ResolvedFormType::createBuilder()

FormBuilderInterface createBuilder(FormFactoryInterface $factory, string $name, array $options = array()) Creates a new form builder for this type. Parameters FormFactoryInterface $factory The form factory string $name The name for the builder array $options The builder options Return Value FormBuilderInterface The created form builder

ContainerAwareEventDispatcher::removeListener()

removeListener(string $eventName, callable $listener) Removes an event listener from the specified events. Parameters string $eventName The event to remove a listener from callable $listener The listener to remove

AbstractRendererEngine

class AbstractRendererEngine implements FormRendererEngineInterface Default implementation of {@link FormRendererEngineInterface}. Constants CACHE_KEY_VAR The variable in {@link FormView} used as cache key. Methods __construct(array $defaultThemes = array()) Creates a new renderer engine. setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. mixed getResourceForBlockName(FormView $view, string $blockName) Returns the re

BaseNode::normalize()

final mixed normalize(mixed $value) Normalizes a value, applying all normalization closures. Parameters mixed $value The value to normalize Return Value mixed The normalized value