ButtonBuilder::setRequestHandler()

FormConfigBuilderInterface setRequestHandler(RequestHandlerInterface $requestHandler) Unsupported method. Parameters RequestHandlerInterface $requestHandler Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

GenericEvent::setArguments()

GenericEvent setArguments(array $args = array()) Set args property. Parameters array $args Arguments Return Value GenericEvent

RegionDataGenerator

class RegionDataGenerator extends AbstractDataGenerator The rule for compiling the region bundle. Constants UNKNOWN_REGION_ID OUTLYING_OCEANIA_REGION_ID EUROPEAN_UNION_ID NETHERLANDS_ANTILLES_ID BOUVET_ISLAND_ID HEARD_MCDONALD_ISLANDS_ID CLIPPERTON_ISLAND_ID Methods __construct(GenrbCompiler $compiler, $dirName) from AbstractDataGenerator generateData(GeneratorConfig $config) {@inheritdoc} from AbstractDataGenerator Details

MergeOperation

class MergeOperation extends AbstractOperation Merge operation between two catalogues as follows: all = source ∪ target = {x: x ∈ source ∨ x ∈ target} new = all ∖ source = {x: x ∈ target ∧ x ∉ source} obsolete = source ∖ all = {x: x ∈ source ∧ x ∉ source ∧ x ∉ target} = ∅ Basically, the result contains messages from both catalogues. Methods __construct(MessageCatalogueInterface $source, MessageCatalogueInterface $target) from AbstractOperation array getDomains() Returns domains affe

CountryType

class CountryType 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 t

TraceableEventDispatcher

class TraceableEventDispatcher extends TraceableEventDispatcher Collects some data about event listeners. This event dispatcher delegates the dispatching to another one. Methods __construct(EventDispatcherInterface $dispatcher, Stopwatch $stopwatch, LoggerInterface $logger = null) Constructor. from TraceableEventDispatcher addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. from TraceableEventDispatcher ad

DumperCollection::all()

DumperCollection[]|DumperRoute[] all() Returns the children routes and collections. Return Value DumperCollection[]|DumperRoute[] Array of DumperCollection|DumperRoute

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

LocaleBundleTransformationRule::afterCompile()

afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation.

AnonymousAuthenticationListener

class AnonymousAuthenticationListener implements ListenerInterface AnonymousAuthenticationListener automatically adds a Token if none is already present. Methods __construct(TokenStorageInterface $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authenticationManager = null) handle(GetResponseEvent $event) Handles anonymous authentication. Details __construct(TokenStorageInterface $tokenStorage, $secret, LoggerI