Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| FileVideoFormatter::getMediaType | function | core/ |
Gets the applicable media type for a formatter. |
| 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. |
| 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::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. |
| FileWidget | class | core/ |
Plugin implementation of the 'file_generic' widget. |
| FileWidget.php | file | core/ |
|
| FileWidget::$elementInfo | property | core/ |
The element info manager. |
| FileWidget::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FileWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| FileWidget::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
| FileWidget::flagErrors | function | core/ |
Reports field-level validation errors against actual form elements. |
| FileWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| FileWidget::formMultipleElements | function | core/ |
Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements(). |
| FileWidget::getDescriptionFromElement | function | core/ |
Retrieves the file description from a field element. |
| FileWidget::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| FileWidget::process | function | core/ |
Form API callback: Processes a file_generic field element. |
| FileWidget::processMultiple | function | core/ |
Form API callback: Processes a group of file_generic field elements. |
| FileWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
| FileWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
Pagination
- Previous page
- Page 75
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.