| PoHeader::$pluralForms |
property |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Formula for the plural form. |
| PoHeader::getPluralForms |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Gets the plural form. |
| PoHeader::parsePluralForms |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Parses a Plural-Forms entry from a Gettext Portable Object file header. |
| PoHeader::tokenizeFormula |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Tokenize the formula. |
| PoHeaderTest::providerTestPluralsFormula |
function |
core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php |
Data provider for testPluralsFormula. |
| PoHeaderTest::testPluralsFormula |
function |
core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php |
Tests that plural expressions are evaluated correctly. |
| PoItem::formatItem |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Format the POItem as a string. |
| PoItem::formatPlural |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Formats a plural translation. |
| PoItem::formatSingular |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Formats a singular translation. |
| PoItem::formatString |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Formats a string for output on multiple lines. |
| PoItemTest::testFormat |
function |
core/tests/Drupal/Tests/Component/Gettext/PoItemTest.php |
#[DataProvider('providerStrings')] |
| PostgresqlDateSql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Creates a native database date formatting. |
| PostgresqlDateSqlTest::providerTestGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Provider for date formatting test. |
| PostgresqlDateSqlTest::testGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests date formatting replacement. |
| PrepareCallbackTestForm |
class |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
A test form used for the prepareCallback() tests. |
| PrepareCallbackTestForm::buildForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form constructor. |
| PrepareCallbackTestForm::getFormId |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Returns a unique string identifying the form. |
| PrepareCallbackTestForm::submitForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form submission handler. |
| PrepareCallbackTestForm::validateForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form validation handler. |
| PrepareModulesEntityUninstallForm |
class |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Provides a form removing module content entities data before uninstallation. |
| PrepareModulesEntityUninstallForm.php |
file |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
|
| PrepareModulesEntityUninstallForm::$entityTypeId |
property |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
The entity type ID of the entities to delete. |
| PrepareModulesEntityUninstallForm::$entityTypeManager |
property |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
The entity type manager. |
| PrepareModulesEntityUninstallForm::buildForm |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Form constructor. |
| PrepareModulesEntityUninstallForm::checkAccess |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Checks access based on the validity of the entity type ID. |
| PrepareModulesEntityUninstallForm::create |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Instantiates a new instance of this class. |
| PrepareModulesEntityUninstallForm::deleteContentEntities |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Deletes the content entities of the specified entity type. |
| PrepareModulesEntityUninstallForm::formTitle |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Gets the form title. |
| PrepareModulesEntityUninstallForm::getCancelUrl |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns the route to go to if the user cancels the action. |
| PrepareModulesEntityUninstallForm::getConfirmText |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns a caption for the button that confirms the action. |
| PrepareModulesEntityUninstallForm::getDescription |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns additional text to display as a description. |
| PrepareModulesEntityUninstallForm::getFormId |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns a unique string identifying the form. |
| PrepareModulesEntityUninstallForm::getQuestion |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns the question to ask the user. |
| PrepareModulesEntityUninstallForm::moduleBatchFinished |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Implements callback_batch_finished(). |
| PrepareModulesEntityUninstallForm::submitForm |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Form submission handler. |
| PrepareModulesEntityUninstallForm::__construct |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Constructs a PrepareModulesEntityUninstallForm object. |
| PrepareModulesEntityUninstallFormTest |
class |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
Tests PrepareModulesEntityUninstallForm. |
| PrepareModulesEntityUninstallFormTest.php |
file |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
|
| PrepareModulesEntityUninstallFormTest::$modules |
property |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
Modules to install. |
| PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle |
function |
core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php |
Tests PrepareModulesEntityUninstallForm::formTitle. |
| PrerenderList::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/PrerenderList.php |
Default option form that provides label widget that all fields should have. |
| ProcessField::transform |
function |
core/modules/field/src/Plugin/migrate/process/ProcessField.php |
Performs the associated process. |
| ProcessFieldTest::providerTestTransform |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Provides data for the transform method test. |
| ProcessFieldTest::testTransform |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Tests the transform method. |
| ProcessingTest::testBatchForm |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a form submit handler. |
| ProcessingTest::testBatchFormMultipleBatches |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in different submit handlers on the same form. |
| ProcessingTest::testBatchFormMultistep |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a multistep form. |
| ProcessingTest::testBatchFormProgrammatic |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a programmatically submitted form. |
| ProcessingTest::testBatchNoForm |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches triggered outside of form submission. |
| ProcessingTest::testDrupalFormSubmitInBatch |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests form submission during a batch operation. |