Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DisplayRouterInterface.php | file | core/ |
|
DisplayRouterInterface::alterRoutes | function | core/ |
Alters a collection of routes and replaces definitions to the view. |
DisplayRouterInterface::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
DisplayRouterInterface::getAlteredRouteNames | function | core/ |
Returns the list of routes overridden by Views. |
DisplayRouterInterface::getRouteName | function | core/ |
Returns the route name for the display. |
DisplayRouterInterface::getUrlInfo | function | core/ |
Generates a URL to this display. |
DrupalKernelInterface | interface | core/ |
The interface for DrupalKernel, the core of Drupal. |
DrupalKernelInterface.php | file | core/ |
|
DrupalKernelInterface::boot | function | core/ |
Boots the current kernel. |
DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED | constant | core/ |
Event fired when the service container finished initializing in subrequest. |
DrupalKernelInterface::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
DrupalKernelInterface::getAppRoot | function | core/ |
Gets the app root. |
DrupalKernelInterface::getCachedContainerDefinition | function | core/ |
Returns the cached container definition - if any. |
DrupalKernelInterface::getContainer | function | core/ |
Gets the current container. |
DrupalKernelInterface::getServiceIdMapping | function | core/ |
Get a mapping from service hashes to service IDs. |
DrupalKernelInterface::getServiceProviders | function | core/ |
Returns all registered service providers. |
DrupalKernelInterface::getSitePath | function | core/ |
Gets the site path directory. |
DrupalKernelInterface::invalidateContainer | function | core/ |
Invalidate the service container for the next request. |
DrupalKernelInterface::loadLegacyIncludes | function | core/ |
Helper method that loads legacy Drupal include files. |
DrupalKernelInterface::preHandle | function | core/ |
Helper method that does request related initialization. |
DrupalKernelInterface::rebuildContainer | function | core/ |
Force a container rebuild. |
DrupalKernelInterface::setSitePath | function | core/ |
Set the current site path directory. |
DrupalKernelInterface::shutdown | function | core/ |
Shuts down the kernel. |
DrupalKernelInterface::updateModules | function | core/ |
Updates the kernel's list of modules to the new list. |
Drupal\autowire_test\TestInjectionInterface | service | core/ |
Alias of Drupal\autowire_test\TestInjection |
Drupal\services_defaults_test\TestInjectionInterface | service | core/ |
|
DurationInterface | interface | core/ |
Interface for durations. |
DurationInterface.php | file | core/ |
|
DurationInterface::getDuration | function | core/ |
Returns the duration. |
DurationInterface::setDuration | function | core/ |
Sets the duration. |
DynamicallyFieldableEntityStorageInterface | interface | core/ |
A storage that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageInterface.php | file | core/ |
|
DynamicallyFieldableEntityStorageSchemaInterface | interface | core/ |
A storage schema that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageSchemaInterface.php | file | core/ |
|
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
EditorInterface | interface | core/ |
Provides an interface defining a text editor entity. |
EditorInterface.php | file | core/ |
|
EditorInterface::getEditor | function | core/ |
Returns the associated text editor plugin ID. |
EditorInterface::getFilterFormat | function | core/ |
Returns the filter format this text editor is associated with. |
EditorInterface::getImageUploadSettings | function | core/ |
Returns the image upload settings. |
EditorInterface::getSettings | function | core/ |
Returns the text editor plugin-specific settings. |
EditorInterface::hasAssociatedFilterFormat | function | core/ |
Returns whether this text editor has an associated filter format. |
EditorInterface::setEditor | function | core/ |
Set the text editor plugin ID. |
EditorInterface::setImageUploadSettings | function | core/ |
Sets the image upload settings. |
EditorInterface::setSettings | function | core/ |
Sets the text editor plugin-specific settings. |
EditorPluginInterface | interface | core/ |
Defines an interface for configurable text editors. |
EditorPluginInterface.php | file | core/ |
|
EditorPluginInterface::getDefaultSettings | function | core/ |
Returns the default settings for this configurable text editor. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.