IdReader

class IdReader A utility for reading object IDs. Methods __construct(ObjectManager $om, ClassMetadata $classMetadata) bool isSingleId() Returns whether the class has a single-column ID. bool isIntId() Returns whether the class has a single-column integer ID. mixed getIdValue(object $object) Returns the ID value for an object. string getIdField() Returns the name of the ID field. Details __construct(ObjectManager $om, ClassMetadata $cl

FormConfigBuilder::isValidName()

static bool isValidName(string $name) Returns whether the given variable contains a valid form name. A name is accepted if it is empty starts with a letter, digit or underscore contains only letters, digits, numbers, underscores ("_"), hyphens ("-") and colons (":") Parameters string $name The tested form name Return Value bool Whether the name is valid

SessionHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

EntryManagerInterface::remove()

remove(Entry $entry) Removes an entry from the Ldap server. Parameters Entry $entry

ModelType::setDefaultOptions()

setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. Parameters OptionsResolverInterface $resolver The resolver for the options.

NodeDefinition::getNode()

NodeInterface getNode(bool $forceRootNode = false) Creates the node. Parameters bool $forceRootNode Whether to force this node as the root node Return Value NodeInterface

ProxyDumper::isProxyCandidate()

bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. Parameters Definition $definition Return Value bool

Kernel::getCacheDir()

string getCacheDir() Gets the cache directory. Return Value string The cache directory

RouterHelper::url()

string url(string $name, mixed $parameters = array(), bool $schemeRelative = false) Generates a URL reference (as an absolute URL or network path) to the route with the given parameters. Parameters string $name The name of the route mixed $parameters An array of parameters bool $schemeRelative Whether to omit the scheme in the generated URL reference Return Value string The generated URL reference See also UrlGeneratorInterface

HelperSet::getIterator()

Helper[] getIterator() Return Value Helper[]