| 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 |
The theme to install as the default for testing. |
| ExposedFormCheckboxesTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php |
Modules to install. |
| 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 |
Sets up the test. |
| 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 |
Denotes whether the plugin has an additional options form. |
| ExposedFormPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Provide a form to edit options for this plugin. |
| ExposedFormPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Information about options for all kinds of purposes will be held here. |
| ExposedFormPluginBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Alters the exposed form. |
| ExposedFormPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Submits the exposed form. |
| ExposedFormPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Validates the exposed form submission. |
| ExposedFormPluginBase::getCacheContexts |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The cache contexts associated with this object. |
| ExposedFormPluginBase::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The maximum age for which this object may be cached. |
| ExposedFormPluginBase::getCacheTags |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
The cache tags associated with this object. |
| ExposedFormPluginBase::postExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs after the view has been executed. |
| ExposedFormPluginBase::postRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs after the view has been rendered. |
| ExposedFormPluginBase::preExecute |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs before the view has been executed. |
| ExposedFormPluginBase::preRender |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Runs before the view is rendered. |
| ExposedFormPluginBase::query |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Add anything to the query that we might need to. |
| ExposedFormPluginBase::renderExposedForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Renders the exposed form. |
| ExposedFormPluginBase::resetForm |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Resets all the states of the exposed form. |
| ExposedFormPluginInterface |
interface |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Interface for exposed filter form plugins. |