TransformationRuleInterface::getBundleName()

string getBundleName() Returns the name of the compiled resource bundle. Return Value string The name of the bundle.

RouteCollectionBuilder::build()

RouteCollection build() Creates the final RouteCollection and returns it. Return Value RouteCollection

LocaleDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

LoggerInterface deprecated::err()

err($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use error() which is PSR-3 compatible. Parameters $message array $context

LoggerDataCollector::countScreams()

countScreams()

EntityChoiceList deprecated::getValues()

array getValues() Returns the values for the entities. Return Value array The values with the corresponding choice indices as keys See also ChoiceListInterface

BinaryFileResponse::deleteFileAfterSend()

BinaryFileResponse deleteFileAfterSend(bool $shouldDelete) If this is set to true, the file will be unlinked after the request is send Note: If the X-Sendfile header is used, the deleteFileAfterSend setting will not be used. Parameters bool $shouldDelete Return Value BinaryFileResponse

ClassMetadata::hasPropertyMetadata()

bool hasPropertyMetadata(string $property) Check if there's any metadata attached to the given named property. Parameters string $property The property name Return Value bool

AssetsExtension deprecated::getName()

getName() {@inheritdoc}

CurrencyBundleInterface::getCurrencyName()

string|null getCurrencyName(string $currency, string $displayLocale = null) Returns the name of a currency. Parameters string $currency A currency code (e.g. "EUR") string $displayLocale Optional. The locale to return the name in Defaults to {@link \Locale::getDefault()}. Return Value string|null The name of the currency or NULL if not found