ClassMetadata::getGroupSequence()

GroupSequence|null getGroupSequence() Returns the group sequence that overrides the "Default" group for this class. Return Value GroupSequence|null The group sequence or null

FrameworkExtension::getConfiguration()

ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. Parameters array $config An array of configuration values ContainerBuilder $container A ContainerBuilder instance Return Value ConfigurationInterface|null The configuration or null

MoneyType

class MoneyType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of the template block name for this type

Command deprecated::add()

Command add(string|Command $bit) Appends a string or a Command instance. Parameters string|Command $bit Return Value Command The current Command instance

StubIntlDateFormatter deprecated

class StubIntlDateFormatter extends IntlDateFormatter deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter}. Constants NONE FULL LONG MEDIUM SHORT TRADITIONAL GREGORIAN Methods __construct(string $locale, int $datetype, int $timetype, mixed $timezone = null, int $calendar = self::GREGORIAN, string $pattern =

DependencyInjectionExtension

class DependencyInjectionExtension implements FormExtensionInterface Methods __construct(ContainerInterface $container, array $typeServiceIds, array $typeExtensionServiceIds, array $guesserServiceIds) FormTypeInterface getType(string $name) Returns a type by name. bool hasType(string $name) Returns whether the given type is supported. FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. bool hasTypeExtensions(string $n

SubmitType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

ButtonBuilder::setDataLocked()

FormConfigBuilderInterface setDataLocked(bool $locked) Unsupported method. This method should not be invoked. Parameters bool $locked Whether to lock the default data Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

IntlDateFormatter::localtime()

string localtime(string $value, int $position) Not supported. Parse string to a field-based time value. Parameters string $value String to convert to a time value int $position Position at which to start the parsing in $value (zero-based) If no error occurs before $value is consumed, $parsepos will contain -1 otherwise it will contain the position at which parsing ended. If $parsepos > strlen($value), the parse fails immediately. Return Value string Localtime compatible arra

ResourceCheckerConfigCache

class ResourceCheckerConfigCache implements ConfigCacheInterface ResourceCheckerConfigCache uses instances of ResourceCheckerInterface to check whether cached data is still fresh. Methods __construct(string $file, array $resourceCheckers = array()) string getPath() Gets the cache file path. bool isFresh() Checks if the cache is still fresh. write(string $content, array $metadata = null) Writes cache. Details __construct(string $file, array