| PendingUpdatesValidatorTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Modules to install. |
| PendingUpdatesValidatorTest::testNoPendingUpdates |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that no error is raised if there are no pending updates. |
| PendingUpdatesValidatorTest::testPendingPostUpdate |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that an error is raised if there are pending post-updates. |
| PendingUpdatesValidatorTest::testPendingUpdateAfterStaged |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that pending updates stop an operation from being applied. |
| PendingUpdatesValidatorTest::testPendingUpdateHook |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that an error is raised if there are pending schema updates. |
| PerformanceForm::$dateFormatter |
property |
core/modules/system/src/Form/PerformanceForm.php |
The date formatter service. |
| pgsql.views.date_sql |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\views\query\PostgresqlDateSql |
| pgsql_update_last_removed |
function |
core/modules/pgsql/pgsql.install |
Implements hook_update_last_removed(). |
| PhpBackend::invalidate |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Marks a cache item as invalid. |
| PhpBackend::invalidateAll |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Marks all cache items as invalid. |
| PhpBackend::invalidateByHash |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Invalidate one cache item. |
| PhpBackend::invalidateMultiple |
function |
core/lib/Drupal/Core/Cache/PhpBackend.php |
Marks cache items as invalid. |
| PhpExtensionsValidator::validateOpenSsl |
function |
core/modules/package_manager/src/Validator/PhpExtensionsValidator.php |
Flags an error if the OpenSSL extension is not installed. |
| PhpExtensionsValidator::validateXdebug |
function |
core/modules/package_manager/src/Validator/PhpExtensionsValidator.php |
Flags a warning if Xdebug is enabled. |
| PhpPasswordTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests a password needs update. |
| PhpRequirements::$phpEolDates |
property |
core/lib/Drupal/Core/Utility/PhpRequirements.php |
The expected PHP version end-of-life dates, keyed by PHP minor version. |
| PhpRequirementsTest::testPhpEolDates |
function |
core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php |
Ensures that PHP EOL dates are valid. |
| PhpTufValidator::validate |
function |
core/modules/package_manager/src/Validator/PhpTufValidator.php |
Reacts to a stage event by validating PHP-TUF configuration as needed. |
| PhpTufValidator::validateTuf |
function |
core/modules/package_manager/src/Validator/PhpTufValidator.php |
Flags messages if PHP-TUF is not installed and configured properly. |
| PluginBase::validate |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Validate that the plugin is correct and can be saved. |
| PluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/PluginBase.php |
Validate the options form. |
| PluginExistsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php |
|
| PluginFormBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormBase.php |
Form validation handler. |
| PluginFormInterface::validateConfigurationForm |
function |
core/lib/Drupal/Core/Plugin/PluginFormInterface.php |
Form validation handler. |
| PoHeader::$poDate |
property |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Date the po file got created. |
| PostgresqlDateSql |
class |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
PostgreSQL-specific date handling. |
| PostgresqlDateSql.php |
file |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
|
| PostgresqlDateSql::$database |
property |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
The database connection. |
| PostgresqlDateSql::$replace |
property |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
An array of PHP-to-PostgreSQL replacement patterns. |
| PostgresqlDateSql::getDateField |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Returns a native database expression for a given field. |
| PostgresqlDateSql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Creates a native database date formatting. |
| PostgresqlDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Applies the given offset to the given field. |
| PostgresqlDateSql::setTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Set the database to the given timezone. |
| PostgresqlDateSql::__construct |
function |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
Constructs the PostgreSQL-specific date sql class. |
| PostgresqlDateSqlTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests the PostgreSQL-specific date query handler. |
| PostgresqlDateSqlTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
|
| PostgresqlDateSqlTest::$database |
property |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
The mocked database service. |
| PostgresqlDateSqlTest::providerTestGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Provider for date formatting test. |
| PostgresqlDateSqlTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
|
| PostgresqlDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests the getDateField method. |
| PostgresqlDateSqlTest::testGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests date formatting replacement. |
| PostgresqlDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests timezone offset formatting. |
| PostgresqlDateSqlTest::testSetTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
Tests setting the database offset. |
| post_update.php |
file |
core/modules/package_manager/tests/fixtures/post_update.php |
Contains a fake database post-update function for testing. |
| post_update_playsinline-3046152-node-article.yml |
file |
core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml |
core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml |
| post_update_test_failing.info.yml |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
| post_update_test_failing.post_update.php |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
|
| post_update_test_failing_post_update_exception |
function |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
Post update that throws an exception. |
| PrepareCallbackTestForm::validateForm |
function |
core/tests/Drupal/Tests/Core/Form/FormStateTest.php |
Form validation handler. |
| PrimitiveTypeConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php |
|