| 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. |
| PerformanceData::$queryCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of database queries recorded. |
| PerformanceData::$returnValue |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The original return value. |
| PerformanceData::$scriptBytes |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The total script bytes requested. |
| PerformanceData::$scriptCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of scripts requested. |
| PerformanceData::$stylesheetBytes |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The total stylesheet bytes requested. |
| PerformanceData::$stylesheetCount |
property |
core/tests/Drupal/Tests/PerformanceData.php |
The number of stylesheets requested. |
| PerformanceData::getCacheDeleteCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache delete count. |
| PerformanceData::getCacheDeleteCountByBin |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Returns the cache delete operation count grouped by bin. |
| PerformanceData::getCacheGetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache get count. |
| PerformanceData::getCacheGetCountByBin |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Returns the cache get operation count grouped by bin. |
| PerformanceData::getCacheOperations |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache operations. |
| PerformanceData::getCacheSetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache set count. |
| PerformanceData::getCacheSetCountByBin |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Returns the cache set operation count grouped by bin. |
| PerformanceData::getCacheTagChecksumCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag checksum count. |
| PerformanceData::getCacheTagGroupedLookups |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the grouped cache tag lookups. |
| PerformanceData::getCacheTagInvalidationCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag invalidation count. |
| PerformanceData::getCacheTagIsValidCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag isValid count. |
| PerformanceData::getCacheTagLookupQueryCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the cache tag lookup query count. |
| PerformanceData::getQueries |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the queries. |
| PerformanceData::getQueryCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the query count. |
| PerformanceData::getReturnValue |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the original return value. |
| PerformanceData::getScriptBytes |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the script bytes count. |
| PerformanceData::getScriptCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the script request count. |
| PerformanceData::getStylesheetBytes |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the stylesheet bytes count. |
| PerformanceData::getStylesheetCount |
function |
core/tests/Drupal/Tests/PerformanceData.php |
Gets the stylesheet request count. |