LoggerDataCollector::getLogs()

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

SlotsHelper::has()

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

ContainerAwareEventDispatcher::getListenerPriority()

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority for a specific event. Returns null if the event or the listener does not exist. Parameters string $eventName The name of the event callable $listener The listener Return Value int|null The event listener priority

ConfigDataCollector

class ConfigDataCollector extends DataCollector ConfigDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(string $name = null, string $version = null) Constructor. setKernel(KernelInterface $kernel = null) Sets the Kernel associated with this Request. collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. getApplicationName() getApplicat

User

class User implements AdvancedUserInterface User is the user implementation used by the in-memory user provider. This should not be used for anything else. Methods __construct($username, $password, array $roles = array(), $enabled = true, $userNonExpired = true, $credentialsNonExpired = true, $userNonLocked = true) __toString() Role[] getRoles() Returns the roles granted to the user. string getPassword() Returns the password used to authenticate the user. string|null

ExpressionExtension::getName()

string getName() Returns the name of the extension. Return Value string The extension name

EqualTo

class EqualTo extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_EQUAL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $value from

IntlGlobals::getErrorCode()

static int getErrorCode() Returns the error code of the last operation. Returns IntlGlobals::UZEROERROR if no error occurred. Return Value int

ContainerBuilder::addAliases()

addAliases(array $aliases) Adds the service aliases. Parameters array $aliases An array of aliases

TemplateFilenameParser

class TemplateFilenameParser implements TemplateNameParserInterface TemplateFilenameParser converts template filenames to TemplateReferenceInterface instances. Methods TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface instance. Details TemplateReferenceInterface parse(string|TemplateReferenceInterface $name) Convert a template name to a TemplateReferenceInterface in