Results
02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php
class_exists(MethodOptions\IdempotencyLevel::class);
@trigger_error('Google\Protobuf\Internal\MethodOptions_IdempotencyLevel is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\MethodOptions\IdempotencyLevel instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php
class_exists(DescriptorProto\ExtensionRange::class);
@trigger_error('Google\Protobuf\Internal\DescriptorProto_ExtensionRange is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\DescriptorProto\ExtensionRange instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/SourceCodeInfo_Location.php
class_exists(SourceCodeInfo\Location::class);
@trigger_error('Google\Protobuf\Internal\SourceCodeInfo_Location is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\SourceCodeInfo\Location instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/FieldOptions_CType.php
class_exists(FieldOptions\CType::class);
@trigger_error('Google\Protobuf\Internal\FieldOptions_CType is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\FieldOptions\CType instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/FileOptions_OptimizeMode.php
class_exists(FileOptions\OptimizeMode::class);
@trigger_error('Google\Protobuf\Internal\FileOptions_OptimizeMode is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\FileOptions\OptimizeMode instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/FieldDescriptorProto_Type.php
class_exists(FieldDescriptorProto\Type::class);
@trigger_error('Google\Protobuf\Internal\FieldDescriptorProto_Type is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\FieldDescriptorProto\Type instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/FieldOptions_JSType.php
class_exists(FieldOptions\JSType::class);
@trigger_error('Google\Protobuf\Internal\FieldOptions_JSType is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\FieldOptions\JSType instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php
class_exists(GeneratedCodeInfo\Annotation::class);
@trigger_error('Google\Protobuf\Internal\GeneratedCodeInfo_Annotation is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\GeneratedCodeInfo\Annotation instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
class_exists(UninterpretedOption\NamePart::class);
@trigger_error('Google\Protobuf\Internal\UninterpretedOption_NamePart is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\UninterpretedOption\NamePart instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Internal/FieldDescriptorProto_Label.php
class_exists(FieldDescriptorProto\Label::class);
@trigger_error('Google\Protobuf\Internal\FieldDescriptorProto_Label is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\FieldDescriptorProto\Label instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Field_Cardinality.php
class_exists(Field\Cardinality::class);
@trigger_error('Google\Protobuf\Field_Cardinality is deprecated and will be removed in the next major release. Use Google\Protobuf\Field\Cardinality instead', E_USER_DEPRECATED); 02.06.2020
yoti 8.x-2.5 ::
sdk/protobuflib/Google/Protobuf/Field_Kind.php
class_exists(Field\Kind::class);
@trigger_error('Google\Protobuf\Field_Kind is deprecated and will be removed in the next major release. Use Google\Protobuf\Field\Kind instead', E_USER_DEPRECATED); 10.03.2021
entity_taxonomy 1.0.2 ::
src/Plugin/views/filter/EntityTaxonomyIndexTid.php
$this->termStorage = $term_storage;
if (!$current_user) {
@trigger_error('The current_user service must be passed to ' . __NAMESPACE__ . '\EntityTaxonomyIndexTid::__construct(). It was added in drupal:8.9.0 and will be required before drupal:10.0.0.', E_USER_DEPRECATED);
$current_user = \Drupal::service('current_user');
}
$this->currentUser = $current_user;
}
/** 16.02.2021
ckeditor5 1.0.x-dev ::
src/Controller/CKEditor5ImageController.php
else {
$file->setMimeType($this->mimeTypeGuesser->guess($prepared_filename));
@trigger_error('\Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface is deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Implement \Symfony\Component\Mime\MimeTypeGuesserInterface instead. See https://www.drupal.org/node/3133341', E_USER_DEPRECATED);
}
$file->setFileUri($file_uri);
$file->setSize(@filesize($temp_file_path));
$violations = $this->validate($file, $validators); 16.04.2022
widen_media 1.0.x-dev ::
src/Plugin/media/Source/Widen.php
protected function getThumbnailFileExtensionFromUrl(string $thumbnail_url, ResponseInterface $response = NULL) {
if (empty($response)) {
@trigger_error('Not passing the $response parameter to ' . __METHOD__ . '() is deprecated in drupal:9.3.0 and will cause an error in drupal:10.0.0. See https://www.drupal.org/node/3239948', E_USER_DEPRECATED);
// Create an empty response with no Content-Type header, which will allow
// the rest of this method to run normally and return NULL.
$response = new Response();
}
// First, try to glean the extension from the URL path. 07.09.2022
whatsapp_password_reset 1.0.0-alpha1 ::
src/Form/UserPasswordForm.php
$this->flood = $flood;
if (is_null($typed_data_manager)) {
@trigger_error('Calling ' . __METHOD__ . ' without the $typed_data_manager argument is deprecated in drupal:9.2.0 and will be required in drupal:10.0.0. See https://www.drupal.org/node/3189310', E_USER_DEPRECATED);
$typed_data_manager = \Drupal::typedDataManager();
}
$this->typedDataManager = $typed_data_manager;
if (is_null($email_validator)) {
@trigger_error('Calling ' . __METHOD__ . ' without the $email_validator argument is deprecated in drupal:9.2.0 and will be required in drupal:10.0.0. See https://www.drupal.org/node/3189310', E_USER_DEPRECATED);
$email_validator = \Drupal::service('email.validator');
}
$this->emailValidator = $email_validator;
}
/** 02.03.2023
metrc 1.0.x-dev ::
modules/metrc_migrate/src/Plugin/migrate/destination/MetrcEntityContentBase.php
$this->fieldTypeManager = $field_type_manager;
if ($account_switcher === NULL) {
@trigger_error('Calling ' . __NAMESPACE__ . '\EntityContentBase::__construct() without the $account_switcher argument is deprecated in drupal:9.3.0 and will be required in drupal:10.0.0. See https://www.drupal.org/node/3142975', E_USER_DEPRECATED);
$account_switcher = \Drupal::service('account_switcher');
}
$this->accountSwitcher = $account_switcher;
}
/** 18.07.2024
smsplatform 1.0.x-dev ::
src/Provider/DefaultSmsProvider.php
if ($result === NULL) {
// @codingStandardsIgnoreLine
@trigger_error('Gateway plugins returning NULL is deprecated in smsplatform:2.1.0 and will be removed in smsplatform:3.0.0. The contract for \Drupal\smsplatform\Plugin\SmsGatewayPluginInterface::send does not permit returning NULL. See https://www.drupal.org/node/3262679', E_USER_DEPRECATED);
}
$sms_message->setResult($result);
$this->dispatchEvent(SmsEvents::MESSAGE_OUTGOING_POST_PROCESS, [$sms_message]);
$this->dispatchEvent(SmsEvents::MESSAGE_POST_PROCESS, [$sms_message]); 19.12.2024
permissions_repository 1.0.x-dev ::
src/Form/PermissionsRepositoryForm.php
$this->moduleHandler = $module_handler;
if ($this->moduleExtensionList === NULL) {
@trigger_error('Calling ' . __METHOD__ . '() without the $moduleExtensionList argument is deprecated in drupal:10.3.0 and will be required in drupal:12.0.0. See https://www.drupal.org/node/3310017', E_USER_DEPRECATED);
$this->moduleExtensionList = \Drupal::service('extension.list.module');
}
}
/**
* {@inheritdoc} 19.12.2024
solrlog 1.0.1 ::
src/Plugin/views/query/SolrLogQuery.php
*/
public function addRetrievedProperty($combined_property_path) {
@trigger_error('\Drupal\search_api\Plugin\views\query\SearchApiQuery::addRetrievedProperty() is deprecated in search_api:8.x-1.11 and is removed from search_api:2.0.0. Use addRetrievedFieldValue() instead. See https://www.drupal.org/node/3011060', E_USER_DEPRECATED);
$this->addField(NULL, $combined_property_path);
return $this;
}
/**
* Adds a field value to be retrieved.
*/
public function getEntityTypes($return_bool = FALSE) {
@trigger_error('\Drupal\search_api\Plugin\views\query\SearchApiQuery::getEntityTypes() is deprecated in search_api:8.x-1.5 and is removed from search_api:2.0.0. Use \Drupal\search_api\IndexInterface::getEntityTypes() instead. See https://www.drupal.org/node/2899682', E_USER_DEPRECATED);
$types = $this->index->getEntityTypes();
return $return_bool ? (bool) $types : $types;
}
/**
* {@inheritdoc}
public function addConditionGroup(ConditionGroupInterface $condition_group, $group = 0) {
if (!is_int($group) && !(is_string($group) && ctype_digit($group))) {
@trigger_error('Passing a non-integer as the second parameter of \Drupal\search_api\Plugin\views\query\SearchApiQuery::addConditionGroup() is deprecated in search_api:8.x-1.24 and is removed from search_api:2.0.0. If passing NULL or an empty string, pass 0 instead (or omit the parameter entirely). See https://www.drupal.org/node/3029582', E_USER_DEPRECATED);
}
if (!$this->shouldAbort()) {
// Ensure all variants of 0 are actually 0. Thus '', 0 and NULL are all
// the default group.
if (empty($group)) {
$group = 0;
public function addCondition($field, $value, $operator = '=', $group = 0) {
if (!is_int($group) && !(is_string($group) && ctype_digit($group))) {
@trigger_error('Passing a non-integer as the fourth parameter of \Drupal\search_api\Plugin\views\query\SearchApiQuery::addCondition() is deprecated in search_api:8.x-1.24 and is removed from search_api:2.0.0. If passing NULL or an empty string, pass 0 instead (or omit the parameter entirely). See https://www.drupal.org/node/3029582', E_USER_DEPRECATED);
}
if (!$this->shouldAbort()) {
// Ensure all variants of 0 are actually 0. Thus '', 0 and NULL are all
// the default group.
if (empty($group)) {
$group = 0; 