Search for rid
Title | Object type | File name | Summary |
---|---|---|---|
TestNodeFormOverride::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
test_theme_libraries_override_with_drupal_settings.info.yml | file | core/ |
core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml |
test_theme_libraries_override_with_invalid_asset.info.yml | file | core/ |
core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml |
theme-test-function-template-override.html.twig | file | core/ |
{# Output for Theme API test #} Success: Template overrides theme function. |
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/ |
@covers ::getLink[[api-linebreak]] |
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/ |
@covers ::generateHandlerId[[api-linebreak]] |
ViewExecutableTest::testGetUrlWithOverriddenUrl | function | core/ |
@covers ::getUrl[[api-linebreak]] |
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. |
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.