PdoSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

DialogHelper deprecated::askHiddenResponse()

string askHiddenResponse(OutputInterface $output, string|array $question, bool $fallback = true) Asks a question to the user, the response is hidden. Parameters OutputInterface $output An Output instance string|array $question The question bool $fallback In case the response can not be hidden, whether to fallback on non-hidden question or not Return Value string The answer Exceptions RuntimeException In case the fallback is deactivated and the response can not be hidden

FileStorage

class FileStorage extends Storage FileStorage represents a template stored on the filesystem. Methods __construct(string $template) Constructor. from Storage string __toString() Returns the object string representation. from Storage string getContent() Returns the content of the template. Details __construct(string $template) Constructor. Parameters string $template The template name string __toString()

Acl::getObjectIdentity()

ObjectIdentityInterface getObjectIdentity() Returns the object identity associated with this ACL Return Value ObjectIdentityInterface

TimezoneType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

ValidatorInterface::validatePropertyValue()

ConstraintViolationListInterface validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, array|null $groups = null) Validates a value against the constraints specified for an object's property. Parameters object|string $objectOrClass The object or its class name string $propertyName The name of the property mixed $value The value to validate against the property's constraints array|null $groups The validation groups to validate. If none is given

AttributeBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

TemplateLocator

class TemplateLocator implements FileLocatorInterface TemplateLocator locates templates in bundles. Methods __construct(FileLocatorInterface $locator, string $cacheDir = null) Constructor. string|array locate(TemplateReferenceInterface $template, string|null $currentPath = null, bool $first = true) Returns a full path for a given file. Details __construct(FileLocatorInterface $locator, string $cacheDir = null) Constructor. Parameters Fi

ViolationPath::isIndex()

bool isIndex(int $index) Returns whether the element at the given index is an array index. Parameters int $index The index in the property path Return Value bool Whether the element at this index is an array index Exceptions OutOfBoundsException If the offset is invalid

ExtractorInterface::extract()

extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. Parameters string|array $resource files, a file or a directory MessageCatalogue $catalogue The catalogue