Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExtensionStreamBase::getExtensionName | function | core/ |
Gets the extension name from the URI. |
| ExtensionStreamBase::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| ExtensionStreamBase::getTarget | function | core/ |
Returns the local writable target of the resource within the stream. |
| ExtensionStreamBase::getType | function | core/ |
Returns the type of stream wrapper. |
| ExtensionStreamBase::setUri | function | core/ |
Sets the absolute stream resource URI. |
| ExtensionStreamTest | class | core/ |
Tests extension stream wrappers. |
| ExtensionStreamTest.php | file | core/ |
|
| ExtensionStreamTest::$modules | property | core/ |
The list of modules to enable. |
| ExtensionStreamTest::$streamWrappers | property | core/ |
A list of extension stream wrappers keyed by scheme. |
| ExtensionStreamTest::providerStreamWrapperMethodsOnMissingExtensions | function | core/ |
Test cases for testing stream wrapper methods on missing extensions. |
| ExtensionStreamTest::register | function | core/ |
Registers test-specific services. |
| ExtensionStreamTest::setUp | function | core/ |
|
| ExtensionStreamTest::testDirnameAsParameter | function | core/ |
Tests call of ::dirname() without setting a URI first. |
| ExtensionStreamTest::testDisallowedFileExtensions | function | core/ |
Tests that certain file extensions are disallowed by default. |
| ExtensionStreamTest::testInvalidStreamUri | function | core/ |
Tests invalid stream URIs. |
| ExtensionStreamTest::testNoExtensionError | function | core/ |
Tests that scheme with no extension throws an exception. |
| ExtensionStreamTest::testPathTraversal | function | core/ |
Tests path traversal. |
| ExtensionStreamTest::testStreamWrapperDirnameOnMissingExtensions | function | core/ |
Test the dirname method on uninstalled extensions. |
| ExtensionStreamTest::testStreamWrapperGetExternalUrlOnMissingExtensions | function | core/ |
Test the getExternalUrl method on uninstalled extensions. |
| ExtensionStreamTest::testStreamWrapperMethods | function | core/ |
Tests the extension stream wrapper methods. |
| ExtensionStreamTest::testStreamWrapperRealpathOnMissingExtensions | function | core/ |
Test the realpath method on uninstalled extensions. |
| ExtensionStreamTest::testWrappersAfterModuleUninstall | function | core/ |
Tests stream wrappers after module uninstall. |
| ExtensionStreamTest::testWrappersAfterThemeUninstall | function | core/ |
Tests stream wrappers after theme uninstall. |
| ExtensionTest | class | core/ |
Tests legacy extension source plugin. |
| ExtensionTest.php | file | core/ |
|
| ExtensionTest::$modules | property | core/ |
Modules to install. |
| ExtensionTest::providerSource | function | core/ |
Provides source data for ::testSource. |
| ExtensionType.php | file | core/ |
|
| ExtensionVersion | class | core/ |
Provides an extension version value object. |
| ExtensionVersion.php | file | core/ |
|
| ExtensionVersion::$majorVersion | property | core/ |
The major version. |
| ExtensionVersion::$minorVersion | property | core/ |
The minor version. |
| ExtensionVersion::$versionExtra | property | core/ |
The version extra string. |
| ExtensionVersion::CORE_PREFIX | constant | core/ |
The '8.x-' prefix is used on contrib extension version numbers. |
| ExtensionVersion::createFromSupportBranch | function | core/ |
Constructs an ExtensionVersion version object from a support branch. |
| ExtensionVersion::createFromVersionString | function | core/ |
Constructs an extension version object from a version string. |
| ExtensionVersion::getMajorVersion | function | core/ |
Gets the major version. |
| ExtensionVersion::getMinorVersion | function | core/ |
Gets the minor version. |
| ExtensionVersion::getVersionExtra | function | core/ |
Gets the version extra string at the end of the version number. |
| ExtensionVersion::__construct | function | core/ |
Constructs an ExtensionVersion object. |
| ExtensionVersionTest | class | core/ |
Tests Drupal\Core\Extension\ExtensionVersion. |
| ExtensionVersionTest.php | file | core/ |
|
| ExtensionVersionTest::createKeyedTestCases | function | core/ |
Creates test case arrays for data provider methods. |
| ExtensionVersionTest::provideInvalidBranch | function | core/ |
Data provider for testInvalidBranch(). |
| ExtensionVersionTest::providerCreateFromSupportBranch | function | core/ |
Data provider for testCreateFromSupportBranch(). |
| ExtensionVersionTest::providerInvalidBranchCorePrefix | function | core/ |
Data provider for testInvalidBranchCorePrefix(). |
| ExtensionVersionTest::providerInvalidVersionCorePrefix | function | core/ |
Data provider for testInvalidVersionCorePrefix(). |
| ExtensionVersionTest::providerInvalidVersionNumber | function | core/ |
Data provider for testInvalidVersionNumber(). |
| ExtensionVersionTest::providerVersionInfos | function | core/ |
Data provider for expected version information. |
| ExtensionVersionTest::testCreateFromSupportBranch | function | core/ |
Tests create from support branch. |
Pagination
- Previous page
- Page 607
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.