NotAllAclsFoundException

class NotAllAclsFoundException extends AclNotFoundException This exception is thrown when you have requested ACLs for multiple object identities, but the AclProvider implementation failed to find ACLs for all identities. This exception contains the partial result. Methods setPartialResult(SplObjectStorage $result) Sets the partial result SplObjectStorage getPartialResult() Returns the partial result Details setPartialResult(SplObjectStorage $result)

UploadValidatorExtension

class UploadValidatorExtension extends AbstractTypeExtension Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractTypeExtension buildView(FormView $view, FormInterface $form, array $options) Builds the view. from AbstractTypeExtension finishView(FormView $view, FormInterface $form, array $options) Finishes the view. from AbstractTypeExtension configureOptions(OptionsResolver $resolver) Configures the options for this type. __constr

SessionListener

class SessionListener extends SessionListener Sets the session in the request. Methods onKernelRequest(GetResponseEvent $event) from SessionListener static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. from SessionListener __construct(ContainerInterface $container) Details onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event static arra

ArrayInput

class ArrayInput extends Input ArrayInput represents an input provided as an array. Usage: $input = new ArrayInput(array('name' => 'foo', '--bar' => 'foobar')); Methods __construct(array $parameters, InputDefinition $definition = null) Constructor. bind(InputDefinition $definition) Binds the current Input instance with the given arguments and options. from Input validate() Validates the input. from Input bool isInteractive() Is this input means interactive? from Inpu

ProgressBar::setMessage()

setMessage(string $message, string $name = 'message') Associates a text with a named placeholder. The text is displayed when the progress bar is rendered but only when the corresponding placeholder is part of the custom format line (by wrapping the name with %). Parameters string $message The text to associate with the placeholder string $name The name of the placeholder

LazyChoiceList::getStructuredValues()

string[] getStructuredValues() Returns the values in the structure originally passed to the list. Contrary to {@link getValues()}, the result is indexed by the original keys of the choices. If the original array contained nested arrays, these nested arrays are represented here as well: $form->add('field', 'choice', array( 'choices' => array( 'Decided' => array('Yes' => true, 'No' => false), 'Undecided' => array('Maybe' => null), ), ));

ChainUserProvider

class ChainUserProvider implements UserProviderInterface Chain User Provider. This provider calls several leaf providers in a chain until one is able to handle the request. Methods __construct(array $providers) array getProviders() UserInterface loadUserByUsername(string $username) Loads the user for the given username. UserInterface refreshUser(UserInterface $user) Refreshes the user for the account interface. bool supportsClass(string $class) Whether this provider

CurrencyDataProvider::getName()

getName($currency, $displayLocale = null) Parameters $currency $displayLocale

DumpDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

IdentityTranslator::getLocale()

string getLocale() Returns the current locale. Return Value string The locale