Component\DomCrawler

Namespaces Symfony\Component\DomCrawler\Field Classes Crawler Crawler eases navigation of a list of \DOMNode objects. Form Form represents an HTML form. FormFieldRegistry This is an internal class that must not be used directly. Link Link represents an HTML link (an HTML a tag).

TestSessionListener

class TestSessionListener implements EventSubscriberInterface TestSessionListener. Saves session in test environment. Methods onKernelRequest(GetResponseEvent $event) onKernelResponse(FilterResponseEvent $event) Checks if session was initialized and saves if current request is master Runs on 'kernel.response' in test environment. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details onKer

BasePasswordEncoder

class BasePasswordEncoder implements PasswordEncoderInterface BasePasswordEncoder is the base class for all password encoders. Constants MAX_PASSWORD_LENGTH

TranslationCollectionType::getName()

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

RoleHierarchyVoter

class RoleHierarchyVoter extends RoleVoter RoleHierarchyVoter uses a RoleHierarchy to determine the roles granted to the user before voting. Methods __construct(RoleHierarchyInterface $roleHierarchy, string $prefix = 'ROLE_') Constructor. Boolean supportsAttribute(string $attribute) Checks if the voter supports the given attribute. from RoleVoter Boolean supportsClass(string $class) Checks if the voter supports the given class. from RoleVoter integer vote(TokenInterface $tok

FormConfigInterface::getDataMapper()

DataMapperInterface getDataMapper() Returns the data mapper of the form. Return Value DataMapperInterface The data mapper

OptionsResolver::remove()

OptionsResolver remove(string|string[] $optionNames) Removes the option with the given name. Undefined options are ignored. Parameters string|string[] $optionNames One or more option names Return Value OptionsResolver This instance Exceptions AccessException If called from a lazy option or normalizer

BlackHoleMetadataFactory::hasMetadataFor()

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. Parameters mixed $value Some value Return Value bool Whether metadata can be returned for that value

TranslationFormListener

class TranslationFormListener implements EventSubscriberInterface Event Listener class for propel1_translation Methods __construct($columns, $dataClass) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. preSetData(FormEvent $event) Details __construct($columns, $dataClass) Parameters $columns $dataClass static array getSubscribedEvents()

LateDataCollectorInterface

interface LateDataCollectorInterface LateDataCollectorInterface. Methods lateCollect() Collects data as late as possible. Details lateCollect() Collects data as late as possible.