Search for %s

  1. Search 7.x for %s
  2. Search 9.5.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
Tasks::connect function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Check if we can connect to the database.
Tasks::connect function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Check if we can connect to the database.
Tasks::connect function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Check if we can connect to the database.
Tasks::connect function core/lib/Drupal/Core/Database/Install/Tasks.php Check if we can connect to the database.
Tasks::engineVersionRequirementsCheck function core/lib/Drupal/Core/Database/Install/Tasks.php Checks engine version requirements for the status report.
Tasks::ensureInnoDbAvailable function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Ensure that InnoDB is available.
Tasks::fail function core/lib/Drupal/Core/Database/Install/Tasks.php Assert test as failed.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Install/Tasks.php Return driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Return driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Return driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Return driver specific configuration options.
Tasks::hasPdoDriver function core/lib/Drupal/Core/Database/Install/Tasks.php Ensure the PDO driver is supported by the version of PHP in use.
Tasks::initializeDatabase function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Make PostgreSQL Drupal friendly.
Tasks::installable function core/lib/Drupal/Core/Database/Install/Tasks.php Check whether Drupal is installable on the database.
Tasks::LIBMYSQLCLIENT_MINIMUM_VERSION constant core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Minimum required libmysqlclient version.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Return the minimum required version of the engine.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Return the minimum required version of the engine.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Return the minimum required version of the engine.
Tasks::minimumVersion function core/lib/Drupal/Core/Database/Install/Tasks.php Return the minimum required version of the engine.
Tasks::MYSQLND_MINIMUM_VERSION constant core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Minimum required MySQLnd version.
Tasks::name function core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/lib/Drupal/Core/Database/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefake/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/core/corefake/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Install/Tasks.php Return the human-readable name of the driver.
Tasks::name function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Install/Tasks.php Return the human-readable name of the driver.
Tasks::pass function core/lib/Drupal/Core/Database/Install/Tasks.php Assert test as a pass.
Tasks::runTasks function core/lib/Drupal/Core/Database/Install/Tasks.php Run database tasks and tests to see if Drupal can run on the database.
Tasks::runTestQuery function core/lib/Drupal/Core/Database/Install/Tasks.php Run SQL tests to ensure the database can execute commands with the current user.
Tasks::validateDatabaseSettings function core/lib/Drupal/Core/Database/Install/Tasks.php Validates driver specific configuration settings.
Tasks::__construct function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Constructs a \Drupal\Core\Database\Driver\mysql\Install\Tasks object.
Tasks::__construct function core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php Constructs a \Drupal\Core\Database\Driver\pgsql\Install\Tasks object.
taxonomy.install file core/modules/taxonomy/taxonomy.install Install, update and uninstall functions for the taxonomy module.
taxonomy.libraries.yml file core/modules/taxonomy/taxonomy.libraries.yml core/modules/taxonomy/taxonomy.libraries.yml
taxonomy.links.action.yml file core/modules/taxonomy/taxonomy.links.action.yml core/modules/taxonomy/taxonomy.links.action.yml
taxonomy.links.contextual.yml file core/modules/taxonomy/taxonomy.links.contextual.yml core/modules/taxonomy/taxonomy.links.contextual.yml
taxonomy.links.menu.yml file core/modules/taxonomy/taxonomy.links.menu.yml core/modules/taxonomy/taxonomy.links.menu.yml
taxonomy.links.task.yml file core/modules/taxonomy/taxonomy.links.task.yml core/modules/taxonomy/taxonomy.links.task.yml
taxonomy.permissions.yml file core/modules/taxonomy/taxonomy.permissions.yml core/modules/taxonomy/taxonomy.permissions.yml
taxonomy.post_update.php file core/modules/taxonomy/taxonomy.post_update.php Post update functions for Taxonomy.
taxonomy.schema.yml file core/modules/taxonomy/config/schema/taxonomy.schema.yml core/modules/taxonomy/config/schema/taxonomy.schema.yml
taxonomy.services.yml file core/modules/taxonomy/taxonomy.services.yml core/modules/taxonomy/taxonomy.services.yml
taxonomy.settings.yml file core/modules/taxonomy/config/install/taxonomy.settings.yml core/modules/taxonomy/config/install/taxonomy.settings.yml
taxonomy.theme.css file core/modules/taxonomy/css/taxonomy.theme.css .taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
taxonomy.theme.css file core/themes/stable/css/taxonomy/taxonomy.theme.css .taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
taxonomy.tokens.inc file core/modules/taxonomy/taxonomy.tokens.inc Builds placeholder replacement tokens for taxonomy terms and vocabularies.

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