| RowTest::buildOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php |
Provide a form for setting options. |
| Rss::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/style/Rss.php |
Provide a form to edit options for this plugin. |
| Rss::buildOptionsForm_summary_options |
function |
core/modules/comment/src/Plugin/views/row/Rss.php |
Return the main options, which are shown in the summary title. |
| Rss::buildOptionsForm_summary_options |
function |
core/modules/node/src/Plugin/views/row/Rss.php |
Return the main options, which are shown in the summary title. |
| RSSEnclosureFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php |
Plugin implementation of the 'file_rss_enclosure' formatter. |
| RSSEnclosureFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php |
|
| RSSEnclosureFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php |
Builds a renderable array for a field value. |
| RssFeedsForm |
class |
core/modules/system/src/Form/RssFeedsForm.php |
Configure RSS settings for this site. |
| RssFeedsForm.php |
file |
core/modules/system/src/Form/RssFeedsForm.php |
|
| RssFeedsForm::buildForm |
function |
core/modules/system/src/Form/RssFeedsForm.php |
Form constructor. |
| RssFeedsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/RssFeedsForm.php |
Gets the configuration names that will be editable. |
| RssFeedsForm::getFormId |
function |
core/modules/system/src/Form/RssFeedsForm.php |
Returns a unique string identifying the form. |
| RssFields::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RssFields.php |
Provide a form for setting options. |
| RssPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Provide a form for setting options. |
| RssPluginBase::buildOptionsForm_summary_options |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Return the main options, which are shown in the summary title. |
| RssResponseRelativeUrlFilter::transformRootRelativeUrlsToAbsolute |
function |
core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php |
Converts all root-relative URLs to absolute URLs in RSS markup. |
| SandboxManagerBase::COMPOSER_PLATFORM_PACKAGE_REGEX |
constant |
core/modules/package_manager/src/SandboxManagerBase.php |
The regular expression to check if a package name is a platform package. |
| SaveUploadFormTest |
class |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests the _file_save_upload_from_form() function. |
| SaveUploadFormTest.php |
file |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
|
| SaveUploadFormTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
The theme to install as the default for testing. |
| SaveUploadFormTest::$image |
property |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
An image file path for uploading. |
| SaveUploadFormTest::$imageExtension |
property |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Extension of the image filename. |
| SaveUploadFormTest::$maxFidBefore |
property |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
The largest file id when the test starts. |
| SaveUploadFormTest::$modules |
property |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Modules to install. |
| SaveUploadFormTest::$phpFile |
property |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
A PHP file path for upload security testing. |
| SaveUploadFormTest::setUp |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
|
| SaveUploadFormTest::testCombinedErrorMessages |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests that multiple validation errors are combined in one message. |
| SaveUploadFormTest::testDrupalMovingUploadedFileError |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests for log entry on failing destination. |
| SaveUploadFormTest::testErrorMessagesAreNotChanged |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests that form validation does not change error messages. |
| SaveUploadFormTest::testExistingError |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests for failure when uploading over a file that already exists. |
| SaveUploadFormTest::testExistingRename |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests renaming when uploading over a file that already exists. |
| SaveUploadFormTest::testExistingReplace |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests replacement when uploading over a file that already exists. |
| SaveUploadFormTest::testHandleDangerousFile |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests dangerous file handling. |
| SaveUploadFormTest::testHandleExtension |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests extension handling. |
| SaveUploadFormTest::testHandleFileMunge |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests file munge handling. |
| SaveUploadFormTest::testNormal |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests the _file_save_upload_from_form() function. |
| SaveUploadFormTest::testNoUpload |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests for no failures when not uploading a file. |
| SaveUploadFormTest::testUploadFieldIsHighlighted |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests highlighting of file upload field when it has an error. |
| ScaleImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form constructor. |
| ScaleImageEffect::submitConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form submission handler. |
| ScaleImageEffect::transformDimensions |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Determines the dimensions of the styled image. |
| ScaleImageEffect::validateConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Form validation handler. |
| Schema::$tableInformation |
property |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
A cache of information about blob columns and sequences of tables. |
| Schema::queryFieldInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetches the list of constraints used on a field. |
| Schema::queryTableInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetch the list of blobs and sequences used on a table. |
| Schema::resetTableInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Resets information about table blobs, sequences and serial fields. |
| SchematicNormalizerHelperTrait::checkFormat |
function |
core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php |
|
| Search::operatorForm |
function |
core/modules/search/src/Plugin/views/filter/Search.php |
Options form subform for setting the operator. |
| Search::valueForm |
function |
core/modules/search/src/Plugin/views/filter/Search.php |
Options form subform for setting options. |
| SearchAdvancedSearchFormTest |
class |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
Indexes content and tests the advanced search form. |