Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Mysql8RequirePrimaryKeyUpdateTest::runDbTasks function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Runs the install database tasks for the driver used by the test runner.
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Set database dump files to be used.
Mysql8RequirePrimaryKeyUpdateTest::testDatabaseLoaded function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests updates.
MySqlCastedIntFieldJoinTest class core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php Tests MySQL specific cast handling.
MySqlCastedIntFieldJoinTest.php file core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php
MySqlCastedIntFieldJoinTest::$castingType property core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php The db type that should be used for casting fields as integers.
MysqlCastSql class core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php MySQL specific cast handling.
MysqlCastSql.php file core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php
MysqlCastSql::getFieldAsInt function core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php Returns a database expression to cast the field to int.
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 Returns a native database expression for a given field.
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Creates a native database date formatting.
MysqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Applies the given offset to the given field.
MysqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Set the database to the given timezone.
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]]
MysqlDriverTest class core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php Tests the deprecations of the MySQL database driver classes in Core.
MysqlDriverTest.php file core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php
MysqlDriverTest::testConnection function core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverTest.php @covers \Drupal\mysql\Driver\Database\mysql\Connection[[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 Disable the possibility to force a single value.
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 Determines if the input from a filter should change the generated query.
Name::adminSummary function core/modules/user/src/Plugin/views/filter/Name.php Display the filter on the administrative summary.
Name::getValueOptions function core/modules/user/src/Plugin/views/filter/Name.php Gets the value options.
Name::validateExposed function core/modules/user/src/Plugin/views/filter/Name.php Validate the exposed handler form.
Name::valueSubmit function core/modules/user/src/Plugin/views/filter/Name.php Perform any necessary changes to the form values prior to storage.
name_collision_test.info.yml file core/modules/system/tests/modules/name_collision_test/name_collision_test.info.yml core/modules/system/tests/modules/name_collision_test/name_collision_test.info.yml
name_collision_test.info.yml file core/modules/system/tests/themes/name_collision_test/name_collision_test.info.yml core/modules/system/tests/themes/name_collision_test/name_collision_test.info.yml
NaughtyRecursiveLogger class core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php

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