Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Mysql8RequirePrimaryKeyUpdateTest.php file core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::prepareSettings function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::runDbTasks function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::testDatabaseLoaded function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests user_update_9301().
MysqlDateSql class core/modules/views/src/Plugin/views/query/MysqlDateSql.php MySQL-specific date handling.
MysqlDateSql.php file core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::$database property core/modules/views/src/Plugin/views/query/MysqlDateSql.php The database connection.
MysqlDateSql::$replace property core/modules/views/src/Plugin/views/query/MysqlDateSql.php An array of PHP-to-MySQL replacement patterns.
MysqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::__construct function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Constructs the MySQL-specific date sql class.
MysqlDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the MySQL-specific date query handler.
MysqlDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php The mocked database service.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the getDateField method.
MysqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests date formatting replacement.
MysqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests timezone offset formatting.
MysqlDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests setting the database offset.
MysqlDriverLegacyTest class core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php Tests the deprecations of the MySQL database driver classes in Core.
MysqlDriverLegacyTest.php file core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php
MysqlDriverLegacyTest::testDeprecationConnection function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\mysql\Connection[[api-linebreak]]
MysqlDriverLegacyTest::testDeprecationExceptionHandler function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\mysql\ExceptionHandler[[api-linebreak]]
MysqlDriverLegacyTest::testDeprecationInsert function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\mysql\Insert[[api-linebreak]]
MysqlDriverLegacyTest::testDeprecationInstallTasks function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\mysql\Install\Tasks[[api-linebreak]]
MysqlDriverLegacyTest::testDeprecationSchema function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\mysql\Schema[[api-linebreak]]
MysqlDriverLegacyTest::testDeprecationUpsert function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\mysql\Upsert[[api-linebreak]]
mysql_help function core/modules/mysql/mysql.module Implements hook_help().
mysql_requirements function core/modules/mysql/mysql.install Implements hook_requirements().
Name::$alwaysMultiple property core/modules/user/src/Plugin/views/filter/Name.php
Name::$validated_exposed_input property core/modules/user/src/Plugin/views/filter/Name.php The validated exposed input.
Name::acceptExposedInput function core/modules/user/src/Plugin/views/filter/Name.php
Name::adminSummary function core/modules/user/src/Plugin/views/filter/Name.php
Name::getValueOptions function core/modules/user/src/Plugin/views/filter/Name.php
Name::validateExposed function core/modules/user/src/Plugin/views/filter/Name.php
Name::valueSubmit function core/modules/user/src/Plugin/views/filter/Name.php
NameMungingTest class core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests filename munging and unmunging.
NameMungingTest.php file core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
NameMungingTest::$badExtension property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php An extension to be used as forbidden during munge operations.
NameMungingTest::$name property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php The name of a file with a bad extension, after munging.
NameMungingTest::$nameWithUcExt property core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php The name of a file with an upper-cased bad extension, after munging.
NameMungingTest::setUp function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
NameMungingTest::testMungeIgnoreAllowedExtensions function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests that allowed extensions are ignored by file_munge_filename().
NameMungingTest::testMungeIgnoreInsecure function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Test munging with system.file.allow_insecure_uploads set to true.
NameMungingTest::testMungeNullByte function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests munging with a null byte in the filename.
NameMungingTest::testMungeUnsafe function core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php Tests unsafe extensions are always munged by file_munge_filename().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.