Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TermStorageInterface::getVocabularyHierarchyType | function | core/ |
Returns the hierarchy type for a specific vocabulary ID. |
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. |
TermStorageInterface::updateTermHierarchy | function | core/ |
Updates terms hierarchy information with the hierarchy trail of it. |
TermTest::testTermInterface | function | core/ |
Save, edit and delete a term using the user interface. |
TermTest::testTermMultipleParentsInterface | function | core/ |
Test 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/ |
|
TestBlockPluginWithRefinableDependentAccessInterface | interface | core/ |
Test interface for dependent access block plugins. |
TestChildInterface | interface | core/ |
|
TestConfigurableContextAwarePluginInterface | interface | core/ |
|
TestContextAwareBlockInterface | interface | core/ |
|
TestExtendedNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TestInterface | interface | core/ |
A test interface for testing ContainerBuilder::__construct(). |
TestInterface | interface | core/ |
|
TestInterface::testMethod | function | core/ |
|
TestNormalizerBase::setSupportedInterfaceOrClass | function | core/ |
Sets the protected supportedInterfaceOrClass property. |
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/ |
|
TestServiceWithChildInterfaces | class | core/ |
|
TestServiceWithInterface | class | core/ |
|
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. |
TestStatementInterface | interface | core/ |
As StatementInterface extends \Traversable, which though always needs an additional interface. The Statement class itself can't be mocked because of its __wakeup function. |
TextItemSillyNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ThemeHandlerInterface | interface | core/ |
Manages the list of available themes. |
ThemeHandlerInterface.php | file | core/ |
|
ThemeHandlerInterface::addTheme | function | core/ |
Adds a theme extension to the internal listing. |
ThemeHandlerInterface::getBaseThemes | function | core/ |
Finds all the base themes for the specified theme. |
ThemeHandlerInterface::getDefault | function | core/ |
Returns the default theme. |
ThemeHandlerInterface::getName | function | core/ |
Gets the human readable name of a given theme. |
ThemeHandlerInterface::getTheme | function | core/ |
Returns a theme extension object from the currently active theme list. |
ThemeHandlerInterface::getThemeDirectories | function | core/ |
Returns an array of directories for all installed themes. |
ThemeHandlerInterface::hasUi | function | core/ |
Determines if a theme should be shown in the user interface. |
ThemeHandlerInterface::install | function | core/ |
Installs a given list of themes. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.