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 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
NamedPlaceholderConverter::parse function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Parses an SQL statement with named placeholders.
NamedPlaceholderConverter::POSITIONAL_PARAMETER constant core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php
NamedPlaceholderConverter::SPECIAL constant core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php
NamedPlaceholderConverter::SPECIAL_CHARS constant core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php A list of regex patterns for parsing.
NamedPlaceholderConverter::__construct function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php
NamedPlaceholderConverterTest class core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Tests \Drupal\mysqli\Driver\Database\mysqli\NamedPlaceholderConverter.
NamedPlaceholderConverterTest.php file core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php
NamedPlaceholderConverterTest::statementsWithParametersProvider function core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Data for testParse.
NamedPlaceholderConverterTest::testParse function core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Tests ::parse().
NamedPlaceholderConverterTest::testParseReuseObject function core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Tests reusing the parser object.
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 Stub class for testing LoggerChannel.
NaughtyRecursiveLogger::$channel property core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php The logger channel.
NaughtyRecursiveLogger::$message property core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php The message to log.
NaughtyRecursiveLogger::log function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php
NaughtyRecursiveLogger::__construct function 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.