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 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
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 Tests connection.
MysqlHooks class core/modules/mysql/src/Hook/MysqlHooks.php Hook implementations for mysql.
MysqlHooks.php file core/modules/mysql/src/Hook/MysqlHooks.php
MysqlHooks::help function core/modules/mysql/src/Hook/MysqlHooks.php Implements hook_help().
mysqli.info.yml file core/modules/mysqli/mysqli.info.yml core/modules/mysqli/mysqli.info.yml
mysqli.services.yml file core/modules/mysqli/mysqli.services.yml core/modules/mysqli/mysqli.services.yml
mysqli.views.cast_sql service core/modules/mysqli/mysqli.services.yml Drupal\mysqli\Plugin\views\query\MysqliCastSql
MysqliCastSql class core/modules/mysqli/src/Plugin/views/query/MysqliCastSql.php MySQLi specific cast handling.
MysqliCastSql.php file core/modules/mysqli/src/Plugin/views/query/MysqliCastSql.php
MysqliHooks class core/modules/mysqli/src/Hook/MysqliHooks.php Hook implementations for mysqli.
MysqliHooks.php file core/modules/mysqli/src/Hook/MysqliHooks.php
MysqliHooks::help function core/modules/mysqli/src/Hook/MysqliHooks.php Implements hook_help().
MysqliHooks::runtimeRequirements function core/modules/mysqli/src/Hook/MysqliHooks.php Implements hook_runtime_requirements().
MysqlRequirements class core/modules/mysql/src/Hook/MysqlRequirements.php Requirements for the MySQL module.
MysqlRequirements.php file core/modules/mysql/src/Hook/MysqlRequirements.php
MysqlRequirements::runtime function core/modules/mysql/src/Hook/MysqlRequirements.php Implements hook_runtime_requirements().
MysqlServiceProvider class core/modules/mysql/src/MysqlServiceProvider.php Registers the 'mysql.views.cast_sql' service when views is installed.
MysqlServiceProvider.php file core/modules/mysql/src/MysqlServiceProvider.php
MysqlServiceProvider::register function core/modules/mysql/src/MysqlServiceProvider.php Registers services to the container.
Name::$alwaysMultiple property core/modules/user/src/Plugin/views/filter/Name.php This filter is always considered multiple-valued.
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.
NamedPlaceholderConverter::$convertedParameters property core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php The list of converted arguments.
NamedPlaceholderConverter::$convertedSQL property core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php The converted SQL statement in its parts.
NamedPlaceholderConverter::$originalParameters property core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php The list of original named arguments.
NamedPlaceholderConverter::$sqlPattern property core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php The combined regex pattern for parsing.
NamedPlaceholderConverter::addPositionalParameter function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Adds a positional placeholder to the converted parts.
NamedPlaceholderConverter::getAnsiSQLStringLiteralPattern function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Helper to return a regex pattern from a delimiter character.
NamedPlaceholderConverter::getConvertedParameters function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Returns the array of arguments for use with positional placeholders.
NamedPlaceholderConverter::getConvertedSQL function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Returns the converted SQL statement with positional placeholders.

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