Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| BuildTestBase::assertErrorOutputNotContains | function | core/ |
Assert text is not present in the error output of the most recent command. |
| BuildTestBase::checkPortIsAvailable | function | core/ |
Checks whether a port is available. |
| BuildTestBase::copyCodebase | function | core/ |
Copy the current working codebase into a workspace. |
| BuildTestBase::executeCommand | function | core/ |
Run a command. |
| BuildTestBase::findAvailablePort | function | core/ |
Discover an available port number. |
| BuildTestBase::getCodebaseFinder | function | core/ |
Get a default Finder object for a Drupal codebase. |
| BuildTestBase::getComposerRoot | function | core/ |
Gets the path to the Composer root directory. |
| BuildTestBase::getDrupalRoot | function | core/ |
Get the root path of this Drupal codebase. |
| BuildTestBase::getDrupalRootStatic | function | core/ |
Get the root path of this Drupal codebase. |
| BuildTestBase::getMink | function | core/ |
Get the Mink instance. |
| BuildTestBase::getPortNumber | function | core/ |
Get the port number for requests. |
| BuildTestBase::getWorkingPath | function | core/ |
Get the working directory within the workspace, creating if necessary. |
| BuildTestBase::getWorkingPathDrupalRoot | function | core/ |
Gets the working path for Drupal core. |
| BuildTestBase::getWorkspaceDirectory | function | core/ |
Full path to the workspace where this test can build. |
| BuildTestBase::getWorkspaceDrupalRoot | function | core/ |
Gets the path to Drupal root in the workspace directory. |
| BuildTestBase::initMink | function | core/ |
Set up the Mink session manager. |
| BuildTestBase::instantiateServer | function | core/ |
Do the work of making a server process. |
| BuildTestBase::setUp | function | core/ |
|
| BuildTestBase::standUpServer | function | core/ |
Makes a local test server using PHP's internal HTTP server. |
| BuildTestBase::stopServer | function | core/ |
Stop the HTTP server, zero out all necessary variables. |
| BuildTestBase::tearDown | function | core/ |
|
| BuildTestBase::visit | function | core/ |
Visit a URI on the HTTP server. |
| BuildTestTest | class | core/ |
Tests Drupal\BuildTests\Framework\BuildTestBase. |
| BuildTestTest.php | file | core/ |
|
| BuildTestTest::testCopyCodebase | function | core/ |
@legacy-covers ::copyCodebase |
| BuildTestTest::testCopyCodebaseDocRoot | function | core/ |
Tests copying codebase when Drupal and Composer roots are different. |
| BuildTestTest::testCopyCodebaseExclude | function | core/ |
Ensure we're not copying directories we wish to exclude. |
| BuildTestTest::testPortMany | function | core/ |
@legacy-covers ::findAvailablePort |
| BuildTestTest::testStandUpServer | function | core/ |
@legacy-covers ::standUpServer |
| BuildTestTest::testWorkspace | function | core/ |
Ensure that workspaces work. |
| BulkDeleteTest | class | core/ |
Bulk delete storages and fields, and clean up afterwards. |
| BulkDeleteTest.php | file | core/ |
|
| BulkDeleteTest::$bundles | property | core/ |
The bundles for the entities used in this test. |
| BulkDeleteTest::$entities | property | core/ |
The entities to use in this test. |
| BulkDeleteTest::$entitiesByBundles | property | core/ |
The entities to use in this test, keyed by bundle. |
| BulkDeleteTest::$entityTypeId | property | core/ |
The entity type to be used in the test classes. |
| BulkDeleteTest::$fieldStorages | property | core/ |
The fields to use in this test. |
| BulkDeleteTest::checkHooksInvocations | function | core/ |
Tests that the expected hooks have been invoked on the expected entities. |
| BulkDeleteTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| BulkDeleteTest::testDeleteField | function | core/ |
Tests deleting fields. |
| BulkDeleteTest::testPurgeField | function | core/ |
Tests purging fields. |
| BulkDeleteTest::testPurgeFieldStorage | function | core/ |
Tests purging field storages. |
| BulkDeleteTest::testPurgeWithDeletedAndActiveField | function | core/ |
Tests that recreating a field with the name as a deleted field works. |
| BulkForm | class | core/ |
Defines an actions-based bulk operation form element. |
| BulkForm.php | file | core/ |
|
| BulkForm::$actions | property | core/ |
An array of actions that can be executed. |
| BulkForm::$actionStorage | property | core/ |
The action storage. |
| BulkForm::$entityRepository | property | core/ |
The entity repository service. |
| BulkForm::$entityTypeManager | property | core/ |
The entity type manager. |
| BulkForm::$languageManager | property | core/ |
The language manager. |
Pagination
- Previous page
- Page 134
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.