Zircon Theme not displaying setErrorByName() and drupal_set_message()

I am new to Drupal and was playing with themes. I installed Zircon 8.x-0.2 theme. Looks nice.
However, I have noticed that I don't see any output for setErrorByName() and drupal_set_message(), though in case of setErrorByName(), the corresponding form field is displayed in the red colour. Any suggestions?

Forms API custom element

Hi,

I'm currently converting some of our custom forms API elements into Drupal 8 equivalents, however I'm running into a couple of issues.

Remove Image from Top Text on Mobile Device

Hi All,

On a Drupal 8 site I use an image as part of the top text.

Can I make the image NOT show on mobile devices?

I use a Bartik subtheme.

Thanks

Thomas S

$entity->get("FIELD")->getValue() returns array

Hi there,

I've got the following BaseFieldDefinition inside one of my EntityTypes:

            $fields['fieldName'] = BaseFieldDefinition::create('string')->setLabel(t('FieldName'))->setDescription(t('Der Name einer Facette.'))->setSettings(array(
                'default_value' => '',
                'max_length' => 100
            ));

If I access this field like this:

Disable Cache for an EntityType

Hi there,

I'm currently working on an drupal 8 based REST API with lots of custom entity types.
It's also backed by elasticsearch and amazon cloudsearch.

I guess in most drupal use cases, the automatic entity cache is a good thing. In my case, it istn.

So I was wondering if it is possible to disable ALL caching mechanisms for a specific entity type?

lo3ty

Announcing: new Drupal8 core and contributed module review site for Drupal developers

Webel IT Australia is releasing a new Drupal8 info and module assessment site here:

https://drupal8info.webel.com.au

Although developed primarily for my own use, it is being made public in the hope that it may be of use already to other Drupal developers interested in assessments of the readiness of Drupal8 core and contributed modules. The site also already includes lots of external links to essential Drupal8 docs, reviews, tips, tutorials and reviews by other developers.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x