ValidatorBuilder::addYamlMapping()

ValidatorBuilderInterface addYamlMapping(string $path) Adds a YAML constraint mapping file to the validator. Parameters string $path The path to the mapping file Return Value ValidatorBuilderInterface The builder object

Bundle\FrameworkBundle\Fragment

Classes ContainerAwareHIncludeFragmentRenderer Implements the Hinclude rendering strategy.

Form::isSynchronized()

bool isSynchronized() Returns whether the data in the different formats is synchronized. If the data is not synchronized, you can get the transformation failure by calling {@link getTransformationFailure()}. Return Value bool

NodeDefinition::treatNullLike()

NodeDefinition|$this treatNullLike(mixed $value) Sets the equivalent value used when the node contains null. Parameters mixed $value Return Value NodeDefinition|$this

SessionBagInterface::getName()

string getName() Gets this bag's name. Return Value string

PropelLogger::alert()

alert($message) {@inheritdoc} Parameters $message

RememberMeServicesInterface

interface RememberMeServicesInterface Interface that needs to be implemented by classes which provide remember-me capabilities. We provide two implementations out-of-the-box: - TokenBasedRememberMeServices (does not require a TokenProvider) - PersistentTokenBasedRememberMeServices (requires a TokenProvider) Constants COOKIE_ATTR_NAME This attribute name can be used by the implementation if it needs to set a cookie on the Request when there is no actual Response, yet. Methods TokenInte

OutputFormatterStyle::unsetOption()

unsetOption(string $option) Unsets some specific style option. Parameters string $option The option name Exceptions InvalidArgumentException When the option name isn't defined

TokenInterface::setAttribute()

setAttribute(string $name, mixed $value) Sets an attribute. Parameters string $name The attribute name mixed $value The attribute value

EntityChoiceList deprecated

class EntityChoiceList extends ObjectChoiceList deprecated Deprecated since Symfony 2.7, to be removed in Symfony 3.0. Use {@link DoctrineChoiceLoader} instead. A choice list presenting a list of Doctrine entities as choices. Methods __construct(ObjectManager $manager, string $class, string $labelPath = null, EntityLoaderInterface $entityLoader = null, array|Traversable|null $entities = null, array $preferredEntities = array(), string $groupPath = null, PropertyAccessorInterface $pro