FileType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

Entry::setStrategy()

setStrategy(string $strategy) Sets the mask comparison strategy Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters string $strategy

MicroKernelTrait::registerContainerConfiguration()

registerContainerConfiguration(LoaderInterface $loader) {@inheritdoc} Parameters LoaderInterface $loader

Kernel::unserialize()

unserialize($data) Parameters $data

LocaleDataProvider::getName()

getName($locale, $displayLocale = null) Parameters $locale $displayLocale

CsrfValidationListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

Component\Security\Guard\Authenticator

Classes AbstractFormLoginAuthenticator A base class to make form login authentication easier!

MetadataBag::getLastUsed()

int getLastUsed() Gets the last used metadata. Return Value int Unix timestamp

ResizeFormListener::preSetData()

preSetData(FormEvent $event) Parameters FormEvent $event

TranslationCollectionFormListener

class TranslationCollectionFormListener implements EventSubscriberInterface listener class for propel1translatablecollection Methods __construct($languages, $i18nClass) static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. preSetData(FormEvent $event) Details __construct($languages, $i18nClass) Parameters $languages $i18nClass static array getSubscrib