LanguageBundleInterface::getScriptNames()

string[] getScriptNames(string $displayLocale = null) Returns the names of all known scripts. Parameters string $displayLocale Optional. The locale to return the names in Defaults to {@link \Locale::getDefault()}. Return Value string[] A list of script names indexed by script codes

Bic

class Bic extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_LENGTH_ERROR INVALID_CHARACTERS_ERROR INVALID_BANK_CODE_ERROR INVALID_COUNTRY_CODE_ERROR INVALID_CASE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constrai

ProxyCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

Component\Config\Definition\Dumper

Classes XmlReferenceDumper Dumps a XML reference configuration for the given configuration/node instance. YamlReferenceDumper Dumps a Yaml reference configuration for the given configuration/node instance.

FormRendererInterface

interface FormRendererInterface Renders a form into HTML. Methods FormRendererEngineInterface getEngine() Returns the engine used by this renderer. setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. string renderBlock(FormView $view, string $blockName, array $variables = array()) Renders a named block of the form theme. string searchAndRenderBlock(FormView $view, string $blockNameSuffix, array $variables = array()) S

MessageCatalogueInterface::getDomains()

array getDomains() Gets the domains. Return Value array An array of domains

StopwatchEvent::getEndTime()

int getEndTime() Gets the relative time of the end of the last period. Return Value int The time (in milliseconds)

Type::getBuiltinType()

string getBuiltinType() Gets built-in type. Can be bool, int, float, string, array, object, resource, null or callback. Return Value string

ConstraintViolationList::offsetGet()

offsetGet($offset) {@inheritdoc} Parameters $offset

NotIdenticalTo

class NotIdenticalTo extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. IS_IDENTICAL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $v