Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FunctionalTestSetupTrait::initKernel | function | core/ |
Initializes the kernel after installation. |
| FunctionalTestSetupTrait::initSettings | function | core/ |
Initialize settings created during install. |
| FunctionalTestSetupTrait::initUserSession | function | core/ |
Initializes user 1 for the site to be installed. |
| FunctionalTestSetupTrait::installDefaultThemeFromClassProperty | function | core/ |
Installs the default theme defined by `static::$defaultTheme` when needed. |
| FunctionalTestSetupTrait::installModulesFromClassProperty | function | core/ |
Install modules defined by `static::$modules`. |
| FunctionalTestSetupTrait::installParameters | function | core/ |
Returns the parameters that will be used when Simpletest installs Drupal. |
| FunctionalTestSetupTrait::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| FunctionalTestSetupTrait::prepareRequestForGenerator | function | core/ |
Creates a mock request and sets it on the generator. |
| FunctionalTestSetupTrait::prepareSettings | function | core/ |
Prepares site settings and services before installation. |
| FunctionalTestSetupTrait::rebuildAll | function | core/ |
Resets and rebuilds the environment after setup. |
| FunctionalTestSetupTrait::rebuildContainer | function | core/ |
Rebuilds \Drupal::getContainer(). |
| FunctionalTestSetupTrait::resetAll | function | core/ |
Resets all data structures after having enabled new modules. |
| FunctionalTestSetupTrait::setContainerParameter | function | core/ |
Changes parameters in the services.yml file. |
| FunctionalTestSetupTrait::setupBaseUrl | function | core/ |
Sets up the base URL based upon the environment variable. |
| FunctionalTestSetupTrait::writeSettings | function | core/ |
Rewrites the settings.php file of the test site. |
| FunctionalTestSuite | class | core/ |
Discovers tests for the functional test suite. |
| FunctionalTestSuite.php | file | core/ |
|
| FunctionalTestSuite::suite | function | core/ |
Factory method which loads up a suite with all functional tests. |
| FunctionsTest | class | core/ |
Tests for common theme functions. |
| FunctionsTest.php | file | core/ |
|
| FunctionsTest::$modules | property | core/ |
Modules to enable. |
| FunctionsTest::setUp | function | core/ |
|
| FunctionsTest::testDrupalPreRenderLinks | function | core/ |
Test the use of Link::preRenderLinks() on a nested array of links. |
| FunctionsTest::testDrupalPreRenderLinksLegacy | function | core/ |
Test the use of drupal_pre_render_links() on a nested array of links. |
| FunctionsTest::testImage | function | core/ |
Tests theme_image(). |
| FunctionsTest::testIndexedKeyedLinks | function | core/ |
Tests links.html.twig using links with indexed keys. |
| FunctionsTest::testItemList | function | core/ |
Tests item-list.html.twig. |
| FunctionsTest::testLinks | function | core/ |
Tests links.html.twig. |
| GarbageCollectionTest | class | core/ |
Tests garbage collection for the expirable key-value database storage. |
| GarbageCollectionTest.php | file | core/ |
|
| GarbageCollectionTest::$modules | property | core/ |
Modules to enable. |
| GarbageCollectionTest::setUp | function | core/ |
|
| GarbageCollectionTest::testGarbageCollection | function | core/ |
Tests garbage collection. |
| GDImageToolkitOperationBase | class | core/ |
|
| GDImageToolkitOperationBase.php | file | core/ |
|
| GDImageToolkitOperationBase::getToolkit | function | core/ |
The correctly typed image toolkit for GD operations. |
| GDToolkit::$fileSystem | property | core/ |
The file system. |
| GDToolkit::$resource | property | core/ |
A GD image resource. |
| GDToolkit::$streamWrapperManager | property | core/ |
The StreamWrapper manager. |
| GDToolkit::extensionToImageType | function | core/ |
Returns the IMAGETYPE_xxx constant for the given extension. |
| GDToolkit::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
| GDToolkit::getResource | function | core/ |
Retrieves the GD image resource. |
| GDToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| GDToolkit::getTransparentColor | function | core/ |
Gets the color set for transparency in GIF images. |
| GDToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| GDToolkit::isValid | function | core/ |
Checks if the image is valid. |
| GDToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
| GDToolkit::save | function | core/ |
Writes an image resource to a destination file. |
| GDToolkit::setResource | function | core/ |
Sets the GD image resource. |
| GDToolkit::setType | function | core/ |
Sets the PHP type of the image. |
Pagination
- Previous page
- Page 603
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.