Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| ai_agents_ossa 1.0.0-alpha3 | Module | 1 | 15000 | flux423 |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 14 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 1 | 1788 | 1788 | Info.yml or composer.json | The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file#core-compatibility. |
| 1 | 9 | 4 | Other problem | Class [redacted] extends deprecated class Drupal\ai_agents\PluginBase\AiAgentBase. Deprecated in ai_agents:1.3.0 and is removed from ai:2.0.0 and possibly even earlier in ai_agents. Extend \Drupal\my_module\Plugin\NewPluginBase instead. phpcs:ignore |
| 1 | 7 | 4 | Other problem | Call to method create() of deprecated class Drupal\ai_agents\PluginBase\AiAgentBase. Deprecated in ai_agents:1.3.0 and is removed from ai:2.0.0 and possibly even earlier in ai_agents. Extend \Drupal\my_module\Plugin\NewPluginBase instead. phpcs:ignore |
| 4 | 68 | 6 | Other problem | Call to method t() of deprecated class Drupal\ai_agents\PluginBase\AiAgentBase. Deprecated in ai_agents:1.3.0 and is removed from ai:2.0.0 and possibly even earlier in ai_agents. Extend \Drupal\my_module\Plugin\NewPluginBase instead. phpcs:ignore |
| 2 | 44 | 6 | Other problem | Access to property $agentHelper of deprecated class Drupal\ai_agents\PluginBase\AiAgentBase. Deprecated in ai_agents:1.3.0 and is removed from ai:2.0.0 and possibly even earlier in ai_agents. Extend \Drupal\my_module\Plugin\NewPluginBase instead. phpcs:ignore |
| 1 | 10 | 4 | Other problem | Call to method determineSolvability() of deprecated class Drupal\ai_agents\PluginBase\AiAgentBase. Deprecated in ai_agents:1.3.0 and is removed from ai:2.0.0 and possibly even earlier in ai_agents. Extend \Drupal\my_module\Plugin\NewPluginBase instead. phpcs:ignore |
| 1 | 5 | 3 | Other problem | Call to method solve() of deprecated class Drupal\ai_agents\PluginBase\AiAgentBase. Deprecated in ai_agents:1.3.0 and is removed from ai:2.0.0 and possibly even earlier in ai_agents. Extend \Drupal\my_module\Plugin\NewPluginBase instead. phpcs:ignore |
| 1 | 3 | 3 | Other problem | Call to static method create() on an unknown class Drupal\advancedqueue\Job. |
| 1 | 7 | 5 | PHPUnit API | Call to deprecated method getMockForAbstractClass() of class PHPUnit\Framework\MockObject\MockBuilder: https://github.com/sebastianbergmann/phpunit/issues/5305 |
| 5 | 6 | 2 | Parse error | Instantiated class Drupal\orchestration\Service not found. |
| 9 | 11 | 2 | Parse error | Instantiated class Drupal\orchestration\ServiceConfig not found. |
| 3 | 5 | 2 | Other problem | Attribute class Drupal\ai_agents\Attribute\AiAgentTool does not exist. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\CallAgentApiTool extends unknown class Drupal\ai_agents\Plugin\AiAgentToolBase. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\CallAgentApiTool::__construct() calls parent::__construct() but Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\CallAgentApiTool does not extend any class. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\ConfigureAgentEndpointsTool extends unknown class Drupal\ai_agents\Plugin\AiAgentToolBase. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\ConfigureAgentEndpointsTool::__construct() calls parent::__construct() but Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\ConfigureAgentEndpointsTool does not extend any class. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\DiscoverAgentApisTool extends unknown class Drupal\ai_agents\Plugin\AiAgentToolBase. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\DiscoverAgentApisTool::__construct() calls parent::__construct() but Drupal\ai_agents_ossa_api_normalization\Plugin\AiAgents\Tool\DiscoverAgentApisTool does not extend any class. |
| 2 | 2 | 1 | Other problem | Access to undefined constant Drupal\tool\Tool\ToolOperation::Create. |
| 3 | 3 | 1 | Other problem | Attribute class Drupal\ai_agents_ossa_eca\Plugin\Action\EcaAction does not exist. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent extends unknown class Drupal\eca\Plugin\ECA\Action\ActionBase. |
| 1 | 1 | 1 | Other problem | Unknown parameter $id in call to Drupal\eca\Attribute\EcaAction constructor. |
| 1 | 1 | 1 | Other problem | Unknown parameter $label in call to Drupal\eca\Attribute\EcaAction constructor. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::create() calls parent::create() but Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent does not extend any class. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::defaultConfiguration() calls parent::defaultConfiguration() but Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent does not extend any class. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::buildConfigurationForm() calls parent::buildConfigurationForm() but Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent does not extend any class. |
| 11 | 11 | 1 | Other problem | Call to an undefined method Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::t(). |
| 8 | 8 | 1 | Other problem | Access to an undefined property Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::$configuration. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::submitConfigurationForm() calls parent::submitConfigurationForm() but Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent does not extend any class. |
| 5 | 5 | 1 | Other problem | Access to an undefined property Drupal\ai_agents_ossa_eca\Plugin\ECA\Action\ExecuteOssaAgent::$tokenService. |
| 1 | 1 | 1 | Other problem | Parameter $servicesManager of method Drupal\ai_agents_ossa_orchestration\Controller\OrchestrationDemoController::__construct() has invalid type Drupal\orchestration\ServicesProviderManager. |
| 1 | 1 | 1 | Other problem | Property Drupal\ai_agents_ossa_orchestration\Controller\OrchestrationDemoController::$servicesManager has unknown class Drupal\orchestration\ServicesProviderManager as its type. |
| 1 | 1 | 1 | Parse error | Class Drupal\orchestration\Service not found. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\OssaOrchestrationServicesProvider implements unknown interface Drupal\orchestration\ServicesProviderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $service of method Drupal\ai_agents_ossa_orchestration\OssaOrchestrationServicesProvider::execute() has invalid type Drupal\orchestration\Service. |
| 1 | 1 | 1 | Other problem | Attribute class Drupal\eca_external_workflows\Attribute\ExternalWorkflowProvider does not exist. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\Plugin\ExternalWorkflowProvider\GitLabCIProvider extends unknown class Drupal\eca_external_workflows\ExternalWorkflowProviderPluginBase. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\ai_agents_ossa_orchestration\Plugin\ExternalWorkflowProvider\GitLabCIProvider::getDefaultHeaders(). |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\ai_agents_ossa_orchestration\Plugin\ExternalWorkflowProvider\GitLabCIProvider::$httpClient. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\ai_agents_ossa_orchestration\Plugin\ExternalWorkflowProvider\GitLabCIProvider::processResponse(). |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\Plugin\OrchestrationProvider\OssaAgentsOrchestrationProvider implements unknown interface Drupal\orchestration\ServicesProviderInterface. |
| 1 | 1 | 1 | Other problem | Parameter $service of method Drupal\ai_agents_ossa_orchestration\Plugin\OrchestrationProvider\OssaAgentsOrchestrationProvider::execute() has invalid type Drupal\orchestration\Service. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\Plugin\tool\Tool\ExecuteDrushCommand extends unknown class Drupal\tool\Plugin\ToolBase. |
| 1 | 1 | 1 | Other problem | Access to constant Read on an unknown class Drupal\tool\ToolOperation. |
| 3 | 3 | 1 | Parse error | Instantiated class Drupal\tool\Attribute\InputDefinition not found. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\Plugin\tool\Tool\ExecuteDrushCommand has an uninitialized readonly property $drushExecutor. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\Plugin\tool\Tool\ExecuteDrushCommand has an uninitialized readonly property $policyEngine. Assign it in the constructor. |
| 1 | 1 | 1 | Other problem | Drupal\ai_agents_ossa_orchestration\Plugin\tool\Tool\ExecuteDrushCommand::create() calls parent::create() but Drupal\ai_agents_ossa_orchestration\Plugin\tool\Tool\ExecuteDrushCommand does not extend any class. |
| 1 | 1 | 1 | Other problem | Access to an undefined property Drupal\ai_agents_ossa_orchestration\Plugin\tool\Tool\ExecuteDrushCommand::$currentUser. |
| 1 | 1 | 1 | Other problem | Parameter $cedar_policy_service of method Drupal\ai_agents_ossa_orchestration\Service\PolicyEngine::__construct() has invalid type Drupal\cedar_policy\Service\CedarPolicyService. |
| 1 | 1 | 1 | Other problem | Property Drupal\ai_agents_ossa_orchestration\Service\PolicyEngine::$cedar_policy_service has unknown class Drupal\cedar_policy\Service\CedarPolicyService as its type. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_orchestration\Service\DrushCommandExecutor constructor invoked with 3 parameters, 4 required. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\ai_agents_ossa_orchestration\Unit\Service\PolicyEngineTest::$cedarService has unknown class Drupal\cedar_policy\Service\CedarPolicyService as its type. |
| 4 | 4 | 1 | Parse error | Class Drupal\cedar_policy\Service\CedarPolicyService not found. |
| 1 | 1 | 1 | Other problem | Method Drupal\ai_agents_ossa_platform\Contracts\WorkflowEngineClientInterface::executeFlowById() has invalid return type Drupal\ai_agents_ossa_platform\Dto\Flow\FlowResponseDto. |
| 1 | 1 | 1 | Other problem | Class Drupal\ai_agents_ossa_platform\Plugin\Tool\PlatformToolBase extends unknown class Drupal\tool\Plugin\ToolPluginBase. |
| 1 | 1 | 1 | Symfony API | Class Drupal\ai_agents_ossa\EventSubscriber\OssaBridgeConfigSubscriber implements unknown interface Symfony\Component\EventSubscriber\EventSubscriberInterface. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\ai_agents_ossa\Kernel\OssaManifestLoaderTest::$loader has unknown class Drupal\ai_agents_ossa\Service\OssaManifestLoader as its type. |
| 1 | 1 | 1 | Parse error | Class Drupal\ai_agents_ossa\Service\OssaManifestLoader not found. |
| 1 | 1 | 1 | Parse error | Class Drupal\ai_agents_ossa\Plugin\AiAgent\OssaAgentBase not found. |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\ai_agents_ossa\Unit\OssaAgentTest::$ossaAgent has unknown class Drupal\ai_agents_ossa\Plugin\AiAgent\OssaAgent as its type. |
| 1 | 1 | 1 | Parse error | Class Drupal\ai_agents_ossa\Service\OssaValidator not found. |
| 1 | 1 | 1 | Parse error | Class Drupal\ai_agents_ossa\Service\OssaManifestBuilder not found. |
| 1 | 1 | 1 | Parse error | Class Drupal\ai_agents_ossa\Service\OssaSchemaProvider not found. |
| 1 | 1 | 1 | Parse error | Class Drupal\ai_agents_ossa\Plugin\AiAgent\OssaAgent not found. |
| 1 | 1 | 1 | Other problem | Call to an undefined method Drupal\Tests\ai_agents_ossa\Unit\OssaManifestTest::getValidManifestData(). |
| 1 | 1 | 1 | Other problem | Property Drupal\Tests\ai_agents_ossa\Unit\OssaValidatorTest::$validator has unknown class Drupal\ai_agents_ossa\Service\OssaValidator as its type. |
| 1 | 1 | 1 | Parse error | Instantiated class Drupal\ai_agents_ossa\Service\OssaValidator not found. |