SimpleAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

ExpressionExtension::createExpression()

createExpression($expression) Parameters $expression

Entry

class Entry implements AuditableEntryInterface Auditable ACE implementation Methods __construct(int $id, AclInterface $acl, SecurityIdentityInterface $sid, string $strategy, int $mask, bool $granting, bool $auditFailure, bool $auditSuccess) Constructor AclInterface getAcl() The ACL this ACE is associated with. int getMask() The permission mask of this ACE int getId() The primary key of this ACE SecurityIdentityInterface getSecurityIdentity() The security identity asso

XmlFileLoader

class XmlFileLoader extends FileLoader Loads XML mapping files. Methods __construct(string $file) Constructor. from FileLoader bool loadClassMetadata(ClassMetadataInterface $classMetadata) Load class metadata. Details __construct(string $file) Constructor. Parameters string $file The mapping file to load Exceptions MappingException if the mapping file does not exist or is not readable bool loadClassMetadata(

Translator::nodeToXPath()

XPathExpr nodeToXPath(NodeInterface $node) Parameters NodeInterface $node Return Value XPathExpr Exceptions ExpressionErrorException

TranslatorHelper::trans()

trans($id, array $parameters = array(), $domain = 'messages', $locale = null) Parameters $id array $parameters $domain $locale See also TranslatorInterface::trans()

MergeBuilder::allowUnset()

MergeBuilder allowUnset(bool $allow = true) Sets whether the node can be unset. Parameters bool $allow Return Value MergeBuilder

ExpressionExtension

class ExpressionExtension extends Twig_Extension ExpressionExtension gives a way to create Expressions from a template. Methods getFunctions() {@inheritdoc} createExpression($expression) string getName() Returns the name of the extension. Details getFunctions() {@inheritdoc} createExpression($expression) Parameters $expression string getName() Re

NumberType::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options

ParameterBag::resolveValue()

resolveValue(mixed $value, array $resolving = array()) Replaces parameter placeholders (%name%) by their values. Parameters mixed $value A value array $resolving An array of keys that are being resolved (used internally to detect circular references) Exceptions ParameterNotFoundException if a placeholder references a parameter that does not exist ParameterCircularReferenceException if a circular reference if detected RuntimeException when a given parameter has a type problem.