ActionTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ActionTest.php |
Modules to install. |
ActionTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
Modules to install. |
ActionTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ActionTest.php |
The name of the tested JSON:API resource type. |
ActionTest::$resourceTypeName |
property |
core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php |
The name of the tested JSON:API resource type. |
ActionTest::createEntity |
function |
core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php |
Creates the entity to be tested. |
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::getExpectedDocument |
function |
core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php |
Returns the expected JSON:API document for the entity. |
ActionTest::getPostDocument |
function |
core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php |
Returns the JSON:API POST document. |
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 |
|
ActionTest::setUp |
function |
core/modules/system/tests/src/Kernel/Action/ActionTest.php |
|
ActionTest::setUpAuthorization |
function |
core/modules/action/tests/src/Functional/Jsonapi/ActionTest.php |
Sets up the necessary authorization. |
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::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 UI 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 Actions UI uninstall. |
ActionValidationTest |
class |
core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php |
Tests validation of action entities. |
ActionValidationTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php |
|
ActionValidationTest::providerInvalidMachineNameCharacters |
function |
core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php |
Action IDs are atypical in that they allow periods in the machine name. |
ActionValidationTest::setUp |
function |
core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php |
|
ActionValidationTest::testInvalidPluginId |
function |
core/modules/system/tests/src/Kernel/Entity/ActionValidationTest.php |
Tests that the action plugin ID is validated. |
ActionXmlAnonTest |
class |
core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php |
@group Action |
ActionXmlAnonTest |
class |
core/modules/action/tests/src/Functional/Rest/ActionXmlAnonTest.php |
@group action |
ActionXmlAnonTest.php |
file |
core/modules/action/tests/src/Functional/Rest/ActionXmlAnonTest.php |
|
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::$defaultTheme |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlAnonTest.php |
The theme to install as the default for testing. |
ActionXmlAnonTest::$format |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlAnonTest.php |
The format to use in this test. |
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. |
ActionXmlAnonTest::$mimeType |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlAnonTest.php |
The MIME type that corresponds to $format. |
ActionXmlBasicAuthTest |
class |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
@group action |
ActionXmlBasicAuthTest |
class |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
@group Action |
ActionXmlBasicAuthTest.php |
file |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
|
ActionXmlBasicAuthTest.php |
file |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
|
ActionXmlBasicAuthTest::$auth |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
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::$defaultTheme |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The theme to install as the default for testing. |
ActionXmlBasicAuthTest::$format |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The format to use in this test. |
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::$mimeType |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
ActionXmlBasicAuthTest::$modules |
property |
core/modules/action/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
Modules to install. |
ActionXmlBasicAuthTest::$modules |
property |
core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php |
Modules to install. |