I hereby claim:
- I am jibran on github.
- I am jibran (https://keybase.io/jibran) on keybase.
- I have a public key whose fingerprint is 1BAA 8DB2 FC73 AA12 D097 9B74 ABC6 FFBD 02E0 32B1
To claim this, I am signing this object:
| <?php | |
| $link = new Link(); | |
| $link->text = 'foo'; | |
| $link->path = 'bar'; | |
| $link->attributes = new Attribute(); | |
| $link->language = LANGUAGE_NONE; | |
| $link->html = TRUE; | |
| $link->query = array('foo' => 'bar'); | |
| $link->fragment => 'foo-bar'; | |
| $link->absolute' => FALSE; |
| ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA7/ux7RQnD9gxf9cbwNBR1fUtCJ0fWNEm7b3WVDuxrvfQCPf7Aj8qq80hzXoS7zmXH36ScFi6/nugZQ/MuREbfNRZDuN5AXPNp7hIFjLFhvBvYWJOaP1f+jBIJrC1AgUPvSy+EE5mml+RETc/8p2MeiCPUjV6nXW4FfyJd4HFpal14FZN7Vfd4B6TJuUVce6WEdlZmLYT+Qtx/FFIOnl4wnf/hpR4r8/U9yjG+f4FoD/UarX4s0dG4f7oJvA1KJAFR8mRr7MrnPD4y91bTD4fYQlI+4NcItC5fMa1sent8Pcg9K55d2B2S9GE2/p09hh3pYQewI+T0pShHsvcK7JV/Q== jibran@Wolverine |
| { | |
| "env": { | |
| "browser": true | |
| }, | |
| "globals": { | |
| "Drupal": true, | |
| "jQuery": true, | |
| "tinyMCE": true | |
| }, | |
| "rules": { |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "name": "drupal/dynamic_entity_reference", | |
| "description": "Provides a field that allows an entity-reference field to reference more than one entity type.", | |
| "type": "drupal-module", | |
| "homepage": "http://drupal.org/project/dynamic_entity_reference", | |
| "authors": [ | |
| { | |
| "name": "Lee Rowlands", | |
| "homepage": "https://www.drupal.org/u/larowlan", | |
| "role": "Maintainer" |
| <?php | |
| /** | |
| * @file | |
| * Plugin to provide an relationship handler for all terms from term. | |
| */ | |
| /** | |
| * Plugins are described by creating a $plugin array which will be used | |
| * by the system that includes this file. |
| #!/bin/bash | |
| version=$(git config --get drush.version) | |
| if [ "$version" = '7' ]; | |
| then | |
| drush7 "$@" | |
| else | |
| drush6 "$@" | |
| fi |
| <?php | |
| function my_module_update_xxxx () { | |
| $query = db_insert('block_custom') | |
| ->fields(array( | |
| 'body' => 'Some markup', | |
| 'info' => 'Some title for info', | |
| 'format' => 'rich_text', | |
| )); | |
| $bid = query->execute(); |
| Verifying that +jibran is my blockchain ID. https://onename.com/jibran |
| uuid: 6ad5c377-24dc-4c3c-9ccf-027a87ced18f | |
| langcode: en | |
| status: true | |
| dependencies: | |
| config: | |
| - field.storage.node.field_der | |
| - node.type.article | |
| module: | |
| - dynamic_entity_reference | |
| id: node.article.field_der |