Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TermStorageInterface::loadAllParents | function | core/ |
Finds all ancestors of a given term ID. |
| TermStorageInterface::loadChildren | function | core/ |
Finds all children of a term ID. |
| TermStorageInterface::loadParents | function | core/ |
Finds all parents of a given term ID. |
| TermStorageInterface::loadTree | function | core/ |
Finds all terms in a given vocabulary ID. |
| TermStorageInterface::nodeCount | function | core/ |
Count the number of nodes in a given vocabulary ID. |
| TermStorageInterface::resetWeights | function | core/ |
Reset the weights for a given vocabulary ID. |
| TermTest::testTermInterface | function | core/ |
Save, edit and delete a term using the user interface. |
| TermTest::testTermMultipleParentsInterface | function | core/ |
Tests saving a term with multiple parents through the UI. |
| Test1Interface | interface | core/ |
Provides a test interface. |
| Test2Interface | interface | core/ |
Provides a different test interface. |
| TestAccessCheckInterface | interface | core/ |
Defines an interface with a defined access() method for mocking. |
| TestAccessCheckInterface::access | function | core/ |
|
| TestAuthenticationProviderInterface | interface | core/ |
Helper interface to mock two interfaces at once. |
| TestBaseFieldDefinitionInterface | interface | core/ |
Defines a test interface to mock entity base field definitions. |
| TestBaseFieldDefinitionInterface.php | file | core/ |
|
| TestBaseInterface | interface | core/ |
Test base interface. |
| TestBlockPluginWithRefinableDependentAccessInterface | interface | core/ |
Test interface for dependent access block plugins. |
| TestChildInterface | interface | core/ |
Test child interface. |
| TestConfigurableContextAwarePluginInterface | interface | core/ |
Test interface used for creating mock classes in tests. |
| TestExternalDependencyInterface | interface | core/ |
This is an interface to be implemented by plugin classes in other modules. |
| TestExternalDependencyInterface.php | file | core/ |
|
| TestInjectionInterface | interface | core/ |
An interface for a service that is injected via default autowiring. |
| TestInjectionInterface | interface | core/ |
An interface for a service that is autowired. |
| TestInjectionInterface.php | file | core/ |
|
| TestInjectionInterface.php | file | core/ |
|
| TestInterface | interface | core/ |
A test interface for testing ContainerBuilder::__construct(). |
| TestInterface | interface | core/ |
Test interface. |
| TestInterface::testMethod | function | core/ |
|
| TestPreinstallInterface | interface | core/ |
Allows running code prior to a test site install. |
| TestPreinstallInterface.php | file | core/ |
|
| TestPreinstallInterface::preinstall | function | core/ |
Runs code prior to a test site install. |
| TestRouterInterface | interface | core/ |
Provides a router interface that also can match requests. |
| TestRouterInterface.php | file | core/ |
|
| TestRunResultsStorageInterface | interface | core/ |
Interface describing a test run results storage object. |
| TestRunResultsStorageInterface.php | file | core/ |
|
| TestRunResultsStorageInterface::buildTestingResultsEnvironment | function | core/ |
Prepares the test run storage. |
| TestRunResultsStorageInterface::cleanUp | function | core/ |
Resets the test run storage. |
| TestRunResultsStorageInterface::createNew | function | core/ |
Gets a new unique identifier for a test run. |
| TestRunResultsStorageInterface::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
| TestRunResultsStorageInterface::getLogEntriesByTestClass | function | core/ |
Get test results for a test run, ordered by test class. |
| TestRunResultsStorageInterface::insertLogEntry | function | core/ |
Adds a test log entry for a test run to the storage. |
| TestRunResultsStorageInterface::removeResults | function | core/ |
Removes the results of a test run from the storage. |
| TestRunResultsStorageInterface::setDatabasePrefix | function | core/ |
Sets the test database prefix of a test run in storage. |
| TestRunResultsStorageInterface::validateTestingResultsEnvironment | function | core/ |
Checks if the test run storage is valid. |
| TestServiceWithChildInterfaces | class | core/ |
Test service that implements test child interface. |
| TestServiceWithInterface | class | core/ |
Test service that implements test interface. |
| TestServiceWithInterface::testMethod | function | core/ |
|
| TestSetupInterface | interface | core/ |
Allows setting up an environment as part of a test site install. |
| TestSetupInterface.php | file | core/ |
|
| TestSetupInterface::setup | function | core/ |
Run the code to setup the test environment. |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.