SaveUploadFormTest::testHandleExtension |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests extension handling. |
SaveUploadTest::$imageExtension |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Extension of the image filename. |
SaveUploadTest::testHandleExtension |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests extension handling. |
Schema::extensionExists |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Determines whether the PostgreSQL extension is created. |
SchemaTest::testPgsqlExtensionExists |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
@covers \Drupal\Core\Database\Driver\pgsql\Schema::extensionExists |
sdc_other_node_visitor.twig.extension.profiler |
service |
core/modules/sdc/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml |
Drupal\sdc_other_node_visitor\Twig\Extension\TestProfilerExtension |
sdc_other_node_visitor.twig.extension.profiler |
service |
core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml |
Drupal\sdc_other_node_visitor\Twig\Extension\TestProfilerExtension |
SecurityAdvisoriesFetcher::$extensionLists |
property |
core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php |
Array of extension lists, keyed by extension type. |
SecurityAdvisoriesFetcher::getMatchingExtensionInfo |
function |
core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php |
Gets the information for an extension affected by the security advisory. |
SerializationInterface::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/SerializationInterface.php |
Gets the file extension for this serialization format. |
SettableDiscoveryExtensionListTrait |
trait |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Trait that allows extension discovery to be set. |
SettableDiscoveryExtensionListTrait::$extensionDiscovery |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
The extension discovery for this extension list. |
SettableDiscoveryExtensionListTrait::getExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
|
SettableDiscoveryExtensionListTrait::setExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Sets the extension discovery. |
StaticReflectionClass::getExtension |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
StaticReflectionClass::getExtensionName |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
StubTestSuiteBase::findExtensionDirectories |
function |
core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php |
Finds extensions in a Drupal installation. |
SystemController::$moduleExtensionList |
property |
core/modules/system/src/Controller/SystemController.php |
The module extension list. |
SystemController::$themeExtensionList |
property |
core/modules/system/src/Controller/SystemController.php |
The theme extension list. |
Tasks::checkExtensions |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php |
Generic function to check postgresql extensions. |
TestDiscovery::$availableExtensions |
property |
core/lib/Drupal/Core/Test/TestDiscovery.php |
Cached list of all available extension names, keyed by extension type. |
TestDiscovery::getExtensions |
function |
core/lib/Drupal/Core/Test/TestDiscovery.php |
Returns all available extensions. |
TestExtension |
class |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
A test Twig extension that adds a custom function and a custom filter. |
TestExtension |
class |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
TestExtension.php |
file |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
|
TestExtension::$extensionDiscovery |
property |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
TestExtension::$installedExtensions |
property |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
TestExtension::getExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Returns the extension discovery. |
TestExtension::getFilters |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Generates a list of all Twig filters that this extension defines. |
TestExtension::getFunctions |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Generates a list of all Twig functions that this extension defines. |
TestExtension::getInstalledExtensionNames |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Returns a list of machine names of installed extensions. |
TestExtension::getName |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Gets a unique identifier for this Twig extension. |
TestExtension::setExtensionDiscovery |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
TestExtension::setInstalledExtensions |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
TestExtension::testFilter |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Replaces all instances of "animal" in a string with "plant". |
TestExtension::testFunction |
function |
core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php |
Outputs either an uppercase or lowercase test phrase. |
TestNodeVisitor::$extensionName |
property |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php |
|
TestNodeVisitor::$extensionName |
property |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php |
|
TestProfilerExtension |
class |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Twig extension to add a test node visitor. |
TestProfilerExtension |
class |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Twig extension to add a test node visitor. |
TestProfilerExtension.php |
file |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
|
TestProfilerExtension.php |
file |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
|
TestProfilerExtension::enter |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Dummy function called when a Twig template is entered. |
TestProfilerExtension::enter |
function |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Dummy function called when a Twig template is entered. |
TestProfilerExtension::getNodeVisitors |
function |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
|
TestProfilerExtension::getNodeVisitors |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
|
TestProfilerExtension::leave |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Dummy function called when a Twig template is left. |
TestProfilerExtension::leave |
function |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Dummy function called when a Twig template is left. |
TestSuiteBase::findExtensionDirectories |
function |
core/tests/TestSuites/TestSuiteBase.php |
Finds extensions in a Drupal installation. |
TestThemeEngineExtensionList |
class |
core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php |
Test theme engine extension list class. |