RegistryInterface::getEntityManagers()

array getEntityManagers() Gets an array of all registered entity managers. Return Value array An array of EntityManager instances

Validation

class Validation Entry point for the Validator component. Methods static ValidatorInterface createValidator() Creates a new validator. static ValidatorBuilderInterface createValidatorBuilder() Creates a configurable builder for validator objects. Details static ValidatorInterface createValidator() Creates a new validator. If you want to configure the validator, use {@link createValidatorBuilder()} instead. Return Value ValidatorInterface

MoneyType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

Output::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

TransTokenParser

class TransTokenParser extends Twig_TokenParser Token Parser for the 'trans' tag. Methods Twig_Node parse(Twig_Token $token) Parses a token and returns a node. decideTransFork($token) string getTag() Gets the tag name associated with this token parser. Details Twig_Node parse(Twig_Token $token) Parses a token and returns a node. Parameters Twig_Token $token A Twig_Token instance Return Value Twig_Node A Twig_Node instance Exception

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

NotAcceptableHttpException

class NotAcceptableHttpException extends HttpException NotAcceptableHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $code

DefaultAuthenticationSuccessHandler::getProviderKey()

string getProviderKey() Get the provider key. Return Value string

DnsMock

class DnsMock Methods static withMockedHosts(array $hosts) Configures the mock values for DNS queries. static checkdnsrr($hostname, $type = 'MX') static getmxrr($hostname, $mxhosts, $weight = null) static gethostbyaddr($ipAddress) static gethostbyname($hostname) static gethostbynamel($hostname) static dns_get_record($hostname, $type = DNS_ANY, $authns = null, $addtl = null, $raw = false) static register($class) Details static

HeaderBag::getIterator()

ArrayIterator getIterator() Returns an iterator for headers. Return Value ArrayIterator An \ArrayIterator instance