ContextTestTrait |
trait |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/ContextTestTrait.php |
Trait for testing the context field on the mapping form. |
|
|
|
DefaultController |
class |
Drupal\feeds_ex\Controller |
src/Controller/DefaultController.php |
Default controller for the feeds_ex module. |
|
|
|
EncoderInterface |
interface |
Drupal\feeds_ex\Encoder |
src/Encoder/EncoderInterface.php |
Coverts text encodings. |
1 |
1 |
|
FeedsExBrowserTestBase |
abstract class |
Drupal\Tests\feeds_ex\Functional |
tests/src/Functional/FeedsExBrowserTestBase.php |
Base class for Feeds extensible parser functional tests. |
2 |
1 |
|
FeedsExCommonTrait |
trait |
Drupal\Tests\feeds_ex\Traits |
tests/src/Traits/FeedsExCommonTrait.php |
Provides methods useful for Kernel and Functional tests. |
|
2 |
|
FeedTypeEditFormTest |
class |
Drupal\Tests\feeds_ex\Functional |
tests/src/Functional/FeedTypeEditFormTest.php |
Tests editing the feed type edit form. |
|
|
|
HtmlEncoder |
class |
Drupal\feeds_ex\Encoder |
src/Encoder/HtmlEncoder.php |
Converts the encoding of an HTML document to UTF-8. |
|
|
|
HtmlParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/HtmlParser.php |
Defines a HTML parser using XPath. |
|
1 |
|
HtmlParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/HtmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\HtmlParser
@group feeds_ex |
|
|
|
HtmlParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/HtmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\HtmlParser
@group feeds_ex |
|
|
|
HtmlParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/HtmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\HtmlParser
@group feeds_ex |
|
|
|
JmesPathLinesParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/JmesPathLinesParser.php |
Defines a JSON Lines parser using JMESPath. |
|
1 |
|
JmesPathLinesParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/JmesPathLinesParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathLinesParser
@group feeds_ex |
|
|
|
JmesPathLinesParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/JmesPathLinesParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathLinesParser
@group feeds_ex |
|
|
|
JmesPathLinesParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/JmesPathLinesParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathLinesParser
@group feeds_ex |
|
|
|
JmesPathParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/JmesPathParser.php |
Defines a JSON parser using JMESPath. |
1 |
1 |
|
JmesPathParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/JmesPathParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathParser
@group feeds_ex |
|
|
|
JmesPathParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/JmesPathParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathParser
@group feeds_ex |
|
|
|
JmesPathParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/JmesPathParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathParser
@group feeds_ex |
|
|
|
JmesRuntimeFactory |
class |
Drupal\feeds_ex |
src/JmesRuntimeFactory.php |
Defines a factory for generating JMESPath runtime objects. |
|
2 |
|
JmesRuntimeFactoryInterface |
interface |
Drupal\feeds_ex |
src/JmesRuntimeFactoryInterface.php |
Defines a factory interface for generating JMESPath runtime objects. |
1 |
1 |
|
JmesRuntimeFactoryTest |
class |
Drupal\Tests\feeds_ex\Unit |
tests/src/Unit/JmesRuntimeFactoryTest.php |
@coversDefaultClass \Drupal\feeds_ex\JmesRuntimeFactory
@group feeds_ex |
|
|
|
JsonParserBase |
abstract class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/JsonParserBase.php |
Base class for JSON based parsers. |
2 |
|
|
JsonPathLinesParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/JsonPathLinesParser.php |
Defines a JSON Lines parser using JSONPath. |
|
1 |
|
JsonPathLinesParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/JsonPathLinesParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathLinesParser
@group feeds_ex |
|
|
|
JsonPathLinesParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/JsonPathLinesParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathLinesParser
@group feeds_ex |
|
|
|
JsonPathLinesParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/JsonPathLinesParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathLinesParser
@group feeds_ex |
1 |
|
|
JsonPathParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/JsonPathParser.php |
Defines a JSON parser using JSONPath. |
1 |
1 |
|
JsonPathParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/JsonPathParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathParser
@group feeds_ex |
|
|
|
JsonPathParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/JsonPathParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathParser
@group feeds_ex |
|
|
|
JsonPathParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/JsonPathParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathParser
@group feeds_ex |
|
|
|
JsonUtility |
class |
Drupal\feeds_ex\Utility |
src/Utility/JsonUtility.php |
Various helpers for handling JSON. |
|
6 |
2 |
LineIterator |
class |
Drupal\feeds_ex\File |
src/File/LineIterator.php |
Text lines from file iterator. |
|
3 |
|
LineIteratorTest |
class |
Drupal\Tests\feeds_ex\Unit\File |
tests/src/Unit/File/LineIteratorTest.php |
@coversDefaultClass \Drupal\feeds_ex\File\LineIterator
@group feeds_ex |
|
|
|
ParserBase |
abstract class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/ParserBase.php |
The Feeds extensible parser. |
3 |
1 |
|
ParserTestBase |
abstract class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/ParserTestBase.php |
Base class for parser unit tests. |
7 |
|
|
ParserTestBase |
abstract class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/ParserTestBase.php |
Base class for parser functional tests. |
8 |
|
|
ParserTestBase |
abstract class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/ParserTestBase.php |
Base class for parser functional javascript tests. |
8 |
|
|
QueryPathHtmlParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/QueryPathHtmlParser.php |
Defines a HTML parser using QueryPath. |
|
1 |
|
QueryPathHtmlParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/QueryPathHtmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathHtmlParser
@group feeds_ex |
|
|
|
QueryPathHtmlParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/QueryPathHtmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathHtmlParser
@group feeds_ex |
|
|
|
QueryPathHtmlParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/QueryPathHtmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathHtmlParser
@group feeds_ex |
|
|
|
QueryPathXmlParser |
class |
Drupal\feeds_ex\Feeds\Parser |
src/Feeds/Parser/QueryPathXmlParser.php |
Defines a XML parser using QueryPath. |
1 |
1 |
|
QueryPathXmlParserTest |
class |
Drupal\Tests\feeds_ex\Unit\Feeds\Parser |
tests/src/Unit/Feeds/Parser/QueryPathXmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathXmlParser
@group feeds_ex |
|
|
|
QueryPathXmlParserTest |
class |
Drupal\Tests\feeds_ex\Functional\Feeds\Parser |
tests/src/Functional/Feeds/Parser/QueryPathXmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathXmlParser
@group feeds_ex |
|
|
|
QueryPathXmlParserTest |
class |
Drupal\Tests\feeds_ex\FunctionalJavascript\Feeds\Parser |
tests/src/FunctionalJavascript/Feeds/Parser/QueryPathXmlParserTest.php |
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\QueryPathXmlParser
@group feeds_ex |
|
|
|
TestMessenger |
class |
Drupal\feeds_ex\Messenger |
src/Messenger/TestMessenger.php |
Stores messages without calling drupal_set_message(). |
|
8 |
|
TestUiParser |
class |
Drupal\feeds_ex_test\Feeds\Parser |
tests/modules/feeds_ex_test/src/Feeds/Parser/TestUiParser.php |
A minimal implementation of a parser for UI testing. |
|
|
|
TextEncoder |
class |
Drupal\feeds_ex\Encoder |
src/Encoder/TextEncoder.php |
Generic text encoder. |
1 |
|
|
UnitTestBase |
abstract class |
Drupal\Tests\feeds_ex\Unit |
tests/src/Unit/UnitTestBase.php |
Base class for units tests. |
4 |
3 |
|