Search for extension

  1. Search 7.x for extension
  2. Search 9.5.x for extension
  3. Search 8.9.x for extension
  4. Search 10.3.x for extension
  5. Search 11.x for extension
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Extension class core/modules/system/src/Plugin/migrate/source/Extension.php Drupal 6/7 system data for a legacy extension source from database.
Extension class core/lib/Drupal/Core/Extension/Extension.php Defines an extension (file) object.

All search results

Title Object type File name Summary
TwigExtensionTest::testRenderVarEarlyReturn function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests render var early return.
TwigExtensionTest::testRenderVarWithGeneratedLink function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests render var with generated link.
TwigExtensionTest::testSafeJoin function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests safe join.
TwigExtensionTest::testSafeStringEscaping function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the escaping of objects implementing MarkupInterface.
TwigExtensionTest::testsRenderEscapedZeroValue function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests output of integer and double 0 values of TwigExtension::escapeFilter().
TwigExtensionTest::testsRenderZeroValue function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests output of integer and double 0 values of TwigExtension->renderVar().
TwigExtensionTest::testTwigAddClass function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests Twig 'add_class' filter.
TwigExtensionTest::testTwigAddSuggestionFilter function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests Twig 'add_suggestion' filter.
TwigExtensionTest::testTwigExtensionFilter function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests that the Twig extension's filter produces expected output.
TwigExtensionTest::testTwigExtensionFunction function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests that the Twig extension's function produces expected output.
TwigExtensionTest::testTwigExtensionLoaded function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests that the provided Twig extension loads the service appropriately.
TwigExtensionTest::testTwigSetAttribute function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests Twig 'set_attribute' filter.
TwigExtensionTestController class core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php Controller routines for Twig extension test routes.
TwigExtensionTestController.php file core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php
TwigExtensionTestController::testFilterRender function core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php Menu callback for testing Twig filters in a Twig template.
TwigExtensionTestController::testFunctionRender function core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php Menu callback for testing Twig functions in a Twig template.
TwigExtensionTestHooks class core/modules/system/tests/modules/twig_extension_test/src/Hook/TwigExtensionTestHooks.php Hook implementations for twig_extension_test.
TwigExtensionTestHooks.php file core/modules/system/tests/modules/twig_extension_test/src/Hook/TwigExtensionTestHooks.php
TwigExtensionTestHooks::theme function core/modules/system/tests/modules/twig_extension_test/src/Hook/TwigExtensionTestHooks.php Implements hook_theme().
TwigExtensionTestString class core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php A simple string holder for testing Twig extension.
TwigExtensionTestString::$string property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The test string.
TwigExtensionTestString::__construct function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
TwigExtensionTestString::__toString function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
TwigThemeEngine::EXTENSION constant core/lib/Drupal/Core/Template/TwigThemeEngine.php
twig_extension function core/themes/engines/twig/twig.engine Implements hook_extension().
twig_extension_test.filter.html.twig file core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.filter.html.twig <div class="test-filter">
{{ message|test_filter}}
</div>
<div>
{{ safe_join_items|safe_join('<br/>') }}
</div>
twig_extension_test.function.html.twig file core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.function.html.twig <div class="test-function">
{{ custom_function(1) }}
</div>

<div class="test-function">
{{ custom_function(0) }}
</div>
twig_extension_test.info.yml file core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml
twig_extension_test.routing.yml file core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml
twig_extension_test.services.yml file core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml
twig_extension_test.twig.test_extension service core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml Drupal\twig_extension_test\TwigExtension\TestExtension
twig_fibers_test.twig_extension service core/modules/system/tests/modules/twig_fibers_test/twig_fibers_test.services.yml Drupal\twig_fibers_test\TwigExtension\FibersTestExtension
UninstalledExtensionException class core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php Exception class thrown when a specified extension has not been installed.
UninstalledExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php
UnknownExtensionException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php Exception class thrown when a specified extension is not on the filesystem.
UnknownExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
UnknownExtensionTypeException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php Exception thrown when a specified extension type is not known.
UnknownExtensionTypeException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php
UnmetDependenciesException::$extension property core/lib/Drupal/Core/Config/UnmetDependenciesException.php The name of the extension that is being installed.
UnmetDependenciesException::getExtension function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the name of the extension that is being installed.
UpdateManager::$moduleExtensionList property core/modules/update/src/UpdateManager.php The module extension list.
UpdateManager::$themeExtensionList property core/modules/update/src/UpdateManager.php The theme extension list.
UpdateRegistry::$enabledExtensions property core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::filterOutInvokedUpdatesByExtension function core/lib/Drupal/Core/Update/UpdateRegistry.php Filters out already executed update functions by extension.
UpdateRegistry::scanExtensionsAndLoadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Scans all module, theme, and profile extensions and load the update files.
UpdateRegistryTest::setupBasicExtensions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Sets up some extensions with some update functions.
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests filter out invoked updates by extension.
UpdateScriptTest::assertInstalledExtensionsConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateScriptTest::enableExtensions function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Enables an extension using the UI.
UpdateScriptTest::enableMissingExtensions function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Enables extensions the UI.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.