FormDataExtractor::extractViewVariables()

array extractViewVariables(FormView $view) Extracts the view variables of a form. Parameters FormView $view The form view Return Value array Information about the view's variables

DependencyInjectionExtension::getType()

FormTypeInterface getType(string $name) Returns a type by name. Parameters string $name The name of the type Return Value FormTypeInterface The type Exceptions InvalidArgumentException if the given type is not supported by this extension

ArrayAccessibleResourceBundle::offsetGet()

offsetGet($offset) Parameters $offset

MutableAclProvider::updateUserSecurityIdentity()

updateUserSecurityIdentity(UserSecurityIdentity $usid, string $oldUsername) Updates a user security identity when the user's username changes Parameters UserSecurityIdentity $usid string $oldUsername

Connection::isBound()

bool isBound() Checks whether the connection was already bound or not. Return Value bool

EntryInterface::getAcl()

AclInterface getAcl() The ACL this ACE is associated with. Return Value AclInterface

Component\Intl\ResourceBundle\Transformer

Namespaces Symfony\Component\Intl\ResourceBundle\Transformer\Rule Classes BundleTransformer Compiles a number of resource bundles based on predefined compilation rules. CompilationContext Default implementation of {@link CompilationContextInterface}. StubbingContext Interfaces CompilationContextInterface Stores contextual information for resource bundle compilation. StubbingContextInterface

DoctrineOrmTypeGuesser::guessMaxLength()

ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value ValueGuess|null A guess for the field's maximum length

RoleHierarchy

class RoleHierarchy implements RoleHierarchyInterface RoleHierarchy defines a role hierarchy. Methods __construct(array $hierarchy) Constructor. RoleInterface[] getReachableRoles(array $roles) Returns an array of all reachable roles by the given ones. Details __construct(array $hierarchy) Constructor. Parameters array $hierarchy An array defining the hierarchy RoleInterface[] getReachableRoles(array $roles)

ContainerBuilder::getAliases()

Alias[] getAliases() Gets all defined aliases. Return Value Alias[] An array of aliases