ArrayNodeDefinition::fixXmlConfig()

ArrayNodeDefinition fixXmlConfig(string $singular, string $plural = null) Sets a normalization rule for XML configurations. Parameters string $singular The key to remap string $plural The plural of the key for irregular plurals Return Value ArrayNodeDefinition

Translator::nodeToXPath()

XPathExpr nodeToXPath(NodeInterface $node) Parameters NodeInterface $node Return Value XPathExpr Exceptions ExpressionErrorException

FormConfigBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Returns the model transformers of the form. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

ButtonBuilder::addEventListener()

FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Unsupported method. This method should not be invoked. Parameters string $eventName The name of the event to listen to callable $listener The listener to execute int $priority The priority of the listener. Listeners with a higher priority are called before listeners with a lower priority. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallExce

FieldEntryInterface

interface FieldEntryInterface implements EntryInterface Interface for entries which are restricted to specific fields Methods AclInterface getAcl() The ACL this ACE is associated with. from EntryInterface integer getId() The primary key of this ACE from EntryInterface integer getMask() The permission mask of this ACE from EntryInterface SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE from EntryInterface string getStrategy() T

Command::setDescription()

Command setDescription(string $description) Sets the description for the command. Parameters string $description The description for the command Return Value Command The current instance

CutStub

class CutStub extends Stub Represents the main properties of a PHP variable, pre-casted by a caster. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub Methods __construct($value) Details __cons

Hour1201Transformer::normalizeHour()

int normalizeHour(int $hour, string $marker = null) Returns a normalized hour value suitable for the hour transformer type. Parameters int $hour The hour value string $marker An optional AM/PM marker Return Value int The normalized hour value

Collator::sortWithSortKeys()

bool sortWithSortKeys(array $arr) Not supported. Sort array using specified collator and sort keys. Parameters array $arr &$arr Array of strings to sort Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.sortwithsortkeys.php

Locale::getRegion()

static string|null getRegion(string $locale) Not supported. Returns the region for the locale. Parameters string $locale The locale code to extract the region code from Return Value string|null The extracted region code or null if not present Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getregion.php