Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileUriFormatter.php | file | core/ |
|
| FileUriFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| FileUriFormatter::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
| FileUriFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| FileUriFormatter::viewValue | function | core/ |
Generate the output appropriate for one field item. |
| FileUriItem | class | core/ |
File-specific plugin implementation of a URI item to provide a full URL. |
| FileUriItem.php | file | core/ |
|
| FileUriItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| FileUriItemTest | class | core/ |
File URI field item test. |
| FileUriItemTest.php | file | core/ |
|
| FileUriItemTest::testCustomFileUriField | function | core/ |
Tests the file entity override of the URI field. |
| FileUriTest | class | core/ |
Tests Drupal\file\Plugin\migrate\process\d6\FileUri. |
| FileUriTest.php | file | core/ |
|
| FileUriTest::$migrationConfiguration | property | core/ |
The plugin configuration. |
| FileUriTest::doTransform | function | core/ |
Performs the transform process. |
| FileUriTest::testPrivate | function | core/ |
Tests with a private scheme. |
| FileUriTest::testPrivateUnknownBasePath | function | core/ |
Tests with a private base path that is not known. |
| FileUriTest::testPublic | function | core/ |
Tests with a public scheme. |
| FileUriTest::testPublicUnknownBasePath | function | core/ |
Tests with a base path that is not known. |
| FileUriTest::testTemporary | function | core/ |
Tests the temporary scheme. |
| FileUriUnique | class | core/ |
Supports validating file URIs. |
| FileUriUnique.php | file | core/ |
|
| FileUriUnique::validatedBy | function | core/ |
|
| FileUriUnique::__construct | function | core/ |
Constructs a UniqueFieldConstraint object. |
| FileUrlGenerator | class | core/ |
Default implementation for the file URL generator service. |
| FileUrlGenerator.php | file | core/ |
|
| FileUrlGenerator::$moduleHandler | property | core/ |
The module handler. |
| FileUrlGenerator::$requestStack | property | core/ |
The request stack. |
| FileUrlGenerator::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
| FileUrlGenerator::doGenerateString | function | core/ |
Creates an absolute web-accessible URL string. |
| FileUrlGenerator::generate | function | core/ |
Creates a root-relative web-accessible URL object. |
| FileUrlGenerator::generateAbsoluteString | function | core/ |
Creates an absolute web-accessible URL string. |
| FileUrlGenerator::generatePath | function | core/ |
Generate a URL path. |
| FileUrlGenerator::generateString | function | core/ |
Creates a root-relative web-accessible URL string. |
| FileUrlGenerator::transformRelative | function | core/ |
Transforms an absolute URL of a local file to a relative URL. |
| FileUrlGenerator::__construct | function | core/ |
Constructs a new file URL generator object. |
| FileUrlGeneratorInterface | interface | core/ |
Generates file URLs for a stream to an external or local file. |
| FileUrlGeneratorInterface.php | file | core/ |
|
| FileUrlGeneratorInterface::generate | function | core/ |
Creates a root-relative web-accessible URL object. |
| FileUrlGeneratorInterface::generateAbsoluteString | function | core/ |
Creates an absolute web-accessible URL string. |
| FileUrlGeneratorInterface::generateString | function | core/ |
Creates a root-relative web-accessible URL string. |
| FileUrlGeneratorInterface::transformRelative | function | core/ |
Transforms an absolute URL of a local file to a relative URL. |
| FileUrlGeneratorTest | class | core/ |
Tests Drupal\Core\File\FileUrlGenerator. |
| FileUrlGeneratorTest.php | file | core/ |
|
| FileUrlGeneratorTest::$fileUrlGenerator | property | core/ |
The file URL generator under test. |
| FileUrlGeneratorTest::$modules | property | core/ |
Modules to install. |
| FileUrlGeneratorTest::providerGenerateURI | function | core/ |
Data provider. |
| FileUrlGeneratorTest::setUp | function | core/ |
|
| FileUrlGeneratorTest::testGenerateAbsoluteStringMissingStreamWrapper | function | core/ |
Tests missing stream handler. |
| FileUrlGeneratorTest::testGenerateMissingStreamWrapper | function | core/ |
Tests missing stream handler. |
Pagination
- Previous page
- Page 699
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.