Search for extension
- Search 7.x for extension
- Search 8.9.x for extension
- Search 10.3.x for extension
- Search 11.x for extension
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Extension | class | core/ |
Drupal 6/7 system data for a legacy extension source from database. |
Extension | class | core/ |
Defines an extension (file) object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
TwigExtensionTest::$modules | property | core/ |
Modules to enable. |
TwigExtensionTest::$renderer | property | core/ |
The renderer. |
TwigExtensionTest::$systemUnderTest | property | core/ |
The system under test. |
TwigExtensionTest::$themeManager | property | core/ |
The theme manager. |
TwigExtensionTest::$urlGenerator | property | core/ |
The URL generator. |
TwigExtensionTest::providerTestEscaping | function | core/ |
Provides tests data for testEscaping. |
TwigExtensionTest::providerTestRenderVar | function | core/ |
|
TwigExtensionTest::providerTestRenderVarEarlyReturn | function | core/ |
Data provider for ::testRenderVarEarlyReturn(). |
TwigExtensionTest::setUp | function | core/ |
|
TwigExtensionTest::setUp | function | core/ |
|
TwigExtensionTest::testActiveTheme | function | core/ |
Tests the active_theme function. |
TwigExtensionTest::testActiveThemePath | function | core/ |
Tests the active_theme_path function. |
TwigExtensionTest::testCreateAttribute | function | core/ |
Tests creating attributes within a Twig template. |
TwigExtensionTest::testDump | function | core/ |
Tests the dump function. |
TwigExtensionTest::testEscapeWithGeneratedLink | function | core/ |
@covers ::escapeFilter @covers ::bubbleArgMetadata |
TwigExtensionTest::testEscaping | function | core/ |
Tests the escaping. |
TwigExtensionTest::testFileUrl | function | core/ |
Tests the file_url filter. |
TwigExtensionTest::testFormatDate | function | core/ |
Tests the format_date filter. |
TwigExtensionTest::testLinkWithOverriddenAttributes | function | core/ |
@covers ::getLink |
TwigExtensionTest::testRenderVar | function | core/ |
@dataProvider providerTestRenderVar |
TwigExtensionTest::testRenderVarEarlyReturn | function | core/ |
@covers ::renderVar @dataProvider providerTestRenderVarEarlyReturn |
TwigExtensionTest::testRenderVarWithGeneratedLink | function | core/ |
@covers ::renderVar @covers ::bubbleArgMetadata |
TwigExtensionTest::testSafeJoin | function | core/ |
@covers ::safeJoin |
TwigExtensionTest::testSafeStringEscaping | function | core/ |
Tests the escaping of objects implementing MarkupInterface. |
TwigExtensionTest::testsRenderEscapedZeroValue | function | core/ |
Tests output of integer and double 0 values of TwigExtension::escapeFilter(). |
TwigExtensionTest::testsRenderZeroValue | function | core/ |
Tests output of integer and double 0 values of TwigExtension->renderVar(). |
TwigExtensionTest::testTwigExtensionFilter | function | core/ |
Tests that the Twig extension's filter produces expected output. |
TwigExtensionTest::testTwigExtensionFunction | function | core/ |
Tests that the Twig extension's function produces expected output. |
TwigExtensionTest::testTwigExtensionLoaded | function | core/ |
Tests that the provided Twig extension loads the service appropriately. |
TwigExtensionTestController | class | core/ |
Controller routines for Twig extension test routes. |
TwigExtensionTestController.php | file | core/ |
|
TwigExtensionTestController::testFilterRender | function | core/ |
Menu callback for testing Twig filters in a Twig template. |
TwigExtensionTestController::testFunctionRender | function | core/ |
Menu callback for testing Twig functions in a Twig template. |
TwigExtensionTestString | class | core/ |
|
TwigExtensionTestString::$string | property | core/ |
|
TwigExtensionTestString::__construct | function | core/ |
|
TwigExtensionTestString::__toString | function | core/ |
|
twig_extension | function | core/ |
Implements hook_extension(). |
twig_extension_test.filter.html.twig | file | core/ |
<div class="testfilter"> {{ message|testfilter }} </div> <div> {{ safe_join_items|safe_join('<br/>') }} </div> |
twig_extension_test.function.html.twig | file | core/ |
<div class="testfunction"> {{ testfunc(1) }} </div> <div class="testfunction"> {{ testfunc(0) }} </div> |
twig_extension_test.info.yml | file | core/ |
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml |
twig_extension_test.module | file | core/ |
Helper module for Twig extension tests. |
twig_extension_test.routing.yml | file | core/ |
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml |
twig_extension_test.services.yml | file | core/ |
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml |
twig_extension_test.twig.test_extension | service | core/ |
Drupal\twig_extension_test\TwigExtension\TestExtension |
twig_extension_test_theme | function | core/ |
Implements hook_theme(). |
UninstalledExtensionException | class | core/ |
Exception class thrown when a specified extension has not been installed. |
UninstalledExtensionException.php | file | core/ |
|
UnknownExtensionException | class | core/ |
Exception class thrown when a specified extension is not on the filesystem. |
UnknownExtensionException.php | file | core/ |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.