Search for provider

  1. Search 7.x for provider
  2. Search 8.9.x for provider
  3. Search 10.3.x for provider
  4. Search 11.x for provider
  5. Other projects
Title Object type File name Summary
CacheTest::mergeMaxAgesProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::mergeTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache tags arrays to be merged.
CacheTest::validateTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of cache tags arrays.
CategorizingPluginManagerTrait::getProviderName function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Gets the name of a provider.
ChainedPlaceholderStrategyTest::providerProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php Provides a list of render strategies, placeholders and results.
ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Provides test data for testAllowIfAnyRuleReturnedAllow.
ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Provides test data for testChainExceptionOnInvalidReturnValue.
ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php Provides test data for testChainExceptionOnInvalidReturnValue.
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.
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ClientFactoryTest::providerTestCreateFromOptions function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php Data provider for testCreateFromOptions.
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().
CommandLineOrUnsafeMethodTest::providerTestHttpMethod function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Provides test data and expected results for the HTTP method test.
ComponentsTaggedReleaseTest::providerVersionConstraint function core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php Highly arbitrary version and constraint expectations.
ComposerIntegrationTest::providerTestComposerJson function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for all the composer.json provided by Drupal core.
ComposerIntegrationTest::providerTestExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the scaffold files test for Drupal core.
ComposerIntegrationTest::providerTestVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the vendor cleanup utility classes.
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure we've accounted for all the templates.
ConditionAccessResolverTraitTest::providerTestResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConditionTest::dataProviderTestCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerSimpleCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerTestCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php
ConfigDependencyManagerTest::providerTestSortAll function core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php
ConfigEntityBase::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the list of third parties that store information.
ConfigEntityBaseUnitTest::$provider property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The provider of the entity type.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityTypeTest::providerGetPropertiesToExport function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
ConfigEntityTypeTest::providerTestGetConfigPrefix function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Provides test data.

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