HashNode

class HashNode extends AbstractNode Represents a "#" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(NodeInterface $selector, string $id) NodeInterface getSelector() string getId() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node's string representation. Details

ExpressionLanguage::compile()

string compile(Expression|string $expression, array $names = array()) Compiles an expression source code. Parameters Expression|string $expression The expression to compile array $names An array of valid names Return Value string The compiled PHP source code

X509Factory

class X509Factory implements SecurityFactoryInterface X509Factory creates services for X509 certificate authentication. Methods create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) string getPosition() Defines the position at which the provider is called. getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

PropertyAccessDecorator::createView()

ChoiceListView createView(ChoiceListInterface $list, null|array|callable $preferredChoices = null, null|callable $label = null, null|callable $index = null, null|callable $groupBy = null, null|array|callable $attr = null) Creates a view for the given choice list. Callables may be passed for all optional arguments. The callables receive the choice as first and the array key as the second argument. The callable for the label and the name should return the generated label/choice na

IntegerType::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

PropertyAccessDecorator::getDecoratedFactory()

ChoiceListFactoryInterface getDecoratedFactory() Returns the decorated factory. Return Value ChoiceListFactoryInterface The decorated factory

ExprBuilder::ifString()

ExprBuilder ifString() Tests if the value is a string. Return Value ExprBuilder

TextType::transform()

mixed transform($data) Transforms a value from the original representation to a transformed representation. This method is called on two occasions inside a form field: When the form field is initialized with the data attached from the datasource (object or array). When data from a request is submitted using {@link Form::submit()} to transform the new input data back into the renderable format. For example if you have a date field and submit '2009-10-10' you might accept this valu

MethodNotAllowedException

class MethodNotAllowedException extends RuntimeException implements ExceptionInterface The resource was found but the request method is not allowed. This exception should trigger an HTTP 405 response in your application code. Methods __construct(array $allowedMethods, $message = null, $code, Exception $previous = null) array getAllowedMethods() Gets the allowed HTTP methods. Details __construct(array $allowedMethods, $message = null, $code, Exceptio

CredentialsExpiredException

class CredentialsExpiredException extends AccountStatusException CredentialsExpiredException is thrown when the user account credentials have expired. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AccountStatusException unserialize($str) from AccountStatusException string getMessageKey() Message key to be used by the translation component. arra