This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo('Hello'); | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = Islands | |
description = Islands connect. | |
package = Islands | |
core = 7.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function akselslider_libraries_info() { | |
return array( | |
'swiper' => array( | |
'name' => 'swiper', | |
'library path' => drupal_get_path('module', 'akselslider'), | |
// 'version callback' => , // Set a callback here to get the version in use. | |
'version arguments' => array(), | |
'variants' => array(), | |
'cdn' => array( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Drupal\hoover\Plugin\Block; | |
use Drupal\Core\Block\BlockBase; | |
use Drupal\Core\Access\AccessResult; | |
use Drupal\Core\Session\AccountInterface; | |
use Drupal\Core\Field\FieldItemListInterface; | |
use Drupal\file\Entity\File; | |
use Drupal\image\Entity\ImageStyle; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Contains hoover.module.. | |
*/ | |
use Drupal\Core\Routing\RouteMatchInterface; | |
use Drupal\Core\Template\Attribute; | |
use Drupal\node\Entity\NodeType; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swiper_photos: | |
version: 1.x | |
css: | |
theme: | |
css/swiper_photos.css: {} | |
js: | |
js/swiper_photos.js: {} | |
dependencies: | |
- swiper/swiper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swiper: | |
remote: https://github.com/nolimits4web/Swiper | |
version: 3.3.1 | |
license: | |
name: MIT | |
url: https://github.com/nolimits4web/Swiper/blob/master/LICENSE | |
gpl-compatible: true | |
css: | |
theme: | |
https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css: { type: external, minified: false } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# | |
/** | |
* @file | |
* Default theme implementation for a swiper hoover media block. | |
* | |
* Available variables: | |
* - items: List of slider element. | |
* - thumbnail: URL image thumbnail | |
* - large_img: URL large image | |
* - attributes: Classes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yamaps21: | |
remote: https://api-maps.yandex.ru | |
version: 2.1 | |
license: | |
name: MIT | |
url: https://api-maps.yandex.ru | |
gpl-compatible: true | |
css: | |
theme: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Drupal\thomas_service\Form; | |
use Drupal\Component\Serialization\Json; | |
use Drupal\Core\Entity\EntityStorageInterface; | |
use Drupal\Core\Form\FormBase; | |
use Drupal\Core\Form\FormStateInterface; | |
use Drupal\taxonomy\Entity\Term; | |
use Drupal\thomas_service\Entity\ServiceCenter; |
OlderNewer