| PermissionsHashGeneratorTest::$account2Updated |
property |
core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php |
An "updated" mocked account. |
| pgsql.views.date_sql |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\views\query\PostgresqlDateSql |
| PgsqlDriverLegacyTest::testDeprecationUpdate |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\pgsql\Update[[api-linebreak]] |
| 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. |
| 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. |
| 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. |
| 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_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 functions for test module. |
| 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 |
|
| PrimitiveTypeConstraintValidatorTest::provideTestValidate |
function |
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php |
|
| PrimitiveTypeConstraintValidatorTest::testValidate |
function |
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php |
@covers ::validate[[api-linebreak]] |
| ProjectCoreCompatibility::$possibleCoreUpdateVersions |
property |
core/modules/update/src/ProjectCoreCompatibility.php |
Cache of core versions that are available for updates. |
| ProjectCoreCompatibility::getPossibleCoreUpdateVersions |
function |
core/modules/update/src/ProjectCoreCompatibility.php |
Gets the core versions that should be considered for compatibility ranges. |
| ProjectRelease::$date |
property |
core/modules/update/src/ProjectRelease.php |
The release date as a Unix timestamp or NULL if no date was set. |
| ProjectRelease::getDate |
function |
core/modules/update/src/ProjectRelease.php |
Gets the release date if set. |
| ProjectRelease::validateReleaseData |
function |
core/modules/update/src/ProjectRelease.php |
Validates the project release data. |
| ProjectSecurityData::SECURITY_COVERAGE_ENDING_WARN_DATE_9_4 |
constant |
core/modules/update/src/ProjectSecurityData.php |
|
| ProjectSecurityData::SECURITY_COVERAGE_ENDING_WARN_DATE_9_5 |
constant |
core/modules/update/src/ProjectSecurityData.php |
|
| ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_4 |
constant |
core/modules/update/src/ProjectSecurityData.php |
Define constants for versions with security coverage end dates. |
| ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_5 |
constant |
core/modules/update/src/ProjectSecurityData.php |
|
| ProjectSecurityRequirement::getDateEndRequirement |
function |
core/modules/update/src/ProjectSecurityRequirement.php |
Gets the security coverage requirement based on an end date. |
| PromoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/PromoteNode.php |
Gets an array of values to be set. |