Search for id
- Search 7.x for id
- Search 9.5.x for id
- Search 8.9.x for id
- Search 10.3.x for id
- Search main for id
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileValidator | class | core/ |
Provides a class for file validation. |
| FileValidator.php | file | core/ |
|
| FileValidator::validate | function | core/ |
Validates a File with a list of validators. |
| FileValidator::__construct | function | core/ |
Creates a new FileValidator. |
| FileValidatorInterface | interface | core/ |
Provides a file validator that supports a list of validations. |
| FileValidatorInterface.php | file | core/ |
|
| FileValidatorInterface::validate | function | core/ |
Validates a File with a list of validators. |
| FileValidatorSettingsTrait | trait | core/ |
Provides a trait to create validators from settings. |
| FileValidatorSettingsTrait.php | file | core/ |
|
| FileValidatorSettingsTrait::getFileUploadValidators | function | core/ |
Gets the upload validators for the specified settings. |
| FileValidatorTest | class | core/ |
Tests the file validator. |
| FileValidatorTest.php | file | core/ |
|
| FileValidatorTest::$modules | property | core/ |
Modules to install. |
| FileValidatorTest::testValidate | function | core/ |
Tests the validator. |
| FileValidatorTestBase | class | core/ |
Provides a base file constraint validator test. |
| FileValidatorTestBase.php | file | core/ |
|
| FileValidatorTestBase::$file | property | core/ |
The file. |
| FileValidatorTestBase::$modules | property | core/ |
Modules to install. |
| FileValidatorTestBase::$validator | property | core/ |
The file validator. |
| FileValidatorTestBase::setUp | function | core/ |
|
| FileVideoFormatter | class | core/ |
Plugin implementation of the 'file_video' formatter. |
| FileVideoFormatter.php | file | core/ |
|
| FileVideoFormatter::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| FileVideoFormatter::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FileVideoFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| FileVideoFormatter::getMediaType | function | core/ |
Gets the applicable media type for a formatter. |
| FileVideoFormatter::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
| FileVideoFormatter::prepareAttributes | function | core/ |
Prepare the attributes according to the settings. |
| FileVideoFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| FileVideoFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| FileVideoFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| FileVideoFormatter::__construct | function | core/ |
Constructs a FormatterBase object. |
| FileVideoFormatterTest | class | core/ |
Tests Drupal\file\Plugin\Field\FieldFormatter\FileVideoFormatter. |
| FileVideoFormatterTest.php | file | core/ |
|
| FileVideoFormatterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileVideoFormatterTest::$modules | property | core/ |
Modules to install. |
| FileVideoFormatterTest::testAttributes | function | core/ |
Tests that the attributes added to the formatter are applied on render. |
| FileVideoFormatterTest::testRender | function | core/ |
Tests render. |
| FileVideoFormatterUpdateTest | class | core/ |
Tests the upgrade path for video formatters. |
| FileVideoFormatterUpdateTest.php | file | core/ |
|
| FileVideoFormatterUpdateTest::$modules | property | core/ |
Modules to install after the database is loaded. |
| FileVideoFormatterUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| FileVideoFormatterUpdateTest::testPlaysInlineUpdate | function | core/ |
Tests plays inline update. |
| FileVideoPosterFormatterTest | class | core/ |
Tests rendering poster on video. |
| FileVideoPosterFormatterTest.php | file | core/ |
|
| FileVideoPosterFormatterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileVideoPosterFormatterTest::$modules | property | core/ |
Modules to install. |
| FileVideoPosterFormatterTest::testPosterImageStyle | function | core/ |
Tests rendering poster on video using an image style. |
| FileVideoPosterFormatterTest::testPosterNoImageStyle | function | core/ |
Tests rendering poster on video. |
| FileWidget | class | core/ |
Plugin implementation of the 'file_generic' widget. |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.