Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
24 May 2013 at 03:41 UTC
Updated:
29 Jul 2014 at 22:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sillygwailoTaking this with baldwinlouie.
Comment #2
sillygwailoHere's a patch.
Comment #3
sillygwailoComment #4
dawehnerThe standard is {@inheritdoc}, just have a look at #1354: [Obsolete] API documentation and comment standards
I guess if we already change this exception message something like "Attempted to create a view with values that have not been validated."
This should be a public method
Comment #6
sillygwailoRe-rolled with the feedback.
Comment #8
dawehner#2: 2002434-rename-create_view.patch queued for re-testing.
Comment #10
dawehner#6: 2002434-rename-create_view.patch queued for re-testing.
Comment #11
oenie commentedLooks good to me now.
Comment #12
alexpottNeeds a re-roll
Comment #13
sillygwailoRe-rolled against a recent pull of 8.x (retrieve_validated_view in the original patch changed in core to retrieveValidatedView so it should match in the 'unchanged' lines now).
Comment #14
dawehnerpublic and @inheritdoc
Comment #15
sillygwailoAdded, and re-rolled.
Comment #16
dawehnerEven I don't like this unrelated change ...
Comment #17
alexpottIf even @dawehner does not like the unrelated change displayed in #16... then lets not do it :)
Comment #18
sillygwailoRe-rolled with inheritDoc only for createView().
Comment #19
dawehnerThank you!
Comment #20
alexpottCommitted 577949f and pushed to 8.x. Thanks!