Drupal 8 - How to show UID in a wiew?

Hallo
I have a website where some holistic Operator work together.
I have create a content type Operator-Article for any operator.
I also created a blog-view to show the articles of each single operator.
This view uses as the parameter the UID of the article author (operator).

For example fore the operator 70

http://www.sorgenteancona.it/it/blog/70

I also created a view to show tle operators list in a table:
Photo | Name (link to curriculum page) | Read its articles (links to the blog-view)

Which is the best Ide to develop Drupal8 modules?

Hi all,
which is the suggested IDE to develop modules on Drupal8?
Which tools do you use?

I'm using Eclipse but I still can't execute remote debugging and I can't use features like "Open Declaration" of methods.
I 'm sure that the experienced developers of Drupal use these functions every day, this is why I'm asking you what tools are you using.

I'm used to develop with an Eclipse installed on my PC which opens a development site installed on a virtual machine in the local network.

Thank you very much

Claudio

Commerce 2.x: Lost installing the Demo Site

Per the documentation, I went to https://github.com/mglaman/commerce_demo to download and install the demo. But I am only seeing half of it.

First, I started with a raw test site where I installed Drupal 8 and the Commerce 2 package. Then I did the following in PuTTY per the instructions:

Search API fields

Hi,

I'm trying to get the search API up and runing on my drupal site.
The global configuration and necessary views are working.
But i've got a problem with the indexing of certain fields of a content type.

Adding a form into $build in hook_node_view

I'm migrating a D7 module to D8. If a user hasn't paid for a service when viewing the node, a PayPal form is added to the node. All good in D7 but the form is not rendered in D8.

Commerce 2.x: How to remove the word "variations" from Product Catalog?

I am constructing a very simple store. Each product for sale comes in only one size or color. But because the documentation says that every product has to have at least one variation, I created one for each product. So basically each product is a variation of itself.

For my product catalog page I do not want links to separate pages for each item. I just want each item listed in a column with "Add to cart" buttons for each one.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x