| 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/modules/mysqli/src/Driver/Database/mysqli/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. |
| TaxonomyHooks::localTasksAlter |
function |
core/modules/taxonomy/src/Hook/TaxonomyHooks.php |
Implements hook_local_tasks_alter(). |
| 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. |
| 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. |
| 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::getUpdateReportRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of report routes to test. |
| UpdateLocalTasksTest::setUp |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
|
| UpdateLocalTasksTest::testUpdateReportLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update report 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. |
| UserLocalTasksTest |
class |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Tests user local tasks. |
| UserLocalTasksTest.php |
file |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
|
| UserLocalTasksTest::getUserAdminRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLocalTasksTest::getUserLoginRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLocalTasksTest::getUserPageRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLocalTasksTest::setUp |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
|
| UserLocalTasksTest::testUserAdminLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Tests local task existence. |
| UserLocalTasksTest::testUserLoginLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Checks user listing local tasks. |
| UserLocalTasksTest::testUserPageLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Checks user listing local tasks. |
| VersionHistoryLocalTasks |
class |
core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php |
Provides version history local tasks for revisionable entities. |