AccessDecisionManager

class AccessDecisionManager implements AccessDecisionManagerInterface AccessDecisionManager is the base class for all access decision managers that use decision voters. Constants STRATEGY_AFFIRMATIVE STRATEGY_CONSENSUS STRATEGY_UNANIMOUS Methods __construct(array $voters = array(), string $strategy = self::STRATEGY_AFFIRMATIVE, bool $allowIfAllAbstainDecisions = false, bool $allowIfEqualGrantedDeniedDecisions = true) Constructor. setVoters(array $voters) Configures the

FormTypeExtensionInterface::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called after the extended type has built the form to further modify it. Parameters FormBuilderInterface $builder The form builder array $options The options See also FormTypeInterface::buildForm()

TranslationExtension::getTranslator()

getTranslator()

NativeProxy

class NativeProxy extends AbstractProxy NativeProxy. This proxy is built-in session handlers in PHP 5.3.x Methods string getSaveHandlerName() Gets the session.save_handler name. from AbstractProxy bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. from AbstractProxy bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. bool isActive() Has a session started? from AbstractP

ContainerBuilder::addExpressionLanguageProvider()

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider

Response::isForbidden()

bool isForbidden() Is the response forbidden? Return Value bool

Table::getColumnStyle()

TableStyle getColumnStyle(int $columnIndex) Gets the current style for a column. If style was not set, it returns the global table style. Parameters int $columnIndex Column index Return Value TableStyle

FixRadioInputListener deprecated::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

ValidateRequestListener

class ValidateRequestListener implements EventSubscriberInterface Validates that the headers and other information indicating the client IP address of a request are consistent. Methods onKernelRequest(GetResponseEvent $event) Performs the validation. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKernelRequest(GetResponseEvent $event) Performs the validation. Parameters G

EntryInterface

interface EntryInterface implements Serializable This class represents an individual entry in the ACL list. Instances MUST be immutable, as they are returned by the ACL and should not allow client modification. Methods AclInterface getAcl() The ACL this ACE is associated with. int getId() The primary key of this ACE int getMask() The permission mask of this ACE SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE string getStr