SplFileInfo::getRelativePathname()

string getRelativePathname() Returns the relative path name. This path contains the file name. Return Value string the relative path name

ClockMock::sleep()

static sleep($s) Parameters $s

AclCacheInterface::getFromCacheByIdentity()

AclInterface getFromCacheByIdentity(ObjectIdentityInterface $oid) Retrieves an ACL for the given object identity from the cache Parameters ObjectIdentityInterface $oid Return Value AclInterface

NativeSessionStorage::getMetadataBag()

MetadataBag getMetadataBag() Gets the MetadataBag. Return Value MetadataBag

ChoiceListInterface deprecated::getIndicesForChoices()

array getIndicesForChoices(array $choices) deprecated deprecated since version 2.4, to be removed in 3.0. Returns the indices corresponding to the given choices. The indices must be positive integers or strings accepted by {@link \Symfony\Component\Form\FormConfigBuilder::validateName()}. The index "placeholder" is internally reserved. The indices must be returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choi

Application::getHelperSet()

HelperSet getHelperSet() Get the helper set associated with the command. Return Value HelperSet The HelperSet instance associated with this command

FormDataExtractor::extractSubmittedData()

array extractSubmittedData(FormInterface $form) Extracts the submitted data of a form. Parameters FormInterface $form The form Return Value array Information about the form's submitted data

Request::hasPreviousSession()

bool hasPreviousSession() Whether the request contains a Session which was started in one of the previous requests. Return Value bool

Route::setHost()

setHost($pattern) Parameters $pattern

StringUtils deprecated::safeStrlen()

static int safeStrlen(string $string) Returns the number of bytes in a string. Parameters string $string The string whose length we wish to obtain Return Value int