RegistryInterface::getEntityManagerNames()

array getEntityManagerNames() Gets all connection names. Return Value array An array of connection names

Session::start()

bool start() Starts the session storage. Return Value bool True if session started Exceptions RuntimeException If session fails to start.

Collection::toArray()

Entry[] toArray() Return Value Entry[]

OrderedHashMap::offsetExists()

offsetExists($key) {@inheritdoc} Parameters $key

NumberFormatter::setTextAttribute()

bool setTextAttribute(int $attr, int $value) Not supported. Set a text attribute. Parameters int $attr An attribute specifier, one of the text attribute constants int $value The attribute value Return Value bool true on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/numberformatter.settextattribute.php

Definition::isLazy()

bool isLazy() Whether this service is lazy. Return Value bool

Process::getErrorOutput()

string getErrorOutput() Returns the current error output of the process (STDERR). Return Value string The process error output Exceptions LogicException in case the output has been disabled LogicException In case the process is not started

ButtonBuilder::getRequired()

bool getRequired() Unsupported method. Return Value bool Whether the form is required

ResolvedTypeDataCollectorProxy

class ResolvedTypeDataCollectorProxy implements ResolvedFormTypeInterface Proxy that invokes a data collector when creating a form and its view. Methods __construct(ResolvedFormTypeInterface $proxiedType, FormDataCollectorInterface $dataCollector) string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormType

PhpBridgeSessionStorage::start()

bool start() Starts the session. Return Value bool True if started. Exceptions RuntimeException If something goes wrong starting the session.