| EntityViewBuilderTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
|
| EntityViewControllerTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php |
|
| EntityViewDisplayAccessControlHandlerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php |
|
| EntityViewDisplayEditForm::alterSettingsSummary |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
|
| EntityViewDisplayEditForm::thirdPartySettingsForm |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
|
| EntityViewDisplayResourceTestBase::setUpAuthorization |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php |
|
| EntityViewDisplayTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php |
Sets up the necessary authorization. |
| EntityViewDisplayValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php |
|
| EntityViewModeResourceTestBase::setUpAuthorization |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php |
|
| EntityViewModeTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php |
Sets up the necessary authorization. |
| EntityViewModeValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php |
|
| EntityViewsDataTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
|
| EntityViewsDataTest::setUpEntityType |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Mocks an entity type and its base fields. |
| EntityViewsDataTest::testBaseTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the base table. |
| EntityViewsDataTest::testBaseTables |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests base tables. |
| EntityViewsWithMultivalueBaseFieldTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
|
| EntityWithoutBaseTableTest |
class |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Tests field views data in an edge case scenario. |
| EntityWithoutBaseTableTest.php |
file |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::$modules |
property |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::setUp |
function |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::testEntityWithoutDataTable |
function |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Tests that the entity without a data table doesn't emit deprecation notice. |
| EntityWorkspaceConflictConstraintValidatorTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php |
|
| Environment::setTimeLimit |
function |
core/lib/Drupal/Component/Utility/Environment.php |
Attempts to set the PHP maximum execution time. |
| EquivalentUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
|
| EventBaseTest |
class |
core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php |
Tests Drupal\migrate\Event\EventBase. |
| EventBaseTest.php |
file |
core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php |
|
| EventBaseTest::testGetMigration |
function |
core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php |
Tests getMigration method. |
| EventBaseTest::testLogMessage |
function |
core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php |
Tests logging a message. |
| example.settings.local.php |
file |
sites/example.settings.local.php |
Local development override configuration feature. |
| example.settings.local.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/example.settings.local.php |
Test version of example.settings.local.php from drupal/core. |
| example.settings.local.php |
file |
core/assets/scaffold/files/example.settings.local.php |
Local development override configuration feature. |
| ExceptionHandlingTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php |
|
| ExcludedFieldTokenTest::setUp |
function |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
| ExcludedModulesEventSubscriber::$settings |
property |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
|
| ExcludedModulesEventSubscriberTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ExcludedModulesEventSubscriberTest.php |
|
| ExecutablePluginBase::setConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Sets the value of a particular configuration option. |
| ExecutionContext::setConstraint |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::setGroup |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::setNode |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest |
class |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
Tests Existing Drupal8Style Database Connection In Settings Php. |
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
file |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::setUp |
function |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::testExistingDrupal8StyleDatabaseConnectionInSettingsPhp |
function |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
Confirms that the site works with Drupal 8 style database connection array. |
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::testReplicaDrupal8StyleDatabaseConnectionInSettingsPhp |
function |
core/tests/Drupal/FunctionalTests/ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest.php |
Confirms that the replica database connection works. |
| ExperimentalHelpTest::setUp |
function |
core/modules/help/tests/src/Functional/ExperimentalHelpTest.php |
|
| ExperimentalThemeTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php |
|
| ExplodeTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
|
| ExportStorageManagerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php |
|
| ExposedFilterAJAXTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php |
|