Entry::getDn()

string getDn() Returns the entry's DN. Return Value string

Type::getRequiredOptions()

array getRequiredOptions() Returns the name of the required options. Override this method if you want to define required options. Return Value array

RouteCollectionBuilder::setCondition()

$this setCondition(string $condition) Sets a condition on all embedded routes (unless already set). Parameters string $condition Return Value $this

RequestContext::getHttpPort()

int getHttpPort() Gets the HTTP port. Return Value int The HTTP port

RegistryInterface::getEntityManager()

EntityManager getEntityManager(string $name = null) Gets a named entity manager. Parameters string $name The entity manager name (null for the default one) Return Value EntityManager

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Validator component.

PropertyAccessorBuilder::isExceptionOnInvalidIndexEnabled()

bool isExceptionOnInvalidIndexEnabled() Return Value bool whether an exception is thrown or null is returned when reading a non-existing index

InvalidResourceException

class InvalidResourceException extends InvalidArgumentException implements ExceptionInterface Thrown when a resource cannot be loaded.

MutableAclProviderInterface

interface MutableAclProviderInterface implements AclProviderInterface Provides support for creating and storing ACL instances. Methods array findChildren(ObjectIdentityInterface $parentOid, Boolean $directChildrenOnly = false) Retrieves all child object identities from the database from AclProviderInterface AclInterface findAcl(ObjectIdentityInterface $oid, array $sids = array()) Returns the ACL that belongs to the given object identity from AclProviderInterface SplObjectStorage

Component\Routing\Annotation

Classes Route Annotation class for @Route().