Skip to content
Snippets Groups Projects
Unverified Commit 0b417600 authored by Luhur Abdi Rizal's avatar Luhur Abdi Rizal
Browse files

Remove deprecated method

parent 0ebc0afe
No related branches found
Tags 3.0.0-rc1
No related merge requests found
......@@ -47,20 +47,6 @@ abstract class AbstractFieldThirdPartySettingsFormEvent extends Event implements
* @return \Drupal\Core\Field\FieldDefinitionInterface
* The field definition.
*/
public function getFieldDefintion(): FieldDefinitionInterface {
return $this->fieldDefinition;
}
/**
* Get the field definition.
*
* @deprecated in hook_event_dispatcher:2.6.0 and is removed from hook_event_dispatcher:3.0.0. Use
* getFieldDefinition() instead.
* @see https://www.drupal.org/project/hook_event_dispatcher/issues/3189252
*
* @return \Drupal\Core\Field\FieldDefinitionInterface
* The field definition.
*/
public function getFieldDefinition(): FieldDefinitionInterface {
return $this->fieldDefinition;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment