| ExtensionStreamTest::testNoExtensionError |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests that scheme with no extension throws an exception. |
| ExtensionStreamTest::testPathTraversal |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests path traversal. |
| ExtensionStreamTest::testStreamWrapperDirnameOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test the dirname method on uninstalled extensions. |
| ExtensionStreamTest::testStreamWrapperGetExternalUrlOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test the getExternalUrl method on uninstalled extensions. |
| ExtensionStreamTest::testStreamWrapperMethods |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests the extension stream wrapper methods. |
| ExtensionStreamTest::testStreamWrapperRealpathOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test the realpath method on uninstalled extensions. |
| ExtensionStreamTest::testWrappersAfterModuleUninstall |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests stream wrappers after module uninstall. |
| ExtensionStreamTest::testWrappersAfterThemeUninstall |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests stream wrappers after theme uninstall. |
| ExtensionTest |
class |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php |
Tests legacy extension source plugin. |
| ExtensionTest.php |
file |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php |
|
| ExtensionTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php |
Modules to install. |
| ExtensionTest::providerSource |
function |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php |
Provides source data for ::testSource. |
| ExtensionType.php |
file |
core/lib/Drupal/Core/Theme/ExtensionType.php |
|
| ExtensionVersion |
class |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Provides an extension version value object. |
| ExtensionVersion.php |
file |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
|
| ExtensionVersion::$majorVersion |
property |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
The major version. |
| ExtensionVersion::$minorVersion |
property |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
The minor version. |
| ExtensionVersion::$versionExtra |
property |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
The version extra string. |
| ExtensionVersion::CORE_PREFIX |
constant |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
The '8.x-' prefix is used on contrib extension version numbers. |
| ExtensionVersion::createFromSupportBranch |
function |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Constructs an ExtensionVersion version object from a support branch. |
| ExtensionVersion::createFromVersionString |
function |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Constructs an extension version object from a version string. |
| ExtensionVersion::getMajorVersion |
function |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Gets the major version. |
| ExtensionVersion::getMinorVersion |
function |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Gets the minor version. |
| ExtensionVersion::getVersionExtra |
function |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Gets the version extra string at the end of the version number. |
| ExtensionVersion::__construct |
function |
core/lib/Drupal/Core/Extension/ExtensionVersion.php |
Constructs an ExtensionVersion object. |
| ExtensionVersionTest |
class |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests Drupal\Core\Extension\ExtensionVersion. |
| ExtensionVersionTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
|
| ExtensionVersionTest::createKeyedTestCases |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Creates test case arrays for data provider methods. |
| ExtensionVersionTest::provideInvalidBranch |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Data provider for testInvalidBranch(). |
| ExtensionVersionTest::providerCreateFromSupportBranch |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Data provider for testCreateFromSupportBranch(). |
| ExtensionVersionTest::providerInvalidBranchCorePrefix |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Data provider for testInvalidBranchCorePrefix(). |
| ExtensionVersionTest::providerInvalidVersionCorePrefix |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Data provider for testInvalidVersionCorePrefix(). |
| ExtensionVersionTest::providerInvalidVersionNumber |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Data provider for testInvalidVersionNumber(). |
| ExtensionVersionTest::providerVersionInfos |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Data provider for expected version information. |
| ExtensionVersionTest::testCreateFromSupportBranch |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests create from support branch. |
| ExtensionVersionTest::testGetMajorVersion |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests get major version. |
| ExtensionVersionTest::testGetMinorVersion |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests get minor version. |
| ExtensionVersionTest::testGetVersionExtra |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests get version extra. |
| ExtensionVersionTest::testInvalidBranch |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests invalid branch. |
| ExtensionVersionTest::testInvalidBranchCorePrefix |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests invalid branch core prefix. |
| ExtensionVersionTest::testInvalidVersionCorePrefix |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests invalid version core prefix. |
| ExtensionVersionTest::testInvalidVersionNumber |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php |
Tests invalid version number. |
| ExtensionViewsFieldTest |
class |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Tests the core Drupal\file\Plugin\views\field\Extension handler. |
| ExtensionViewsFieldTest.php |
file |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
|
| ExtensionViewsFieldTest::$modules |
property |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Modules to install. |
| ExtensionViewsFieldTest::$testViews |
property |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Views used by this test. |
| ExtensionViewsFieldTest::setUp |
function |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
|
| ExtensionViewsFieldTest::testFileExtensionTarOption |
function |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Tests file extension views field handler extension_detect_tar option. |
| FibersTestExtension |
class |
core/modules/system/tests/modules/twig_fibers_test/src/TwigExtension/FibersTestExtension.php |
Custom Twig extension that suspends a fiber. |
| FibersTestExtension.php |
file |
core/modules/system/tests/modules/twig_fibers_test/src/TwigExtension/FibersTestExtension.php |
|