Token::isFileEnd()

bool isFileEnd() Return Value bool

YamlExtension::encode()

encode($input, $inline, $dumpObjects) Parameters $input $inline $dumpObjects

ValueInterface::getType()

int getType() Returns expression type. Return Value int

ObjectIdentity::getType()

string getType() Returns a type for the domain object. Typically, this is the PHP class name. Return Value string cannot return null

RememberMeAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

ProgressHelper deprecated::clear()

clear() Removes the progress bar from the current line. This is useful if you wish to write some output while a progress bar is running. Call display() to show the progress bar again.

MemcachedSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

YamlExtension::getFilters()

getFilters() {@inheritdoc}

UserSecurityIdentity::fromToken()

static UserSecurityIdentity fromToken(TokenInterface $token) Creates a user security identity from a TokenInterface Parameters TokenInterface $token Return Value UserSecurityIdentity

ChoiceType::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