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 10.3.x for interface
  5. Other projects
Title Object type File name Summary
CalculatedPermissionsInterface::getItems function core/lib/Drupal/Core/Session/CalculatedPermissionsInterface.php Retrieves all of the calculated permission items, regardless of scope.
CalculatedPermissionsInterface::getItemsByScope function core/lib/Drupal/Core/Session/CalculatedPermissionsInterface.php Retrieves all of the calculated permission items for the given scope.
CalculatedPermissionsInterface::getScopes function core/lib/Drupal/Core/Session/CalculatedPermissionsInterface.php Retrieves all of the scopes that have items for them.
CalculatedPermissionsItemInterface interface core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php Defines the calculated permissions item interface.
CalculatedPermissionsItemInterface.php file core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php
CalculatedPermissionsItemInterface::getIdentifier function core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php Returns the identifier within the scope.
CalculatedPermissionsItemInterface::getPermissions function core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php Returns the permissions for the calculated permissions item.
CalculatedPermissionsItemInterface::getScope function core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php Returns the scope of the calculated permissions item.
CalculatedPermissionsItemInterface::hasPermission function core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php Returns whether this item has a given permission.
CalculatedPermissionsItemInterface::isAdmin function core/lib/Drupal/Core/Session/CalculatedPermissionsItemInterface.php Returns whether this item grants admin privileges in its scope.
CastSqlInterface interface core/modules/views/src/Plugin/views/query/CastSqlInterface.php Defines an interface for defining cast expressions in SQL.
CastSqlInterface.php file core/modules/views/src/Plugin/views/query/CastSqlInterface.php
CastSqlInterface::getFieldAsInt function core/modules/views/src/Plugin/views/query/CastSqlInterface.php Returns a database expression to cast the field to int.
CategorizingPluginManagerInterface interface core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Defines an interface for plugin managers that categorize plugin definitions.
CategorizingPluginManagerInterface.php file core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php
CategorizingPluginManagerInterface::getCategories function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets the names of all categories.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
ChainBreadcrumbBuilderInterface interface core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Defines an interface a chained service that builds the breadcrumb.
ChainBreadcrumbBuilderInterface.php file core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
ChainEntityResolverInterface interface core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php An interface for delegating an entity resolution to a chain of resolvers.
ChainEntityResolverInterface.php file core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php
ChainEntityResolverInterface::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php Adds an entity resolver.
ChainRequestPolicyInterface interface core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php Defines the interface for compound request policies.
ChainRequestPolicyInterface.php file core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php
ChainRequestPolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php Add a policy to the list of policy rules.
ChainResponsePolicyInterface interface core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Defines the interface for compound request policies.
ChainResponsePolicyInterface.php file core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php
ChainResponsePolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Add a policy to the list of policy rules.
CheckpointListInterface interface core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Maintains a list of checkpoints.
CheckpointListInterface.php file core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php
CheckpointListInterface::add function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Adds a new checkpoint.
CheckpointListInterface::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Deletes a checkpoint.
CheckpointListInterface::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Deletes all checkpoints.
CheckpointListInterface::get function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Gets a checkpoint.
CheckpointListInterface::getActiveCheckpoint function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Gets the active checkpoint.
CheckpointListInterface::getParents function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Gets a checkpoint's parents.
CheckpointStorageInterface interface core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Provides an interface for checkpoint storages.
CheckpointStorageInterface.php file core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php
CheckpointStorageInterface::checkpoint function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Creates a checkpoint, if required, and returns the active checkpoint.
CheckpointStorageInterface::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Sets the checkpoint to read from.
CheckProviderInterface interface core/lib/Drupal/Core/Access/CheckProviderInterface.php Provides the available access checkers by service IDs.
CheckProviderInterface.php file core/lib/Drupal/Core/Access/CheckProviderInterface.php
CheckProviderInterface::addCheckService function core/lib/Drupal/Core/Access/CheckProviderInterface.php Registers a new AccessCheck by service ID.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
CheckProviderInterface::loadCheck function core/lib/Drupal/Core/Access/CheckProviderInterface.php Lazy-loads access check services.
CheckProviderInterface::setChecks function core/lib/Drupal/Core/Access/CheckProviderInterface.php For each route, saves a list of applicable access checks to the route.
ChmodInterface interface core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files.
ChmodInterface.php file core/lib/Drupal/Core/FileTransfer/ChmodInterface.php

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