Search for rid
| Title | Object type | File name | Summary |
|---|---|---|---|
| theme-test-general-suggestions--module-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
| theme-test-general-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter(). Hooks: {{ module_hook }} {{ theme_hook }} |
| theme-test-suggestions--module-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_HOOK_alter(). |
| theme-test-suggestions--theme-override.html.twig | file | core/ |
{# Output for Theme API test #} Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_HOOK_alter(). |
| ThemeTest::testCSSOverride | function | core/ |
Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page. |
| ThemeTest::testTemplateOverride | function | core/ |
Ensures a themes template is overridable based on the 'template' filename. |
| ToolbarClaroOverridesTest | class | core/ |
Tests the loading of Claro assets on a non-Claro default theme. |
| ToolbarClaroOverridesTest.php | file | core/ |
|
| ToolbarClaroOverridesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ToolbarClaroOverridesTest::$modules | property | core/ |
Modules to install. |
| ToolbarClaroOverridesTest::$themeInstaller | property | core/ |
The theme installer used in this test for enabling themes. |
| ToolbarClaroOverridesTest::$themeManager | property | core/ |
The theme manager. |
| ToolbarClaroOverridesTest::setUp | function | core/ |
|
| ToolbarClaroOverridesTest::testClaroAssets | function | core/ |
Confirm Claro assets load on a non-Claro default theme. |
| TransportTest::resetMailerDsnConfigOverride | function | core/ |
Resets a mailer DSN config override. |
| TransportTest::setUpMailerDsnConfigOverride | function | core/ |
Sets up a mailer DSN config override. |
| TwigExtensionTest::testLinkWithOverriddenAttributes | function | core/ |
Tests link with overridden attributes. |
| TwigSettingsTest::testTwigAutoReloadOverride | function | core/ |
Ensures Twig template auto reload setting can be overridden. |
| TwigSettingsTest::testTwigCacheOverride | function | core/ |
Ensures Twig template cache setting can be overridden. |
| TwigSettingsTest::testTwigDebugOverride | function | core/ |
Ensures Twig engine debug setting can be overridden. |
| UriDependentTestImageEffect | class | core/ |
Performs an image operation that depends on the URI of the original image. |
| UriDependentTestImageEffect.php | file | core/ |
|
| UriDependentTestImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| UriDependentTestImageEffect::getUriDependentDimensions | function | core/ |
Make the image dimensions dependent on the image file extension. |
| UriDependentTestImageEffect::transformDimensions | function | core/ |
Determines the dimensions of the styled image. |
| UserPermissionsTest::$rid | property | core/ |
User's role ID. |
| UserPermissionsTest::$rid | property | core/ |
User's role ID. |
| UserPermissionsTest::testOverriddenPermission | function | core/ |
Verify that the permission form does not use overridden config. |
| user_config_override_test.info.yml | file | core/ |
core/modules/user/tests/modules/user_config_override_test/user_config_override_test.info.yml |
| user_config_override_test.overrider | service | core/ |
Drupal\user_config_override_test\ConfigOverrider |
| user_config_override_test.services.yml | file | core/ |
core/modules/user/tests/modules/user_config_override_test/user_config_override_test.services.yml |
| ViewExecutable::$override_path | property | core/ |
Allow to override the path used for generated URLs. |
| ViewExecutable::$override_url | property | core/ |
Allow to override the \Drupal\Core\Url of the current view. |
| ViewExecutable::generateHandlerId | function | core/ |
Generates a unique ID for a handler instance. |
| ViewExecutableTest::testArgumentValidatorValueOverride | function | core/ |
Tests if argument overrides by validators are propagated to tokens. |
| ViewExecutableTest::testGenerateHandlerId | function | core/ |
Tests generate handler id. |
| ViewExecutableTest::testGetUrlWithOverriddenUrl | function | core/ |
Tests get url with overridden url. |
| ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute | function | core/ |
Tests the page controller with arguments of an overridden page view. |
| ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting | function | core/ |
Tests the page controller with arguments of an overridden page view. |
| ViewPageControllerTest::testHandleWithArgumentsWithoutOverridden | function | core/ |
Tests the page controller with arguments on a non overridden page view. |
| views-responsive-grid.css | file | core/ |
/** * CSS for Views responsive grid style. */ .views-view-responsive-grid { --views-responsive-grid--layout-gap: 10px; /* Will be overridden by an inline style. */ --views-responsive-grid--column-count: 4; /* Will be overridden by an inline… |
| views-view-grid-responsive.html.twig | file | core/ |
Default theme implementation for views to display rows in a responsive grid. |
| views-view-grid.html.twig | file | core/ |
Default theme implementation for views to display rows in a grid. |
| views-view-grid.html.twig | file | core/ |
Theme override for views to display rows in a grid. |
| views-view-grid.html.twig | file | core/ |
Theme override for views to display rows in a grid. |
| views-view-grid.html.twig | file | core/ |
Theme override for views to display rows in a grid. |
| views.view.test_filter_group_override.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml |
| views.view.test_grid.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml |
| views.view.test_grid_responsive.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid_responsive.yml |
| views.view.test_user_roles_rid.yml | file | core/ |
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.