SplFileInfo

class SplFileInfo extends SplFileInfo Extends \SplFileInfo to support relative paths. Methods __construct(string $file, string $relativePath, string $relativePathname) Constructor. string getRelativePath() Returns the relative path. string getRelativePathname() Returns the relative path name. string getContents() Returns the contents of the file. Details __construct(string $file, string $relativePath, string $relativePathname) C

RadioType::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

StyleInterface

interface StyleInterface Output style helpers. Methods title(string $message) Formats a command title. section(string $message) Formats a section title. listing(array $elements) Formats a list. text(string|array $message) Formats informational text. success(string|array $message) Formats a success result bar. error(string|array $message) Formats an error result bar. warning(string|array $message) Formats an warning result bar. note(string|array $message

DoctrineAclCache

class DoctrineAclCache implements AclCacheInterface This class is a wrapper around the actual cache implementation. Constants PREFIX Methods __construct(Cache $cache, PermissionGrantingStrategyInterface $permissionGrantingStrategy, string $prefix = self::PREFIX) Constructor clearCache() Removes all ACLs from the cache evictFromCacheById($aclId) Removes an ACL from the cache evictFromCacheByIdentity(ObjectIdentityInterface $oid) Removes an ACL from the cache AclInt

MessageCatalogue::getFallbackCatalogue()

MessageCatalogueInterface|null getFallbackCatalogue() Gets the fallback catalogue. Return Value MessageCatalogueInterface|null A MessageCatalogueInterface instance or null when no fallback has been set

DefaultChoiceListFactory

class DefaultChoiceListFactory implements ChoiceListFactoryInterface Default implementation of {@link ChoiceListFactoryInterface}. Methods ChoiceListInterface createListFromChoices(array|Traversable $choices, null|callable $value = null) Creates a choice list for the given choices. ChoiceListInterface createListFromLoader(ChoiceLoaderInterface $loader, null|callable $value = null) Creates a choice list that is loaded with the given loader. ChoiceListView createView(ChoiceListIn

HttpKernel

class HttpKernel implements HttpKernelInterface, TerminableInterface HttpKernel notifies events to convert a Request object to a Response one. Methods __construct(EventDispatcherInterface $dispatcher, ControllerResolverInterface $resolver, RequestStack $requestStack = null, ArgumentResolverInterface $argumentResolver = null) Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. term

Component\Templating\Loader

Classes CacheLoader CacheLoader is a loader that caches other loaders responses on the filesystem. ChainLoader ChainLoader is a loader that calls other loaders to load templates. FilesystemLoader FilesystemLoader is a loader that read templates from the filesystem. Loader Loader is the base class for all template loader classes. Interfaces LoaderInterface LoaderInterface is the interface all loaders must implement.

ClassMapGenerator

class ClassMapGenerator ClassMapGenerator. Methods static dump(array|string $dirs, string $file) Generate a class map file. static array createMap(Iterator|string $dir) Iterate over all files in the given directory searching for classes. Details static dump(array|string $dirs, string $file) Generate a class map file. Parameters array|string $dirs Directories or a single path to search in string $file The name of the class map file

UrlType

class UrlType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType 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 nam