PassConfig::getPasses()

array getPasses() Returns all passes in order to be processed. Return Value array An array of all passes to process

ResizeFormListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

AddSecurityVotersPass

class AddSecurityVotersPass implements CompilerPassInterface Adds all configured security voters to the access decision manager. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ChoiceList deprecated::getValues()

array getValues() Returns the values for the choices. Return Value array The values with the corresponding choice indices as keys

WebProfilerExtension::dumpValue()

dumpValue($value) Parameters $value

Component\Security\Http\Session

Classes SessionAuthenticationStrategy The default session strategy implementation. Interfaces SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface

PipesInterface

interface PipesInterface PipesInterface manages descriptors and pipes for the use of proc_open. Constants CHUNK_SIZE Methods array getDescriptors() Returns an array of descriptors for the use of proc_open. string[] getFiles() Returns an array of filenames indexed by their related stream in case these pipes use temporary files. string[] readAndWrite(bool $blocking, bool $close = false) Reads data in file handles and pipes. bool areOpen() Returns if the current state h

TranslatorInterface::getLocale()

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

ExecutableFinder

class ExecutableFinder Generic executable finder. Methods setSuffixes(array $suffixes) Replaces default suffixes of executable. addSuffix(string $suffix) Adds new possible suffix to check for executable. string find(string $name, string $default = null, array $extraDirs = array()) Finds an executable by name. Details setSuffixes(array $suffixes) Replaces default suffixes of executable. Parameters array $suffixes

ObjectIdentity::getIdentifier()

string getIdentifier() Obtains a unique identifier for this object. The identifier must not be re-used for other objects with the same type. Return Value string cannot return null