Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
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.
CKEditor4To5Upgrade::$id property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The plugin ID.
CKEditor4To5UpgradePluginManager::validateAndBuildMaps function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Validates plugin definitions: avoids conflicts. Builds maps for later use.
CKEditor5::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form validation handler.
CKEditor5::validatePair function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Validates a Text Editor + Text Format pair.
CKEditor5::validateSwitchingToCKEditor5 function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Validate callback to inform the user of CKEditor 5 compatibility problems.
CKEditor5AllowedTagsTest::testEnablingToVersion5Validation function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Test enabling CKEditor 5 in a way that triggers validation.
CKEditor5CacheTag::$cacheTagsInvalidator property core/modules/ckeditor5/src/EventSubscriber/CKEditor5CacheTag.php The cache tags invalidator.
CKEditor5ElementConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php CKEditor 5 element validator.
CKEditor5ElementConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php
CKEditor5ElementConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraintValidator.php
CKEditor5ImageController::generateLockIdFromFileUri function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Generates a lock ID based on the file URI.
CKEditor5ImageController::validate function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Validates the file.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php CKEditor 5 Media plugin in sync with the filter settings validator.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$filterPluginManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The filter plugin manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$typedConfigManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The typed config manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::create function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php Instantiates a new instance of this class.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php Constructs a new CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.
CKEditor5Plugin::$id property core/modules/ckeditor5/src/Annotation/CKEditor5Plugin.php The plugin ID.
CKEditor5PluginDefinition::validateCKEditor5Aspects function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the CKEditor 5 aspects of the CKEditor 5 plugin definition.
CKEditor5PluginDefinition::validateConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the given configuration array.
CKEditor5PluginDefinition::validateDrupalAspects function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Validates the Drupal aspects of the CKEditor 5 plugin definition.
CKEditor5PluginManager::getProvidedElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets all supported elements for the given plugins and text editor.
CKEditor5PluginManagerInterface::getProvidedElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets all supported elements for the given plugins and text editor.
CKEditor5PluginManagerTest::providerProvidedElementsInvalidElementSubset function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::providerTestDerivedPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::providerTestInvalidPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::providerTestPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Provides use cases for findPluginSupportingElement().
CKEditor5PluginManagerTest::providerTestProvidedElements function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Provides uses cases enabling different elements and the expected results.
CKEditor5PluginManagerTest::testInvalidPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::processDefinition()
@dataProvider providerTestInvalidPluginDefinitions
CKEditor5PluginManagerTest::testProvidedElements function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the parsing of CKEditor 5 plugin element config.
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes.
CKEditor5StylesheetsTest::externalStylesheetsProvider function core/modules/ckeditor5/tests/src/Kernel/CKEditor5StylesheetsTest.php Provides test cases for external stylesheets.
CKEditor5Test::providerPathsToFormNames function core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php Data provider for testing mapViolationPropertyPathsToFormNames.
CKEditor5TestBase::assertNoRealtimeValidationErrors function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Checks that no real-time validation errors are present.

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