Skip to content

Commit

Permalink
EWPP-1871: Update deprecated method comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Jan 11, 2022
1 parent a6c8227 commit 0f2cafe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ use Drupal\Core\Entity\FieldableEntityInterface;
use Drupal\Core\Field\BaseFieldDefinition;

/**
* Change timeline "label" column type to "varchar" - old version.
* Change timeline "label" column type to "varchar" - deprecated.
*/
function oe_content_timeline_field_update_8101(): void {
// This used to be old version of update hook 8102.
// This used to be deprecated version of update hook 8102.
// Code has been removed to ensure new sites execute the corrected code.
}

Expand Down

0 comments on commit 0f2cafe

Please sign in to comment.