Search for extension
- Search 7.x for extension
- Search 9.5.x for extension
- Search 8.9.x for extension
- Search 10.3.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::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. |
| TwigExtensionTest::testTwigSetAttribute | function | core/ |
Tests Twig 'set_attribute' filter. |
| 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. |
| TwigExtensionTestHooks | class | core/ |
Hook implementations for twig_extension_test. |
| TwigExtensionTestHooks.php | file | core/ |
|
| TwigExtensionTestHooks::theme | function | core/ |
Implements hook_theme(). |
| TwigExtensionTestString | class | core/ |
A simple string holder for testing Twig extension. |
| TwigExtensionTestString::$string | property | core/ |
The test string. |
| 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="test-filter"> {{ message|test_filter}} </div> <div> {{ safe_join_items|safe_join('<br/>') }} </div> |
| twig_extension_test.function.html.twig | file | core/ |
<div class="test-function"> {{ custom_function(1) }} </div> <div class="test-function"> {{ custom_function(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.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_fibers_test.twig_extension | service | core/ |
Drupal\twig_fibers_test\TwigExtension\FibersTestExtension |
| 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/ |
|
| UnknownExtensionTypeException | class | core/ |
Exception thrown when a specified extension type is not known. |
| UnknownExtensionTypeException.php | file | core/ |
|
| UnmetDependenciesException::$extension | property | core/ |
The name of the extension that is being installed. |
| UnmetDependenciesException::getExtension | function | core/ |
Gets the name of the extension that is being installed. |
| UpdateManager::$moduleExtensionList | property | core/ |
The module extension list. |
| UpdateManager::$themeExtensionList | property | core/ |
The theme extension list. |
| Updater::getExtensionInfo | function | core/ |
Get Extension information from directory. |
| UpdateRegistry::$enabledExtensions | property | core/ |
|
| UpdateRegistry::filterOutInvokedUpdatesByExtension | function | core/ |
Filters out already executed update functions by extension. |
| UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module, theme, and profile extensions and load the update files. |
| UpdateRegistryTest::setupBasicExtensions | function | core/ |
Sets up some extensions with some update functions. |
| UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension | function | core/ |
Tests filter out invoked updates by extension. |
| UpdateScriptTest::assertInstalledExtensionsConfig | function | core/ |
Asserts that an installed extension's config setting is correct. |
| UpdateScriptTest::enableExtensions | function | core/ |
Enables an extension using the UI. |
| UpdateScriptTest::enableMissingExtensions | function | core/ |
Enables extensions the UI. |
| UpdateScriptTest::providerExtensionCompatibilityChange | function | core/ |
Data provider for testExtensionCompatibilityChange(). |
| UpdateScriptTest::providerMissingExtension | function | core/ |
Data provider for ::testMissingExtension(). |
| UpdateScriptTest::testExtensionCompatibilityChange | function | core/ |
Tests that extension compatibility changes are handled correctly. |
| UpdateScriptTest::testMissingExtension | function | core/ |
Tests that a missing extension prevents updates. |
| UpdateTestTrait::mockDefaultExtensionsInfo | function | core/ |
Sets default information about installed extensions. |
| UpdateTestTrait::mockInstalledExtensionsInfo | function | core/ |
Sets information about installed extensions. |
| views.view.file_extension_view.yml | file | core/ |
core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml |
| Yaml::getFileExtension | function | core/ |
Gets the file extension for this serialization format. |
| YamlPecl::getFileExtension | function | core/ |
Gets the file extension for this serialization format. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.