UndefinedOptionsException

class UndefinedOptionsException extends InvalidArgumentException Exception thrown when an undefined option is passed. You should remove the options in question from your code or define them beforehand.

FormConfigInterface::getDataLocked()

bool getDataLocked() Returns whether the form's data is locked. A form with locked data is restricted to the data passed in this configuration. The data can only be modified then by submitting the form. Return Value bool Whether the data is locked

ButtonBuilder::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists

Bridge\Propel1\DependencyInjection\Security

Namespaces Symfony\Bridge\Propel1\DependencyInjection\Security\UserProvider

FormConfigInterface::getOption()

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option. Parameters string $name The option name mixed $default The value returned if the option does not exist Return Value mixed The option value

KernelInterface::isDebug()

bool isDebug() Checks if debug mode is enabled. Return Value bool true if debug mode is enabled, false otherwise

ElementMetadata deprecated

class ElementMetadata extends GenericMetadata deprecated since version 2.5, to be removed in 3.0. Extend {@link GenericMetadata} instead. Contains the metadata of a structural element. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects. from GenericMetadata int $traversalStrategy The strategy for traversing traversable objects. from GenericMetadata Methods string[

AclCacheInterface::getFromCacheById()

AclInterface getFromCacheById(int $primaryKey) Retrieves an ACL for the given object identity primary key from the cache Parameters int $primaryKey Return Value AclInterface

ConstraintViolationInterface

interface ConstraintViolationInterface A violation of a constraint that happened during validation. For each constraint that fails during validation one or more violations are created. The violations store the violation message, the path to the failing element in the validation graph and the root element that was originally passed to the validator. For example, take the following graph: (Person)---(firstName: string) \ (address: Address)---(street: string) If the Person object is va

GlobalVariables::getEnvironment()

string getEnvironment() Returns the current app environment. Return Value string The current environment string (e.g 'dev')