Tasks::minimumVersion |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Returns the minimum required version of the engine. |
Tasks::MYSQL_MINIMUM_VERSION |
constant |
core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php |
Minimum required MySQL version. |
Tasks::name |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysql/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/src/Driver/Database/MissingDependency/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/tests/fixtures/database_drivers/core/CoreFake/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/tests/fixtures/database_drivers/custom/fake/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::name |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Returns the human-readable name of the driver. |
Tasks::pass |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Asserts test as a pass. |
Tasks::PGSQL_MINIMUM_VERSION |
constant |
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php |
Minimum required PostgreSQL version. |
Tasks::runTasks |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Runs database tasks and tests to see if Drupal can run on the database. |
Tasks::runTestQuery |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Ensures the database can execute commands with the current user. |
Tasks::SQLITE_MINIMUM_VERSION |
constant |
core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php |
Minimum required SQLite version. |
Tasks::t |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Translates a string to the current language or to a given language. |
Tasks::validateDatabaseSettings |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Validates driver specific configuration settings. |
Tasks::__construct |
function |
core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php |
Constructs a \Drupal\mysql\Driver\Database\mysql\Install\Tasks object. |
Tasks::__construct |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php |
Constructs a \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks object. |
TaxonomyLocalTasksTest |
class |
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php |
Tests existence of taxonomy local tasks. |
TaxonomyLocalTasksTest.php |
file |
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php |
|
TaxonomyLocalTasksTest::getTaxonomyPageRoutes |
function |
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php |
Provides a list of routes to test. |
TaxonomyLocalTasksTest::setUp |
function |
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php |
|
TaxonomyLocalTasksTest::testTaxonomyPageLocalTasks |
function |
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php |
Checks taxonomy edit local tasks. |
taxonomy_local_tasks_alter |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_local_tasks_alter(). |
TestTasksSettingsSub1 |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
Defines a local task plugin with a dynamic title. |
TestTasksSettingsSub1.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
|
TestTasksSettingsSub1::getCacheTags |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
The cache tags associated with this object. |
TestTasksSettingsSub1::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php |
Returns the localized title to be shown for this tab. |
top-bar-local-tasks.html.twig |
file |
core/modules/navigation/templates/top-bar-local-tasks.html.twig |
Default theme implementation for navigation top bar local tasks. |
UpdateLocalTasksTest |
class |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Tests existence of update local tasks. |
UpdateLocalTasksTest.php |
file |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
|
UpdateLocalTasksTest::getUpdateModuleRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of module routes to test. |
UpdateLocalTasksTest::getUpdateReportRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of report routes to test. |
UpdateLocalTasksTest::getUpdateThemeRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of theme routes to test. |
UpdateLocalTasksTest::setUp |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
|
UpdateLocalTasksTest::testUpdateModuleLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update module tasks. |
UpdateLocalTasksTest::testUpdateReportLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update report tasks. |
UpdateLocalTasksTest::testUpdateThemeLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update theme tasks. |
UpdateMiscTest::testFetchTasks |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests that exactly one fetch task per project is created and not more. |
UpdatePathTestBase::runDbTasks |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Runs the install database tasks for the driver used by the test runner. |
UpdateProcessor::$fetchTasks |
property |
core/modules/update/src/UpdateProcessor.php |
The queue for fetching release history data. |
UpdateProcessor::$fetchTaskStore |
property |
core/modules/update/src/UpdateProcessor.php |
Update Fetch Task Store. |
Updater::postInstallTasks |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns an array of links to pages that should be visited post operation. |
Updater::postUpdateTasks |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Returns an array of links to pages that should be visited post operation. |
UpdateSemverCoreTest::testFetchTasks |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Tests that exactly one fetch task per project is created and not more. |