ProcessBuilder::getProcess()

Process getProcess() Creates a Process instance and returns it. Return Value Process Exceptions LogicException In case no arguments have been provided

PropertyAccess::createPropertyAccessorBuilder()

static PropertyAccessorBuilder createPropertyAccessorBuilder() Creates a property accessor builder. Return Value PropertyAccessorBuilder The new property accessor builder

Bundle\SecurityBundle\Twig

Namespaces Symfony\Bundle\SecurityBundle\Twig\Extension

TableStyle::getCellHeaderFormat()

string getCellHeaderFormat() Gets header cell format. Return Value string

FormConfigInterface::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists

ExecutionContext::addViolation()

addViolation(string $message, array $parameters = array()) Adds a violation at the current node of the validation graph. Parameters string $message The error message array $parameters

Component\HttpKernel\Profiler

Classes BaseMemcacheProfilerStorage Base Memcache storage for profiling information in a Memcache. FileProfilerStorage Storage for profiler using files. MemcacheProfilerStorage Memcache Profiler Storage MemcachedProfilerStorage Memcached Profiler Storage MongoDbProfilerStorage MysqlProfilerStorage A ProfilerStorage for Mysql PdoProfilerStorage Base PDO storage for profiling information in a PDO database. Profile Profile. Profiler Profiler. RedisProfilerStora

Response::isRedirection()

bool isRedirection() Is the response a redirect? Return Value bool

ClassMetadata::getCascadingStrategy()

int getCascadingStrategy() Class nodes are never cascaded. {@inheritdoc} Return Value int The cascading strategy

KernelEvent::getKernel()

HttpKernelInterface getKernel() Returns the kernel in which this event was thrown. Return Value HttpKernelInterface