ActionsTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php |
Form constructor. |
ActionsTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php |
Returns a unique string identifying the form. |
ActionsTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php |
Form submission handler. |
ActionsTest::testDropbuttonWithBubbleableMetadata |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php |
|
ActionsTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php |
Form validation handler. |
ActionTest |
class |
core/modules/action/tests/src/Unit/Plugin/migrate/source/ActionTest.php |
Tests actions source plugin. |
ActionTest |
class |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
Tests action plugins. |
ActionTest |
class |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ActionTest.php |
Tests actions source plugin. |
ActionTest |
class |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
JSON:API integration test for the "Action" config entity type. |
ActionTest.php |
file |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
|
ActionTest.php |
file |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ActionTest.php |
|
ActionTest.php |
file |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
|
ActionTest.php |
file |
core/modules/action/tests/src/Unit/Plugin/migrate/source/ActionTest.php |
|
ActionTest::$actionManager |
property |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
The action manager. |
ActionTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
The theme to install as the default for testing. |
ActionTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
|
ActionTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
The tested entity type. |
ActionTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
Modules to enable. |
ActionTest::$modules |
property |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
Modules to enable. |
ActionTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ActionTest.php |
Modules to enable. |
ActionTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
The name of the tested JSON:API resource type. |
ActionTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
Creates the entity to be tested. |
ActionTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
Returns the expected JSON:API document for the entity. |
ActionTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
Returns the JSON:API POST document. |
ActionTest::providerSource |
function |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ActionTest.php |
The data provider. |
ActionTest::setUp |
function |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
|
ActionTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
Sets up the necessary authorization. |
ActionTest::testDependencies |
function |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
Tests the dependency calculation of actions. |
ActionTest::testDeprecatedPlugin |
function |
core/modules/action/tests/src/Unit/Plugin/migrate/source/ActionTest.php |
Tests deprecation of Action plugin. |
ActionTest::testOperations |
function |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
Tests the functionality of test actions. |
ActionUninstallTest |
class |
core/modules/action/tests/src/Functional/ActionUninstallTest.php |
Tests that uninstalling Actions does not remove other modules' actions. |
ActionUninstallTest.php |
file |
core/modules/action/tests/src/Functional/ActionUninstallTest.php |
|
ActionUninstallTest::$defaultTheme |
property |
core/modules/action/tests/src/Functional/ActionUninstallTest.php |
The theme to install as the default for testing. |
ActionUninstallTest::$modules |
property |
core/modules/action/tests/src/Functional/ActionUninstallTest.php |
Modules to install. |
ActionUninstallTest::testActionUninstall |
function |
core/modules/action/tests/src/Functional/ActionUninstallTest.php |
Tests Action uninstall. |
ActionXmlAnonTest |
class |
core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php |
@group rest |
ActionXmlAnonTest.php |
file |
core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php |
|
ActionXmlAnonTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php |
The theme to install as the default for testing. |
ActionXmlAnonTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php |
The format to use in this test. |
ActionXmlAnonTest::$mimeType |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php |
The MIME type that corresponds to $format. |
ActionXmlBasicAuthTest |
class |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
@group rest |
ActionXmlBasicAuthTest.php |
file |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
|
ActionXmlBasicAuthTest::$auth |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
ActionXmlBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The theme to install as the default for testing. |
ActionXmlBasicAuthTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The format to use in this test. |
ActionXmlBasicAuthTest::$mimeType |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
ActionXmlBasicAuthTest::$modules |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
Modules to install. |
ActionXmlCookieTest |
class |
core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php |
@group rest |
ActionXmlCookieTest.php |
file |
core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php |
|
ActionXmlCookieTest::$auth |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php |
The authentication mechanism to use in this test. |