Search for vid

  1. Search 7.x for vid
  2. Search 9.5.x for vid
  3. Search 10.3.x for vid
  4. Search 11.x for vid
  5. Other projects
Title Object type File name Summary
AuthenticationSubscriber::onKernelRequestFilterProvider function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Denies access if authentication provider is not allowed on this route.
BaseFieldDefinition::getOptionsProvider function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Gets an options provider for the given field item property.
BaseFieldDefinition::getProvider function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the name of the provider of this field.
BaseFieldDefinition::setProvider function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets the name of the provider of this field.
BaseFieldDefinitionTest::testFieldProvider function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests provider.
BlockBaseTest::providerTestGetMachineNameSuggestion function core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php Provides data for testGetMachineNameSuggestion().
BlockEntityOffCanvasFormRouteProcessorBC::$routeProvider property core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php The route provider.
BytesTest::providerTestToInt function core/tests/Drupal/Tests/Component/Utility/BytesTest.php Provides data for testToInt.
CacheableRouteProviderInterface interface core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php Extends the router provider interface to provide caching support.
CacheableRouteProviderInterface.php file core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php
CacheableRouteProviderInterface::addExtraCacheKeyPart function core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php Adds a cache key part to be used in the cache ID of the route collection.
CategorizingPluginManagerTrait::getProviderName function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Gets the name of a provider.
CheckProvider class core/lib/Drupal/Core/Access/CheckProvider.php Loads access checkers from the container.
CheckProvider.php file core/lib/Drupal/Core/Access/CheckProvider.php
CheckProvider::$checkIds property core/lib/Drupal/Core/Access/CheckProvider.php Array of registered access check service ids.
CheckProvider::$checkMethods property core/lib/Drupal/Core/Access/CheckProvider.php Array of access check method names keyed by service ID.
CheckProvider::$checks property core/lib/Drupal/Core/Access/CheckProvider.php Array of access check objects keyed by service id.
CheckProvider::$checksNeedsRequest property core/lib/Drupal/Core/Access/CheckProvider.php Array of access checks which only will be run on the incoming request.
CheckProvider::$dynamicRequirementMap property core/lib/Drupal/Core/Access/CheckProvider.php An array to map dynamic requirement keys to service IDs.
CheckProvider::$staticRequirementMap property core/lib/Drupal/Core/Access/CheckProvider.php An array to map static requirement keys to service IDs.
CheckProvider::addCheckService function core/lib/Drupal/Core/Access/CheckProvider.php Registers a new AccessCheck by service ID.
CheckProvider::applies function core/lib/Drupal/Core/Access/CheckProvider.php Determine which registered access checks apply to a route.
CheckProvider::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProvider.php A list of checks that needs the request.
CheckProvider::loadCheck function core/lib/Drupal/Core/Access/CheckProvider.php Lazy-loads access check services.
CheckProvider::loadDynamicRequirementMap function core/lib/Drupal/Core/Access/CheckProvider.php Compiles a mapping of requirement keys to access checker service IDs.
CheckProvider::setChecks function core/lib/Drupal/Core/Access/CheckProvider.php For each route, saves a list of applicable access checks to the route.
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.
CKEditorIntegrationTest::linkabilityProvider function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Data Provider for ::testLinkability.
CKEditorIntegrationTest::previewAccessProvider function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Data provider for ::testEmbedPreviewAccess.
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ColorTest::providerTestHexToRgb function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testHexToRgb().
ColorTest::providerTestNormalizeHexLength function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testNormalizeHexLength().
ColorTest::providerTestRbgToHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testRgbToHex().
ColorTest::providerTestValidateHex function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Provides data for testValidateHex().
CommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php The data provider.
CommentVariablePerCommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php The data provider.
CommentVariableTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php The data provider.
ComposerProjectTemplatesTest::provideTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure we've accounted for all the templates.
ComposerValidateTest::provideComposerJson function core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php
ConditionAccessResolverTraitTest::providerTestResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConfigEntityBase::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the list of third parties that store information.
ConnectionTest::providerCreateConnectionOptionsFromUrl function core/tests/Drupal/Tests/Core/Database/Driver/sqlite/ConnectionTest.php Data provider for testCreateConnectionOptionsFromUrl.
ConstraintTest::providerIsCompatible function core/tests/Drupal/Tests/Component/Version/ConstraintTest.php Provider for testIsCompatible.
ContentEntityBaseUnitTest::providerGet function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php Data provider for testGet().

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