I hereby claim:
- I am unifex on github.
- I am unifex (https://keybase.io/unifex) on keybase.
- I have a public key ASAT2XEazm64eApeq4pw3XtJTPu3s1ntfw-KrBT1P7YIugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
namespace Drupal\migrate_custom\Plugin\migrate\process; | |
use Drupal\migrate\ProcessPluginBase; | |
use Drupal\migrate\MigrateExecutableInterface; | |
use Drupal\migrate\MigrateSkipRowException; | |
use Drupal\migrate\Row; | |
use Drupal\Component\Utility\UrlHelper; |
<?php | |
namespace Drupal\migrate_custom\Plugin\migrate\process; | |
use Drupal\migrate\ProcessPluginBase; | |
use Drupal\migrate\MigrateExecutableInterface; | |
use Drupal\migrate\Row; | |
/** | |
* Load a CSV and return a col for a specific row. |
<?php | |
namespace Drupal\migrate_nbr\Plugin\migrate\destination; | |
use Drupal\migrate\Plugin\MigrationInterface; | |
use Drupal\migrate\Plugin\migrate\destination\DestinationBase; | |
use Drupal\migrate\Row; | |
/** | |
* Provides noop destination plugin. |
<?php | |
/** | |
* @file | |
* A test of using Headless Chrome and the Linux CLI tool phpunite. | |
* | |
* Save this file to a directory. | |
* Run `composer require chrome-php/chrome` in the same directory | |
* If you are using Chromium run `export CHROME_PATH=chromium-browser` | |
* Run `php -S localhost:8080` to start a local server. |