Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FunctionalTestSetupTrait::$apcuEnsureUniquePrefix | property | core/ |
The flag to set 'apcu_ensure_unique_prefix' setting. |
| FunctionalTestSetupTrait::$classLoader | property | core/ |
The class loader to use for installation and initialization of setup. |
| FunctionalTestSetupTrait::$rootUser | property | core/ |
The "#1" admin user. |
| FunctionalTestSetupTrait::$usesSuperUserAccessPolicy | property | core/ |
Set to TRUE to make user 1 a super user. |
| FunctionalTestSetupTrait::doInstall | function | core/ |
Execute the non-interactive installer. |
| FunctionalTestSetupTrait::getDatabaseTypes | function | core/ |
Returns all supported database driver installer objects. |
| FunctionalTestSetupTrait::initConfig | function | core/ |
Initialize various configurations post-installation. |
| 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 the test 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 install. |
| FunctionsTest::setUp | function | core/ |
|
| FunctionsTest::testDrupalPreRenderLinks | function | core/ |
Tests the use of Link::preRenderLinks() 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. |
| FundamentalCompatibilityConstraint | class | core/ |
The fundamental compatibility constraint. |
| FundamentalCompatibilityConstraint.php | file | core/ |
|
| FundamentalCompatibilityConstraint::$missingElementsMessage | property | core/ |
The violation message when CKE5 can generate disallowed HTML elements. |
| FundamentalCompatibilityConstraint::$noMarkupFiltersMessage | property | core/ |
The violation message when no markup filters are enabled. |
| FundamentalCompatibilityConstraint::$nonAllowedElementsMessage | property | core/ |
The violation message when fundamental HTML elements are not allowed. |
| FundamentalCompatibilityConstraint::$nonCreatableTagMessage | property | core/ |
The violation message when CKE5 cannot create a needed tag. |
| FundamentalCompatibilityConstraint::$notSupportedElementsMessage | property | core/ |
The violation message when HTML elements cannot be generated by CKE5. |
| FundamentalCompatibilityConstraintValidator | class | core/ |
Validates fundamental compatibility of CKEditor 5 with the given text format. |
| FundamentalCompatibilityConstraintValidator.php | file | core/ |
|
| FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable | function | core/ |
Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsAreCompatible | function | core/ |
Checks that fundamental CKEditor 5 plugins' HTML tags are allowed. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsMatch | function | core/ |
Checks the HTML restrictions match the enabled CKEditor 5 plugins' output. |
| FundamentalCompatibilityConstraintValidator::checkNoMarkupFilters | function | core/ |
Checks no TYPE_MARKUP_LANGUAGE filters are present. |
| FundamentalCompatibilityConstraintValidator::findHtmlRestrictorFilterNotAllowingTags | function | core/ |
Analyzes a text format to find the filter not allowing required tags. |
| FundamentalCompatibilityConstraintValidator::FUNDAMENTAL_CKEDITOR5_PLUGINS | constant | core/ |
The fundamental CKEditor 5 plugins without which it cannot function. |
| FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType | function | core/ |
Gets the filters of the given type in this text format. |
Pagination
- Previous page
- Page 745
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.