| 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. |
| PathSetTranslatedTest::transformDataProvider |
function |
core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php |
Provides data for the testTransform method. |
| PathWidget::formElement |
function |
core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php |
Returns the form for a single field widget. |
| PathWidget::validateFormElement |
function |
core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php |
Form element validation handler for URL alias form element. |
| Percentage::format |
function |
core/lib/Drupal/Core/Batch/Percentage.php |
Formats the percent completion for a batch set. |
| PerComponentEntityFormDisplay |
class |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
This class imports one component of an entity form display. |
| PerComponentEntityFormDisplay.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplay::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
Gets the entity. |
| PerComponentEntityFormDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityFormDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
|
| PerComponentEntityFormDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display import method. |
| PerformanceController |
class |
core/modules/system/src/Controller/PerformanceController.php |
Controller for performance admin. |
| PerformanceController.php |
file |
core/modules/system/src/Controller/PerformanceController.php |
|
| PerformanceController::build |
function |
core/modules/system/src/Controller/PerformanceController.php |
Displays the system performance page. |
| PerformanceData |
class |
core/tests/Drupal/Tests/PerformanceData.php |
Value object to store performance information collected from requests. |
| PerformanceData.php |
file |
core/tests/Drupal/Tests/PerformanceData.php |
|
| PerformanceData::$cacheDeleteCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of cache deletes recorded. |
| PerformanceData::$cacheGetCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of cache gets recorded. |
| PerformanceData::$cacheOperations |
property |
core/tests/Drupal/Tests/PerformanceData.php |
List of cids keyed by operation and bin. |
| PerformanceData::$cacheSetCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of cache sets recorded. |
| PerformanceData::$cacheTagChecksumCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of cache tag checksum checks. |
| PerformanceData::$cacheTagGroupedLookups |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The grouped cache tag lookups. |
| PerformanceData::$cacheTagInvalidationCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of cache tag invalidations. |
| PerformanceData::$cacheTagIsValidCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of cache tag validity checks. |
| PerformanceData::$queries |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The individual database queries recorded. |