Container::hasParameter()

bool hasParameter(string $name) Checks if a parameter exists. Parameters string $name The parameter name Return Value bool The presence of parameter in container

Bridge

Namespaces Symfony\Bridge\DoctrineSymfony\Bridge\MonologSymfony\Bridge\Propel1Symfony\Bridge\ProxyManagerSymfony\Bridge\SwiftmailerSymfony\Bridge\Twig

CsrfTokenManagerInterface

interface CsrfTokenManagerInterface Manages CSRF tokens. Methods CsrfToken getToken(string $tokenId) Returns a CSRF token for the given ID. CsrfToken refreshToken(string $tokenId) Generates a new token value for the given ID. string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one exists. bool isTokenValid(CsrfToken $token) Returns whether the given CSRF token is valid. Details CsrfToken getToken(string

ResolvedTypeDataCollectorProxy::createView()

FormView createView(FormInterface $form, FormView $parent = null) Creates a new form view for a form of this type. Parameters FormInterface $form The form to create a view for FormView $parent The parent view or null Return Value FormView The created form view

DateRangeFilterIterator

class DateRangeFilterIterator extends FilterIterator DateRangeFilterIterator filters out files that are not in the given date range (last modified dates). Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $comparators) Constructor. bool accept() Filters the iterator values. Details rewind(

DayOfYearTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

PropelDataCollector::getQueries()

array getQueries() Returns queries. Return Value array Queries

NameNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

EnvironmentConfigurator

class EnvironmentConfigurator Twig environment configurator. Methods __construct($dateFormat, $intervalFormat, $timezone, $decimals, $decimalPoint, $thousandsSeparator) configure(Twig_Environment $environment) Details __construct($dateFormat, $intervalFormat, $timezone, $decimals, $decimalPoint, $thousandsSeparator) Parameters $dateFormat $intervalFormat $timezone $decimals $decimalPoint $thousandsSeparator

LocaleDataProvider::getAliases()

getAliases()