Search for extension
- Search 7.x for extension
- Search 9.5.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/ |
Gets system data for a legacy extension. |
| Extension | class | core/ |
Defines an extension (file) object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| 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. |
| UpdateKernel::fixSerializedExtensionObjects | function | core/ |
Fixes caches and theme info if they contain old Extension objects. |
| UpdateManager::$moduleExtensionList | property | core/ |
The module extension list. |
| Updater::getExtensionInfo | function | core/ |
Get Extension information from directory. |
| UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module + profile extensions and load the update files. |
| UpdateScriptTest::assertInstalledExtensionConfig | function | core/ |
Asserts that an installed extension's config setting is correct. |
| UpdateScriptTest::enableExtension | function | core/ |
Enables an extension using the UI. |
| UpdateScriptTest::providerExtensionCompatibilityChange | function | core/ |
Date 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. |
| UpdateUploadTest::testFileNameExtensionMerging | function | core/ |
Ensures that archiver extensions are properly merged in the UI. |
| ValidateTest::testInsecureExtensions | function | core/ |
Tests hard-coded security check in file_validate(). |
| ValidatorTest::testFileValidateExtensions | function | core/ |
Test the file_validate_extensions() function. |
| VfsThemeExtensionList | class | core/ |
Test theme extension list class. |
| VfsThemeExtensionList::$extensionDiscovery | property | core/ |
The extension discovery for this extension list. |
| VfsThemeExtensionList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
| VfsThemeExtensionList::setExtensionDiscovery | function | core/ |
Sets the extension discovery. |
| VfsThemeExtensionList::setInfoParser | function | core/ |
Sets the info parser. |
| 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. |
| YamlParserProxy::getFileExtension | function | core/ |
Gets the file extension for this serialization format. |
| YamlParserProxy::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 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.