| ViewsTestConfigHooks.php |
file |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
|
| ViewsTestConfigHooks::disableBrokenHandler |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Helper method to remove broken handler. |
| ViewsTestConfigHooks::viewLoad |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_ENTITY_TYPE_load(). |
| ViewsTestConfigHooks::viewsPluginsAreaAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_area_alter(). |
| ViewsTestConfigHooks::viewsPluginsArgumentAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_argument_alter(). |
| ViewsTestConfigHooks::viewsPluginsFieldAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_field_alter(). |
| ViewsTestConfigHooks::viewsPluginsFilterAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_filter_alter(). |
| ViewsTestConfigHooks::viewsPluginsRelationshipAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_relationship_alter(). |
| ViewsTestConfigHooks::viewsPluginsSortAlter |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_plugins_sort_alter(). |
| ViewsTestConfigHooks::viewsPostRender |
function |
core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php |
Implements hook_views_post_render(). |
| ViewsTestConfigUpdaterHooks |
class |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
Hooks for the views_test_config_updater module. |
| ViewsTestConfigUpdaterHooks.php |
file |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
|
| ViewsTestConfigUpdaterHooks::viewPresave |
function |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| ViewsTestConfigUpdaterHooks::__construct |
function |
core/modules/views/tests/modules/views_test_config_updater/src/Hook/ViewsTestConfigUpdaterHooks.php |
|
| ViewStorageTest::$configProperties |
property |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Properties that should be stored in the configuration. |
| ViewStorageTest::testConfigurationEntityCRUD |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests CRUD operations. |
| ViewsUiTestHooks::formViewsUiConfigItemExtraFormAlter |
function |
core/modules/views_ui/tests/modules/views_ui_test/src/Hook/ViewsUiTestHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
| views_config_entity_test.info.yml |
file |
core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml |
core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml |
| views_config_entity_test.schema.yml |
file |
core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml |
core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml |
| views_test_config.info.yml |
file |
core/modules/views/tests/modules/views_test_config/views_test_config.info.yml |
core/modules/views/tests/modules/views_test_config/views_test_config.info.yml |
| views_test_config.views.schema.yml |
file |
core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml |
core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml |
| views_test_config_updater.info.yml |
file |
core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.info.yml |
core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.info.yml |
| views_test_config_updater.post_update.php |
file |
core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.post_update.php |
|
| views_test_config_updater_post_update_set_deprecations_disabled |
function |
core/modules/views/tests/modules/views_test_config_updater/views_test_config_updater.post_update.php |
Test post update to set deprecations disabled. |
| ViewUI::getConfigDependencyKey |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the key that is used to store configuration dependencies. |
| ViewUI::getConfigDependencyName |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the configuration dependency name. |
| ViewUI::getConfigTarget |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the configuration target identifier for the entity. |
| WidgetPluginManager::prepareConfiguration |
function |
core/lib/Drupal/Core/Field/WidgetPluginManager.php |
Merges default values for widget configuration. |
| WildcardConfigActionsTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests config actions targeting multiple entities using wildcards. |
| WildcardConfigActionsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
|
| WildcardConfigActionsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Modules to install. |
| WildcardConfigActionsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
|
| WildcardConfigActionsTest::testCreateForEach |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action works as expected in normal conditions. |
| WildcardConfigActionsTest::testCreateForEachErrorsIfAlreadyExists |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action errs on conflict with existing config. |
| WildcardConfigActionsTest::testCreateForEachErrorsIfNoBundleEntityTypesExist |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action requires bundle entity types to exist. |
| WildcardConfigActionsTest::testCreateForEachIfNotExists |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEachIfNotExists action ignores existing config. |
| WildcardConfigActionsTest::testCreateForEachNotAvailableOnNonBundleEntities |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action only works on bundle entities. |
| WildcardConfigActionsTest::testCreateForEachValidatesCreatedEntities |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that the createForEach action validates the config it creates. |
| WildcardConfigActionsTest::testCreateForEachWithLabel |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests using the `%label` placeholder with the createForEach action. |
| WildcardConfigActionsTest::testInvalidExpression |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests that an invalid wildcard expression will raise an error. |
| WildcardConfigActionsTest::testTargetEntitiesByWildcards |
function |
core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php |
Tests targeting multiple config entities for an action, using wildcards. |
| WildcardHtmlSupportTest::providerGhsConfiguration |
function |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
Provides test cases for CKEditor 5 General HTML Support (GHS) configuration. |
| WildcardHtmlSupportTest::testGhsConfiguration |
function |
core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php |
Tests ghs configuration. |
| WorkflowCustomAccessType::defaultConfiguration |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php |
Gets default configuration for this plugin. |
| WorkflowTypeBase::defaultConfiguration |
function |
core/modules/workflows/src/Plugin/WorkflowTypeBase.php |
Gets default configuration for this plugin. |
| WorkflowTypeBase::setConfiguration |
function |
core/modules/workflows/src/Plugin/WorkflowTypeBase.php |
Sets the configuration for this plugin instance. |
| WorkflowTypeConfigureFormBase |
class |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
A base class for workflow type configuration forms. |
| WorkflowTypeConfigureFormBase.php |
file |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
|
| WorkflowTypeConfigureFormBase::$workflowType |
property |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
The workflow type. |
| WorkflowTypeConfigureFormBase::setPlugin |
function |
core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php |
Sets the plugin for this object. |