| 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. |
| SearchAdvancedSearchFormTest.php |
file |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
|
| SearchAdvancedSearchFormTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
The theme to install as the default for testing. |
| SearchAdvancedSearchFormTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
Modules to install. |
| SearchAdvancedSearchFormTest::$node |
property |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
A node to use for testing. |
| SearchAdvancedSearchFormTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
|
| SearchAdvancedSearchFormTest::testFormRefill |
function |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
Tests that after submitting the advanced search form, the form is refilled. |
| SearchAdvancedSearchFormTest::testNodeType |
function |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
Tests advanced search by node type. |
| SearchBlock::$formBuilder |
property |
core/modules/search/src/Plugin/Block/SearchBlock.php |
The form builder. |
| SearchBlock::blockForm |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
|
| SearchBlockForm |
class |
core/modules/search/src/Form/SearchBlockForm.php |
Builds the search form for the search block. |
| SearchBlockForm.php |
file |
core/modules/search/src/Form/SearchBlockForm.php |
|
| SearchBlockForm::$configFactory |
property |
core/modules/search/src/Form/SearchBlockForm.php |
The config factory. |
| SearchBlockForm::$renderer |
property |
core/modules/search/src/Form/SearchBlockForm.php |
The renderer. |
| SearchBlockForm::$searchPageRepository |
property |
core/modules/search/src/Form/SearchBlockForm.php |
The search page repository. |
| SearchBlockForm::buildForm |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Form constructor. |
| SearchBlockForm::create |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Instantiates a new instance of this class. |
| SearchBlockForm::getFormId |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Returns a unique string identifying the form. |
| SearchBlockForm::submitForm |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Form submission handler. |
| SearchBlockForm::__construct |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Constructs a new SearchBlockForm. |
| SearchBlockTest::testSearchFormBlock |
function |
core/modules/search/tests/src/Functional/SearchBlockTest.php |
Tests that the search form block can be placed and works. |
| SearchConfigSettingsFormTest |
class |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Verify the search config settings form. |
| SearchConfigSettingsFormTest.php |
file |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
|
| SearchConfigSettingsFormTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
The theme to install as the default for testing. |
| SearchConfigSettingsFormTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Modules to install. |
| SearchConfigSettingsFormTest::$searchNode |
property |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Node indexed for searching. |
| SearchConfigSettingsFormTest::$searchUser |
property |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
User who can search and administer search. |
| SearchConfigSettingsFormTest::assertDefaultSearch |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Checks that the default search page matches expectations. |
| SearchConfigSettingsFormTest::setDefaultThroughUi |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Sets a search page as the default in the UI. |
| SearchConfigSettingsFormTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
|
| SearchConfigSettingsFormTest::testDefaultSearchPageOrdering |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests the ordering of search pages on a clean install. |
| SearchConfigSettingsFormTest::testMultipleSearchPages |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests multiple search pages of the same type. |
| SearchConfigSettingsFormTest::testRouteProtection |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests that the enable/disable/default routes are protected from CSRF. |
| SearchConfigSettingsFormTest::testSearchModuleDisabling |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Verifies that you can disable individual search plugins. |