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 |
|---|---|---|---|
| LanguageManagerInterface::setConfigOverrideLanguage | function | core/ |
Sets the configuration override language. |
| LanguageNegotiationMethodInterface | interface | core/ |
Interface for language negotiation classes. |
| LanguageNegotiationMethodInterface.php | file | core/ |
|
| LanguageNegotiationMethodInterface::getLangcode | function | core/ |
Performs language negotiation. |
| LanguageNegotiationMethodInterface::persist | function | core/ |
Notifies the plugin that the language code it returned has been accepted. |
| LanguageNegotiationMethodInterface::setConfig | function | core/ |
Injects the configuration factory. |
| LanguageNegotiationMethodInterface::setCurrentUser | function | core/ |
Injects the current user. |
| LanguageNegotiationMethodInterface::setLanguageManager | function | core/ |
Injects the language manager. |
| LanguageNegotiatorInterface | interface | core/ |
Common interface for language negotiation services. |
| LanguageNegotiatorInterface.php | file | core/ |
|
| LanguageNegotiatorInterface::getNegotiationMethodInstance | function | core/ |
Returns an instance of the specified language negotiation method. |
| LanguageNegotiatorInterface::getNegotiationMethods | function | core/ |
Returns the language negotiation methods enabled for a language type. |
| LanguageNegotiatorInterface::getPrimaryNegotiationMethod | function | core/ |
Returns the ID of the language type's primary language negotiation method. |
| LanguageNegotiatorInterface::initializeType | function | core/ |
Initializes the specified language type. |
| LanguageNegotiatorInterface::isNegotiationMethodEnabled | function | core/ |
Checks whether a language negotiation method is enabled for a language type. |
| LanguageNegotiatorInterface::METHOD_ID | constant | core/ |
The language negotiation method id for the language negotiator itself. |
| LanguageNegotiatorInterface::purgeConfiguration | function | core/ |
Resave the configuration to purge missing negotiation methods. |
| LanguageNegotiatorInterface::reset | function | core/ |
Resets the negotiated languages and the method instances. |
| LanguageNegotiatorInterface::saveConfiguration | function | core/ |
Saves a list of language negotiation methods for a language type. |
| LanguageNegotiatorInterface::setCurrentUser | function | core/ |
Sets the current active user and resets all language types. |
| LanguageNegotiatorInterface::updateConfiguration | function | core/ |
Updates the configuration based on the given language types. |
| LanguageSwitcherInterface | interface | core/ |
Interface for language switcher classes. |
| LanguageSwitcherInterface.php | file | core/ |
|
| LanguageSwitcherInterface::getLanguageSwitchLinks | function | core/ |
Returns language switch links. |
| LayoutBuilderEnabledInterface | interface | core/ |
Provides methods for enabling and disabling Layout Builder. |
| LayoutBuilderEnabledInterface.php | file | core/ |
|
| LayoutBuilderEnabledInterface::disableLayoutBuilder | function | core/ |
Disables the Layout Builder. |
| LayoutBuilderEnabledInterface::enableLayoutBuilder | function | core/ |
Enables the Layout Builder. |
| LayoutBuilderEnabledInterface::isLayoutBuilderEnabled | function | core/ |
Determines if Layout Builder is enabled. |
| LayoutEntityDisplayInterface | interface | core/ |
Provides an interface for entity displays that have layout. |
| LayoutEntityDisplayInterface.php | file | core/ |
|
| LayoutEntityDisplayInterface::isOverridable | function | core/ |
Determines if the display allows custom overrides. |
| LayoutEntityDisplayInterface::setOverridable | function | core/ |
Sets the display to allow or disallow overrides. |
| LayoutEntityDisplayNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| LayoutInterface | interface | core/ |
Provides an interface for static Layout plugins. |
| LayoutInterface.php | file | core/ |
|
| LayoutInterface::build | function | core/ |
Build a render array for layout with regions. |
| LayoutInterface::getPluginDefinition | function | core/ |
|
| LayoutPluginManagerInterface | interface | core/ |
Provides the interface for a plugin manager of layouts. |
| LayoutPluginManagerInterface.php | file | core/ |
|
| LayoutPluginManagerInterface::createInstance | function | core/ |
|
| LayoutPluginManagerInterface::getDefinition | function | core/ |
|
| LayoutPluginManagerInterface::getDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getGroupedDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getLayoutOptions | function | core/ |
Returns an array of layout labels grouped by category. |
| LayoutPluginManagerInterface::getSortedDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
| LayoutTempstoreRepositoryInterface | interface | core/ |
Provides an interface for loading layouts from tempstore. |
| LayoutTempstoreRepositoryInterface.php | file | core/ |
|
| LayoutTempstoreRepositoryInterface::delete | function | core/ |
Removes the tempstore version of a section storage. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.