FormConfigInterface::getInheritData()

bool getInheritData() Returns whether the form should read and write the data of its parent. Return Value bool Whether the form should inherit its parent's data

ForbiddenOverwriteException

class ForbiddenOverwriteException extends InvalidConfigurationException This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this. Methods setPath($path) from InvalidConfigurationException getPath() from InvalidConfigurationException Details setPath($path) Parameters $path getPath()

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

SplFileInfo::getRelativePathname()

string getRelativePathname() Returns the relative path name. This path contains the file name. Return Value string the relative path name

IntlTestHelper::requireIntl()

static requireIntl(PHPUnit_Framework_TestCase $testCase) Should be called before tests that work fine with the stub implementation. Parameters PHPUnit_Framework_TestCase $testCase

FormatterHelper::truncate()

string truncate(string $message, int $length, string $suffix = '...') Truncates a message to the given length. Parameters string $message int $length string $suffix Return Value string

ValidationListener::validateForm()

validateForm(FormEvent $event) Validates the form and its domain object. Parameters FormEvent $event The event object

AclCacheInterface::getFromCacheByIdentity()

AclInterface getFromCacheByIdentity(ObjectIdentityInterface $oid) Retrieves an ACL for the given object identity from the cache Parameters ObjectIdentityInterface $oid Return Value AclInterface

NativeSessionStorage::getMetadataBag()

MetadataBag getMetadataBag() Gets the MetadataBag. Return Value MetadataBag

Request::hasPreviousSession()

bool hasPreviousSession() Whether the request contains a Session which was started in one of the previous requests. Return Value bool