AdapterInterface deprecated::setSizes()

AdapterInterface setSizes(array $sizes) Parameters array $sizes Return Value AdapterInterface Current instance

OptionsResolver::isRequired()

bool isRequired(string $option) Returns whether an option is required. An option is required if it was passed to {@link setRequired()}. Parameters string $option The name of the option Return Value bool Whether the option is required

ResourceCheckerInterface

interface ResourceCheckerInterface Interface for ResourceCheckers. When a ResourceCheckerConfigCache instance is checked for freshness, all its associated metadata resources are passed to ResourceCheckers. The ResourceCheckers can then inspect the resources and decide whether the cache can be considered fresh or not. Methods bool supports(ResourceInterface $metadata) Queries the ResourceChecker whether it can validate a given resource or not. bool isFresh(ResourceInterface $resource

EntryInterface::getSecurityIdentity()

SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE Return Value SecurityIdentityInterface

InputDefinition::getOptions()

InputOption[] getOptions() Gets the array of InputOption objects. Return Value InputOption[] An array of InputOption objects

PermissionGrantingStrategy

class PermissionGrantingStrategy implements PermissionGrantingStrategyInterface The permission granting strategy to apply to the access control list. Constants EQUAL ALL ANY Methods setAuditLogger(AuditLoggerInterface $auditLogger) Sets the audit logger bool isGranted(AclInterface $acl, array $masks, array $sids, bool $administrativeMode = false) Determines whether access to a domain object is to be granted bool isFieldGranted(AclInterface $acl, string $field, arr

AbstractExtension

class AbstractExtension implements FormExtensionInterface Methods 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 $name) Returns whether this extension provides type extensions for the given type. FormTypeGuesserInterface|null getTypeGuesser() Returns

SvnCommit::getAuthor()

string getAuthor() Returns the author of the commit. Return Value string The author name

RedisProfilerStorage deprecated

class RedisProfilerStorage implements ProfilerStorageInterface deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. RedisProfilerStorage stores profiling information in Redis. Constants TOKEN_PREFIX REDIS_OPT_SERIALIZER REDIS_OPT_PREFIX REDIS_SERIALIZER_NONE REDIS_SERIALIZER_PHP Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. array f

StaticVersionStrategy::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string