I'm using a module which reuse classes from easyrdf module, but since easyrdf is not included in core anymore I'm running into problems, because my module can't find used classes.
my solution is to add
"require": {
"easyrdf/easyrdf":"^0.9"
}
in the composer.json of my web/modules/contrib/my-module context.
I have created a Drupal 8 custom module, which uses openssl_x509_fingerprint to generate the thumbprint of certificate which is uploaded in the form. But, openssl_x509_fingerprint fails with the following error
I'm currently exporting selective portions of the config from my dev system into the config folder of some custom modules I'm developing for my new site, these provide bespoke content types based on bespoke field types.
I'm trying to add a button on a content type, I would like for all types of that particular type to have a button in that view to modify, edit or delete that node.