Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
AccessPolicyInterface interface core/lib/Drupal/Core/Session/AccessPolicyInterface.php Defines the access policy interface.
AccessPolicyInterface.php file core/lib/Drupal/Core/Session/AccessPolicyInterface.php
AccessPolicyInterface::alterPermissions function core/lib/Drupal/Core/Session/AccessPolicyInterface.php Alter the permissions after all policies have finished building them.
AccessPolicyInterface::applies function core/lib/Drupal/Core/Session/AccessPolicyInterface.php Checks whether this access policy applies to a given scope.
AccessPolicyInterface::calculatePermissions function core/lib/Drupal/Core/Session/AccessPolicyInterface.php Calculates the permissions for an account within a given scope.
AccessPolicyInterface::getPersistentCacheContexts function core/lib/Drupal/Core/Session/AccessPolicyInterface.php Gets the persistent cache contexts.
AccessPolicyInterface::SCOPE_DRUPAL constant core/lib/Drupal/Core/Session/AccessPolicyInterface.php Scope ID for general Drupal access.
AccessPolicyProcessorInterface interface core/lib/Drupal/Core/Session/AccessPolicyProcessorInterface.php Processes all added access policies until the full permissions are built.
AccessPolicyProcessorInterface.php file core/lib/Drupal/Core/Session/AccessPolicyProcessorInterface.php
AccessPolicyProcessorInterface::addAccessPolicy function core/lib/Drupal/Core/Session/AccessPolicyProcessorInterface.php Adds an access policy.
AccessPolicyProcessorInterface::processAccessPolicies function core/lib/Drupal/Core/Session/AccessPolicyProcessorInterface.php Processes the access policies for an account within a given scope.
AnnotationInterface interface core/lib/Drupal/Component/Annotation/AnnotationInterface.php Defines a common interface for classed annotations.
AnnotationInterface.php file core/lib/Drupal/Component/Annotation/AnnotationInterface.php
AnnotationInterface::get function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the value of an annotation.
AnnotationInterface::getClass function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the class of the annotated class.
AnnotationInterface::getId function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the unique ID for this annotated class.
AnnotationInterface::getProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the name of the provider of the annotated class.
AnnotationInterface::setClass function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the class of the annotated class.
AnnotationInterface::setProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the name of the provider of the annotated class.
AssetCollectionGroupOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php Interface defining a service that optimizes a collection of assets.
AssetCollectionGroupOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php
AssetCollectionGroupOptimizerInterface::optimizeGroup function core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php Optimizes a specific group of assets.
AssetDumperUriInterface interface core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Interface defining a service that dumps an asset to a specified location.
AssetDumperUriInterface.php file core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php
AssetDumperUriInterface::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Dumps an (optimized) asset to persistent storage.
AssetQueryStringInterface interface core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php Provides a cache busting query string service for asset URLs.
AssetQueryStringInterface.php file core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php
AssetQueryStringInterface::get function core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php Gets the query string value.
AssetQueryStringInterface::reset function core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php Resets the cache query string added to all CSS and JavaScript URLs.
AttributeInterface interface core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Defines a common interface for classed attributes.
AttributeInterface.php file core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php
AttributeInterface::get function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the value of an attribute.
AttributeInterface::getClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the class of the attribute class.
AttributeInterface::getId function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the unique ID for this attribute class.
AttributeInterface::getProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the name of the provider of the attribute class.
AttributeInterface::setClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the class of the attributed class.
AttributeInterface::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the name of the provider of the attribute class.
big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig file core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig <span class="i-am-taking-up-space">LOOK AT ME I AM CONSUMING SPACE FOR LATER</span>
big-pipe-interface-preview.html.twig file core/themes/stable9/templates/content/big-pipe-interface-preview.html.twig Theme override for a BigPipe JS placeholder interface preview.
big-pipe-interface-preview.html.twig file core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig Default theme implementation for a BigPipe JS placeholder interface preview.
BigPipeInterfacePreviewThemeSuggestionsTest class core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php Tests the big_pipe_theme_suggestions_big_pipe_interface_preview() function.
BigPipeInterfacePreviewThemeSuggestionsTest.php file core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php
BigPipeInterfacePreviewThemeSuggestionsTest::$block property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php The block being tested.
BigPipeInterfacePreviewThemeSuggestionsTest::$blockViewBuilder property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php The block view builder.
BigPipeInterfacePreviewThemeSuggestionsTest::$controller property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php The block storage.
BigPipeInterfacePreviewThemeSuggestionsTest::$modules property core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php Modules to install.
BigPipeInterfacePreviewThemeSuggestionsTest::setUp function core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php
BigPipeInterfacePreviewThemeSuggestionsTest::testBigPipeThemeHookSuggestions function core/modules/big_pipe/tests/src/Kernel/BigPipeInterfacePreviewThemeSuggestionsTest.php Tests template suggestions from big_pipe_theme_suggestions_big_pipe_interface_preview().
CachedDiscoveryInterface interface core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Interface for discovery components holding a cache of plugin definitions.
CachedDiscoveryInterface.php file core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.