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 |
---|---|---|---|
DisplayPluginInterface::useGroupBy | function | core/ |
Does the display have group by enabled? |
DisplayPluginInterface::useMoreAlways | function | core/ |
Should the enabled display more link be shown when no more items? |
DisplayPluginInterface::useMoreText | function | core/ |
Does the display have custom link text? |
DisplayPluginInterface::usesAJAX | function | core/ |
Whether the display allows the use of AJAX or not. |
DisplayPluginInterface::usesAreas | function | core/ |
Returns whether the display can use areas. |
DisplayPluginInterface::usesAttachments | function | core/ |
Returns whether the display can use attachments. |
DisplayPluginInterface::usesExposed | function | core/ |
Determines if this display uses exposed filters. |
DisplayPluginInterface::usesExposedFormInBlock | function | core/ |
Checks to see if the display can put the exposed form in a block. |
DisplayPluginInterface::usesFields | function | core/ |
Determines if the display's style uses fields. |
DisplayPluginInterface::usesLinkDisplay | function | core/ |
Checks to see if the display has some need to link to another display. |
DisplayPluginInterface::usesMore | function | core/ |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginInterface::usesPager | function | core/ |
Whether the display allows the use of a pager or not. |
DisplayPluginInterface::validate | function | core/ |
Make sure the display and all associated handlers are valid. |
DisplayPluginInterface::validateOptionsForm | function | core/ |
Validates the options form. |
DisplayPluginInterface::viewExposedFormBlocks | function | core/ |
Renders the exposed form as block. |
DisplayRouterInterface | interface | core/ |
Defines an interface for displays that can collect routes. |
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::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::resetContainer | function | core/ |
Force a container reset. |
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\book\BookManagerInterface | service | core/ |
|
Drupal\book\BookOutlineStorageInterface | service | core/ |
|
Drupal\Core\File\MimeType\MimeTypeMapInterface | service | core/ |
|
Drupal\forum\ForumIndexStorageInterface | service | core/ |
|
Drupal\forum\ForumManagerInterface | service | core/ |
|
Drupal\statistics\StatisticsStorageInterface | service | core/ |
|
DurationInterface | interface | core/ |
Interface for durations. |
DurationInterface.php | file | core/ |
|
DurationInterface::getDuration | function | core/ |
Returns the duration. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.