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 |
---|---|---|---|
CalculatedCacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
CategorizingPluginManagerInterface | interface | core/ |
Defines an interface for plugin managers that categorize plugin definitions. |
CategorizingPluginManagerInterface.php | file | core/ |
|
CategorizingPluginManagerInterface::getCategories | function | core/ |
Gets the names of all categories. |
CategorizingPluginManagerInterface::getGroupedDefinitions | function | core/ |
Gets sorted plugin definitions grouped by category. |
CategorizingPluginManagerInterface::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
ChainBreadcrumbBuilderInterface | interface | core/ |
Defines an interface a chained service that builds the breadcrumb. |
ChainBreadcrumbBuilderInterface.php | file | core/ |
|
ChainBreadcrumbBuilderInterface::addBuilder | function | core/ |
Adds another breadcrumb builder. |
ChainEntityResolverInterface | interface | core/ |
An interface for delegating a entity resolution to a chain of resolvers. |
ChainEntityResolverInterface.php | file | core/ |
|
ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
ChainRequestPolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
ChainRequestPolicyInterface.php | file | core/ |
|
ChainRequestPolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
ChainResponsePolicyInterface.php | file | core/ |
|
ChainResponsePolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
CheckProviderInterface | interface | core/ |
Provides the available access checkers by service IDs. |
CheckProviderInterface.php | file | core/ |
|
CheckProviderInterface::addCheckService | function | core/ |
Registers a new AccessCheck by service ID. |
CheckProviderInterface::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
CheckProviderInterface::loadCheck | function | core/ |
Lazy-loads access check services. |
CheckProviderInterface::setChecks | function | core/ |
For each route, saves a list of applicable access checks to the route. |
ChmodInterface | interface | core/ |
Defines an interface to chmod files. |
ChmodInterface.php | file | core/ |
|
ChmodInterface::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path |
CKEditorPluginButtonsInterface | interface | core/ |
Defines an interface for CKEditor plugins with buttons. |
CKEditorPluginButtonsInterface.php | file | core/ |
|
CKEditorPluginButtonsInterface::getButtons | function | core/ |
Returns the buttons that this plugin provides, along with metadata. |
CKEditorPluginConfigurableInterface | interface | core/ |
Defines an interface for configurable CKEditor plugins. |
CKEditorPluginConfigurableInterface.php | file | core/ |
|
CKEditorPluginConfigurableInterface::settingsForm | function | core/ |
Returns a settings form to configure this CKEditor plugin. |
CKEditorPluginContextualInterface | interface | core/ |
Defines an interface for contextually enabled CKEditor plugins. |
CKEditorPluginContextualInterface.php | file | core/ |
|
CKEditorPluginContextualInterface::isEnabled | function | core/ |
Checks if this plugin should be enabled based on the editor configuration. |
CKEditorPluginCssInterface | interface | core/ |
Defines an interface for CKEditor plugins with associated CSS. |
CKEditorPluginCssInterface.php | file | core/ |
|
CKEditorPluginCssInterface::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files. |
CKEditorPluginInterface | interface | core/ |
Defines an interface for (loading of) CKEditor plugins. |
CKEditorPluginInterface.php | file | core/ |
|
CKEditorPluginInterface::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
CKEditorPluginInterface::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
CKEditorPluginInterface::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
CKEditorPluginInterface::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
CKEditorPluginInterface::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
ClassResolverInterface | interface | core/ |
Provides an interface to get a instance of a class with dependency injection. |
ClassResolverInterface.php | file | core/ |
|
ClassResolverInterface::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
CommandInterface | interface | core/ |
AJAX command interface. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.