You are here

Classes, traits, and interfaces in Little helpers 7.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ArrayConfig class Drupal\little_helpers src/ArrayConfig.php Helper functions to manage configuration stored in arrays.
ArrayConfigTest class Drupal\little_helpers tests/ArrayConfigTest.php Unit-tests for the array config helper class.
Bundle class Drupal\little_helpers\Field src/Field/Bundle.php
BundleInterface interface Drupal\little_helpers\Field src/Field/BundleInterface.php 2
Client class Drupal\little_helpers\Rest src/Rest/Client.php This a simple JSON REST Client based on drupal_http_request().
ClientTest class Drupal\little_helpers\Rest tests/Rest/ClientTest.php Test the JSON/REST API-client.
Container class Drupal\little_helpers\Services src/Services/Container.php Dependency injection container. 1
ContainerTest class Drupal\little_helpers\Services tests/Services/ContainerTest.php Test the service container.
ElementTree class Drupal\little_helpers src/ElementTree.php A collection of helper function for element trees.
ElementTreeTest class Drupal\little_helpers tests/ElementTreeTest.php Test the element tree utility functions.
Field class Drupal\little_helpers\Field src/Field/Field.php OOP-wrapper for the data-structure used by field_*_field() functions. 1
FieldCollection class Drupal\little_helpers\Field src/Field/FieldCollection.php
FormRedirect class Drupal\little_helpers\System src/System/FormRedirect.php Standardized data-structure for form redirects. 4
FormStateTest class Drupal\little_helpers\Test\Webform tests/Webform/FormStateTest.php Test creating a submission object from various form states.
HttpError class Drupal\little_helpers\Rest src/Rest/HttpError.php An exception class that signifies a non 200 HTTP response.
Instance class Drupal\little_helpers\Field src/Field/Instance.php
IntegrationTest class Drupal\little_helpers\Services tests/Services/IntegrationTest.php Interation tests for the global container instance.
Language class Drupal\little_helpers\Locale src/Locale/Language.php Model object for the {languages} table.
LanguageApi class Drupal\little_helpers\Locale src/Locale/LanguageApi.php
MissingArgumentException class Drupal\little_helpers\Services src/Services/MissingArgumentException.php Exception thrown when a keyword argument is referenced but wasn’t passed.
Model abstract class Drupal\little_helpers\DB src/DB/Model.php 1 1
QueueItem class Drupal\little_helpers\System src/System/QueueItem.php
RedirectTest class Drupal\little_helpers\Webform tests/Webform/RedirectTest.php Test redirects after a webform submission.
Spec class Drupal\little_helpers\Services src/Services/Spec.php A class instantiation spec.
SpecTest class Drupal\little_helpers\Services tests/Services/SpecTest.php Test the instantiating spec class.
Submission class Drupal\little_helpers\Webform src/Webform/Submission.php A useful wrapper for webform submission objects. 3
SubmissionIntegrationTest class Drupal\little_helpers\Webform tests/Webform/SubmissionIntegrationTest.php Test CRUD operations for webform submissions.
SubmissionTest class Drupal\little_helpers\Webform tests/Webform/SubmissionTest.php Test webform submission wrapper.
UnknownServiceException class Drupal\little_helpers\Services src/Services/UnknownServiceException.php Exception thrown when a unregistered service is loaded.
Webform class Drupal\little_helpers\Webform src/Webform/Webform.php 3
WebformTest class Drupal\little_helpers\Test\Webform tests/Webform/WebformTest.php Test the webform node wrapper.

Other projects