SlotsHelper::has()

bool has(string $name) Returns true if the slot exists. Parameters string $name The slot name Return Value bool

LoggerDataCollector::getLogs()

array getLogs() Gets the logs. Return Value array An array of logs

ErrorMappingException

class ErrorMappingException extends RuntimeException

UserSecurityIdentity::fromAccount()

static UserSecurityIdentity fromAccount(UserInterface $user) Creates a user security identity from a UserInterface Parameters UserInterface $user Return Value UserSecurityIdentity

TraceStub

class TraceStub extends Stub Represents a backtrace as returned by debug_backtrace() or Exception->getTrace(). Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub $keepArgs $sliceOffset $sliceLength $numberingOffset

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

NodeDefinition::cannotBeEmpty()

NodeDefinition|$this cannotBeEmpty() Denies the node value being empty. Return Value NodeDefinition|$this

MemoryDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

Client

class Client extends Client Client simulates a browser and makes requests to a Kernel object. Methods __construct(HttpKernelInterface $kernel, array $server = array(), History $history = null, CookieJar $cookieJar = null) Constructor. followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. from Client bool isFollowingRedirects() Returns whether client automatically follows redirects or not. from Client setMaxRedirects(int $maxRedir

ClassMetadata::getPropertyMetadata()

PropertyMetadataInterface[] getPropertyMetadata(string $property) Returns all metadata instances for the given named property. If your implementation does not support properties, simply throw an exception in this method (for example a BadMethodCallException). Parameters string $property The property name Return Value PropertyMetadataInterface[] A list of metadata instances. Empty if no metadata exists for the property.