Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
41c4f2e0
Commit
41c4f2e0
authored
Feb 09, 2017
by
catch
Browse files
Issue
#2851048
by Sam152: EntityTypeInterface::isSubclassOf deprecation docs incorrect
parent
8dbd209e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Entity/EntityTypeInterface.php
View file @
41c4f2e0
...
@@ -356,7 +356,7 @@ public function entityClassImplements($interface);
...
@@ -356,7 +356,7 @@ public function entityClassImplements($interface);
* TRUE if the entity type is a subclass of the class or interface.
* TRUE if the entity type is a subclass of the class or interface.
*
*
* @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0.
* @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0.
* Use Drupal\Core\Entity\EntityTypeInterface::entityClassImp
e
lments()
* Use Drupal\Core\Entity\EntityTypeInterface::entityClassImpl
e
ments()
* instead.
* instead.
*/
*/
public
function
isSubclassOf
(
$class
);
public
function
isSubclassOf
(
$class
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment