class OpmlFeedAdd

Imports feeds from OPML.

Hierarchy

Expanded class hierarchy of OpmlFeedAdd

1 string reference to 'OpmlFeedAdd'

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/OpmlFeedAdd.php, line 23
Contains \Drupal\aggregator\Form\OpmlFeedAdd.

Namespace

Drupal\aggregator\Form
View source

Members

Namesort descending Modifiers Type Description Overrides
OpmlFeedAdd::$database protected property The database connection object.
OpmlFeedAdd::$entityManager protected property The entity manager.
OpmlFeedAdd::$httpClient protected property The HTTP client to fetch the feed data with.
OpmlFeedAdd::$queryFactory protected property The entity query factory object.
OpmlFeedAdd::buildForm public function Form constructor. Overrides FormInterface::buildForm
OpmlFeedAdd::create public static function Instantiates a new instance of this controller. Overrides ControllerInterface::create
OpmlFeedAdd::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
OpmlFeedAdd::parseOpml protected function Parses an OPML file.
OpmlFeedAdd::submitForm public function Form submission handler. Overrides FormInterface::submitForm
OpmlFeedAdd::validateForm public function Form validation handler. Overrides FormInterface::validateForm
OpmlFeedAdd::__construct public function Constructs a database object.