| ExcludedModulesEventSubscriber::onConfigTransformImport |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Transform the storage which is used to import the configuration. |
| ExpectDeprecationTrait::regularExpressionForFormatDescription |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php |
|
| ExperimentalThemeTest::testExperimentalConfirmForm |
function |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
Tests installing experimental themes and dependencies in the UI. |
| Explode::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/Explode.php |
|
| ExplodeTest::testChainedTransform |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests if the explode process can be chained with handles_multiple process. |
| ExplodeTest::testTransform |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests explode transform process works. |
| ExplodeTest::testTransformLimit |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests explode transform process works with a limit. |
| ExportForm |
class |
core/modules/locale/src/Form/ExportForm.php |
Form for the Gettext translation files export form. |
| ExportForm.php |
file |
core/modules/locale/src/Form/ExportForm.php |
|
| ExportForm::$fileSystem |
property |
core/modules/locale/src/Form/ExportForm.php |
The file system service. |
| ExportForm::$languageManager |
property |
core/modules/locale/src/Form/ExportForm.php |
The language manager. |
| ExportForm::buildForm |
function |
core/modules/locale/src/Form/ExportForm.php |
Form constructor. |
| ExportForm::create |
function |
core/modules/locale/src/Form/ExportForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| ExportForm::getFormId |
function |
core/modules/locale/src/Form/ExportForm.php |
Returns a unique string identifying the form. |
| ExportForm::submitForm |
function |
core/modules/locale/src/Form/ExportForm.php |
Form submission handler. |
| ExportForm::__construct |
function |
core/modules/locale/src/Form/ExportForm.php |
Constructs a new ExportForm. |
| ExposedFormCache |
class |
core/modules/views/src/ExposedFormCache.php |
Caches exposed forms, as they are heavy to generate. |
| ExposedFormCache.php |
file |
core/modules/views/src/ExposedFormCache.php |
|
| ExposedFormCache::$cache |
property |
core/modules/views/src/ExposedFormCache.php |
Stores the exposed form data. |
| ExposedFormCache::getForm |
function |
core/modules/views/src/ExposedFormCache.php |
Retrieves the views exposed form from cache. |
| ExposedFormCache::reset |
function |
core/modules/views/src/ExposedFormCache.php |
Rests the form cache. |
| ExposedFormCache::setForm |
function |
core/modules/views/src/ExposedFormCache.php |
Save the Views exposed form for later use. |
| ExposedFormCheckboxesTest |
class |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Tests exposed forms functionality. |
| ExposedFormCheckboxesTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormCheckboxesTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormCheckboxesTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormCheckboxesTest::$terms |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Test terms. |
| ExposedFormCheckboxesTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormCheckboxesTest::$vocabulary |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Vocabulary for testing checkbox options. |
| ExposedFormCheckboxesTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
|
| ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Tests overriding the default render option with checkboxes. |
| ExposedFormCheckboxesTest::testExposedIsAllOfFilter |
function |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Tests that "is all of" filters work with checkboxes. |
| ExposedFormLinkDisplayTest |
class |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php |
Tests exposed form actions for block displays with custom link targets. |
| ExposedFormLinkDisplayTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php |
|
| ExposedFormLinkDisplayTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php |
|
| ExposedFormLinkDisplayTest::testExposedFormActionUsesCustomLinkDisplay |
function |
core/modules/views/tests/src/Kernel/Plugin/ExposedFormLinkDisplayTest.php |
Tests that exposed form action uses the custom link display path. |
| ExposedFormPluginBase |
class |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Base class for Views exposed filter form plugins. |
| ExposedFormPluginBase.php |
file |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::getCacheContexts |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::getCacheTags |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::postExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::postRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
| ExposedFormPluginBase::preExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|