| PagerPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Handles submission of the exposed form. |
| PagerPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Allows the exposed form to be validated. |
| PagerPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Provide the default form for submitting options. |
| PagerPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Provide the default form for validating options. |
| PathAliasForm |
class |
core/modules/path/src/PathAliasForm.php |
Form handler for the path alias edit forms. |
| PathAliasForm.php |
file |
core/modules/path/src/PathAliasForm.php |
|
| PathAliasForm::$entity |
property |
core/modules/path/src/PathAliasForm.php |
The path_alias entity. |
| PathAliasForm::save |
function |
core/modules/path/src/PathAliasForm.php |
Form submission handler for the 'save' action. |
| PathAliasJsonAnonTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php |
The format to use in this test. |
| PathAliasJsonBasicAuthTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php |
The format to use in this test. |
| PathAliasJsonCookieTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php |
The format to use in this test. |
| PathAliasListBuilder::$formBuilder |
property |
core/modules/path/src/PathAliasListBuilder.php |
The form builder. |
| PathAliasXmlAnonTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php |
The format to use in this test. |
| PathAliasXmlBasicAuthTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php |
The format to use in this test. |
| PathAliasXmlCookieTest::$format |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php |
The format to use in this test. |
| PathElementFormTest |
class |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Tests PathElement validation and conversion functionality. |
| PathElementFormTest.php |
file |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
|
| PathElementFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Modules to install. |
| PathElementFormTest::$testUser |
property |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
User for testing. |
| PathElementFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form constructor. |
| PathElementFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Returns a unique string identifying the form. |
| PathElementFormTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Sets up the test. |
| PathElementFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form submission handler. |
| PathElementFormTest::testPathElement |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Tests that default handlers are added even if custom are specified. |
| PathElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php |
Form validation handler. |
| PathFilterForm |
class |
core/modules/path/src/Form/PathFilterForm.php |
Provides the path admin overview filter form. |
| PathFilterForm.php |
file |
core/modules/path/src/Form/PathFilterForm.php |
|
| PathFilterForm::buildForm |
function |
core/modules/path/src/Form/PathFilterForm.php |
Form constructor. |
| PathFilterForm::getFormId |
function |
core/modules/path/src/Form/PathFilterForm.php |
Returns a unique string identifying the form. |
| PathFilterForm::resetForm |
function |
core/modules/path/src/Form/PathFilterForm.php |
Resets the filter selections. |
| PathFilterForm::submitForm |
function |
core/modules/path/src/Form/PathFilterForm.php |
Form submission handler. |
| PathHooks::fieldWidgetSingleElementFormAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_field_widget_single_element_form_alter(). |
| PathMediaFormTest |
class |
core/modules/path/tests/src/Functional/PathMediaFormTest.php |
Tests the path media form UI. |
| PathMediaFormTest.php |
file |
core/modules/path/tests/src/Functional/PathMediaFormTest.php |
|
| PathMediaFormTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathMediaFormTest.php |
The theme to install as the default for testing. |
| PathMediaFormTest::$modules |
property |
core/modules/path/tests/src/Functional/PathMediaFormTest.php |
Modules to install. |
| PathMediaFormTest::setUp |
function |
core/modules/path/tests/src/Functional/PathMediaFormTest.php |
|
| PathMediaFormTest::testMediaForm |
function |
core/modules/path/tests/src/Functional/PathMediaFormTest.php |
Tests the media form UI. |
| PathNodeFormTest |
class |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
Tests the Path Node form UI. |
| PathNodeFormTest.php |
file |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
|
| PathNodeFormTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
The theme to install as the default for testing. |
| PathNodeFormTest::$modules |
property |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
Modules to install. |
| PathNodeFormTest::setUp |
function |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
|
| PathNodeFormTest::testAliasDuplicationPrevention |
function |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
Tests that duplicate path aliases don't get created. |
| PathNodeFormTest::testNodeForm |
function |
core/modules/path/tests/src/Functional/PathNodeFormTest.php |
Tests the node form ui. |
| PathPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Provide a form to edit options for this plugin. |
| PathPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Handle any special handling on the validate form. |
| PathPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Validate the options form. |
| PathSetTranslated::transform |
function |
core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php |
Performs the associated process. |
| PathSetTranslatedTest::testTransform |
function |
core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php |
Tests the transform method. |