ContentTranslationLocalTasksTest::setUp |
function |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
|
ContentTranslationLocalTasksTest::testBlockAdminDisplay |
function |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
Tests the block admin display local tasks. |
DatabaseDriver::$installTasks |
property |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
The install tasks object instance of the database driver. |
DatabaseDriver::getInstallTasks |
function |
core/lib/Drupal/Core/Extension/DatabaseDriver.php |
Returns the install tasks object instance of this database driver. |
DbUpdateController::updateTasksList |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides the update task list render array. |
DynamicLocalTasks |
class |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
Generates media-related local tasks. |
DynamicLocalTasks |
class |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
Generates moderation-related local tasks. |
DynamicLocalTasks.php |
file |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
|
DynamicLocalTasks.php |
file |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
|
DynamicLocalTasks::$basePluginId |
property |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
The base plugin ID. |
DynamicLocalTasks::$config |
property |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
The media settings config. |
DynamicLocalTasks::$entityTypeManager |
property |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
The entity type manager. |
DynamicLocalTasks::$entityTypeManager |
property |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
The entity type manager. |
DynamicLocalTasks::$moderationInfo |
property |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
The moderation information service. |
DynamicLocalTasks::$router |
property |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
The router. |
DynamicLocalTasks::create |
function |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
Creates a new class instance. |
DynamicLocalTasks::create |
function |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
Creates a new class instance. |
DynamicLocalTasks::getDerivativeDefinitions |
function |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
Gets the definition of all derivatives of a base plugin. |
DynamicLocalTasks::getDerivativeDefinitions |
function |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
Gets the definition of all derivatives of a base plugin. |
DynamicLocalTasks::__construct |
function |
core/modules/media/src/Plugin/Derivative/DynamicLocalTasks.php |
Creates a DynamicLocalTasks object. |
DynamicLocalTasks::__construct |
function |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
Creates a FieldUiLocalTask object. |
EntityTestLocalTasks |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php |
Defines the local tasks for all the entity_test entities. |
EntityTestLocalTasks.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php |
|
EntityTestLocalTasks::getDerivativeDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php |
Gets the definition of all derivatives of a base plugin. |
FieldUiHooks::localTasksAlter |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_local_tasks_alter(). |
FieldUiLocalTask::alterLocalTasks |
function |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
Alters the base_route definition for field_ui local tasks. |
FieldUIRouteTest::assertLocalTasks |
function |
core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php |
Asserts that local tasks exists. |
hook_install_tasks |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of tasks to be performed by an installation profile. |
hook_install_tasks_alter |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Alter the full list of installation tasks. |
hook_local_tasks_alter |
function |
core/lib/Drupal/Core/Menu/menu.api.php |
Alter local tasks plugins. |
hook_menu_local_tasks_alter |
function |
core/lib/Drupal/Core/Menu/menu.api.php |
Alter local tasks displayed on the page before they are rendered. |
InstallTasksTest |
class |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
Tests the MySQL install tasks. |
InstallTasksTest.php |
file |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
|
InstallTasksTest::$connection |
property |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
A connection object prophecy. |
InstallTasksTest::createTasks |
function |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
Creates a Tasks object for testing. |
InstallTasksTest::createTasksNoConnection |
function |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
Creates a Tasks object for testing, without connection. |
InstallTasksTest::providerNameAndMinimumVersion |
function |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
Provides test data. |
InstallTasksTest::setUp |
function |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
|
InstallTasksTest::testNameAndMinimumVersion |
function |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
Tests name and minimum version. |
InstallTasksTest::testNameWithNoConnection |
function |
core/modules/mysql/tests/src/Unit/InstallTasksTest.php |
Tests name with no connection. |
install_run_tasks |
function |
core/includes/install.core.inc |
Runs all tasks for the current installation request. |
install_tasks |
function |
core/includes/install.core.inc |
Returns a list of all tasks the installer currently knows about. |
install_tasks_to_display |
function |
core/includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
install_tasks_to_perform |
function |
core/includes/install.core.inc |
Returns a list of tasks to perform during the current installation request. |
LanguageLocalTasksTest |
class |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Tests existence of language local tasks. |
LanguageLocalTasksTest.php |
file |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
|
LanguageLocalTasksTest::getLanguageAdminOverviewRoutes |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Provides a list of routes to test. |
LanguageLocalTasksTest::setUp |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
|
LanguageLocalTasksTest::testLanguageAdminLocalTasks |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Tests language admin overview local tasks existence. |
LanguageLocalTasksTest::testLanguageEditLocalTasks |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Tests language edit local tasks existence. |